diff --git a/.gitattributes b/.gitattributes index 4acff489ca641bfc95dcd8f508665f199b03a40c..ce1fba5a839ff0e1aa6c5bb705ec3882cb49bdb2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -124,3 +124,5 @@ testbed/huggingface__pytorch-image-models/notebooks/GeneralizationToImageNetV2.i testbed/gradio-app__gradio/js/app/public/static/img/Duck.glb filter=lfs diff=lfs merge=lfs -text testbed/gradio-app__gradio/test/test_files/playable_but_bad_container.mkv filter=lfs diff=lfs merge=lfs -text testbed/gradio-app__gradio/demo/model3D/files/Duck.glb filter=lfs diff=lfs merge=lfs -text +testbed/fairlearn__fairlearn/fairlearn/widget/static/index.js.map filter=lfs diff=lfs merge=lfs -text +testbed/fairlearn__fairlearn/fairlearn/widget/static/extension.js.map filter=lfs diff=lfs merge=lfs -text diff --git a/testbed/Aider-AI__aider/assets/robot-flowchart.png b/testbed/Aider-AI__aider/assets/robot-flowchart.png new file mode 100644 index 0000000000000000000000000000000000000000..7b61e51f6f58d3666bc947d2aef7b3ce0d63cf21 --- /dev/null +++ b/testbed/Aider-AI__aider/assets/robot-flowchart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125308605b0a851296001af18843145464abf2a26cce2e43077b9870315dc440 +size 716411 diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/CODEOWNERS b/testbed/Cog-Creators__Red-DiscordBot/.github/CODEOWNERS new file mode 100644 index 0000000000000000000000000000000000000000..830d67f64ed84468234e70dc106ed4e673ed458e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/CODEOWNERS @@ -0,0 +1,30 @@ +# Cogs +/redbot/cogs/audio/** @aikaterna @PredaaA +/redbot/cogs/downloader/* @Jackenmen +/redbot/cogs/streams/* @palmtree5 +/redbot/cogs/mutes/* @TrustyJAID + +# Docs - Install and update guides +/docs/install_guides/** @Jackenmen +/docs/update_red.rst @Jackenmen + +# Docs - Version guarantees +/docs/version_guarantees.rst @Jackenmen + +# Trivia Lists +/redbot/cogs/trivia/data/lists/whosthatpokemon*.yaml @aikaterna + +# Tests +/redbot/pytest/downloader* @Jackenmen +/tests/cogs/downloader/* @Jackenmen + +# Schemas +/schema/* @Jackenmen + +# CI +/.travis.yml @Kowlin +/crowdin.yml @Kowlin +/.github/workflows/* @Kowlin + +# Excludes +**/locales/* @ghost diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/FUNDING.yml b/testbed/Cog-Creators__Red-DiscordBot/.github/FUNDING.yml new file mode 100644 index 0000000000000000000000000000000000000000..45ab9faf9b2df19b69ad6f927b8d13a6346ddb0a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +patreon: Red_Devs diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/ISSUE_TEMPLATE.md b/testbed/Cog-Creators__Red-DiscordBot/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000000000000000000000000000000000..a5eacf103d3c203b9ea70559e687322d064ebf5e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ + diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE.md b/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000000000000000000000000000000000..f019030049792309c4e6b6fde6097fe4145bdc11 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +### Description of the changes + + + +### Have the changes in this PR been tested? + + +Yes +No + diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE/bugfix.md new file mode 100644 index 0000000000000000000000000000000000000000..e0215ce01a35d954aa69449d53edfa05618af1d7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE/bugfix.md @@ -0,0 +1,15 @@ +# Bugfix request + + + +#### Describe the bug being fixed + + + +#### Anything we need to know about this fix? diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE/release.md b/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE/release.md new file mode 100644 index 0000000000000000000000000000000000000000..371861627b81ec37586636b5853e3f8183809e4f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/PULL_REQUEST_TEMPLATE/release.md @@ -0,0 +1,16 @@ +# New release + + + +#### Version + + + +#### Has a draft release been created for this? + +- [ ] Yes +- [ ] No diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/labeler.yml b/testbed/Cog-Creators__Red-DiscordBot/.github/labeler.yml new file mode 100644 index 0000000000000000000000000000000000000000..aa1a8b41cc90cb5dae42537a7b30a75d5382aad2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/labeler.yml @@ -0,0 +1,326 @@ +"Category: CI": + - .github/workflows/**/* + + +"Category: Cogs - Admin": + # Source + - redbot/cogs/admin/* + # Docs + - docs/cog_guides/admin.rst + - docs/.resources/admin/**/* +"Category: Cogs - Alias": + # Source + - redbot/cogs/alias/* + # Docs + - docs/cog_guides/alias.rst + # Tests + - redbot/pytest/alias.py + - tests/cogs/test_alias.py + - docs/.resources/alias/**/* +"Category: Cogs - Audio": + # Source + - any: + - redbot/cogs/audio/**/* + - "!redbot/cogs/audio/**/locales/*" + # Docs + - docs/cog_guides/audio.rst +"Category: Cogs - Bank": [] # historical label for a removed cog +"Category: Cogs - Cleanup": + # Source + - redbot/cogs/cleanup/* + # Docs + - docs/cog_guides/cleanup.rst +"Category: Cogs - CustomCommands": + # Source + - redbot/cogs/customcom/* + # Docs + - docs/cog_customcom.rst + - docs/cog_guides/customcommands.rst +"Category: Cogs - Dev": + # Source + - redbot/core/dev_commands.py + # Docs + - docs/cog_guides/dev.rst +"Category: Cogs - Downloader": + # Source + - redbot/cogs/downloader/* + # Docs + - docs/cog_guides/downloader.rst + # Tests + - redbot/pytest/downloader.py + - redbot/pytest/downloader_testrepo.* + - tests/cogs/downloader/**/* +"Category: Cogs - Economy": + # Source + - redbot/cogs/economy/* + # Docs + - docs/cog_guides/economy.rst + # Tests + - redbot/pytest/economy.py + - tests/cogs/test_economy.py +"Category: Cogs - Filter": + # Source + - redbot/cogs/filter/* + # Docs + - docs/cog_guides/filter.rst +"Category: Cogs - General": + # Source + - redbot/cogs/general/* + # Docs + - docs/cog_guides/general.rst +"Category: Cogs - Image": + # Source + - redbot/cogs/image/* + # Docs + - docs/cog_guides/image.rst +"Category: Cogs - Mod": + # Source + - redbot/cogs/mod/* + # Docs + - docs/cog_guides/mod.rst + # Tests + - redbot/pytest/mod.py + - tests/cogs/test_mod.py +"Category: Cogs - Modlog": + # Source + - redbot/cogs/modlog/* + # Docs + - docs/cog_guides/modlog.rst +"Category: Cogs - Mutes": + # Source + - redbot/cogs/mutes/* + # Docs + - docs/cog_guides/mutes.rst +"Category: Cogs - Permissions": + # Source + - redbot/cogs/permissions/* + # Docs + - docs/cog_guides/permissions.rst + - docs/cog_permissions.rst + # Tests + - redbot/pytest/permissions.py + - tests/cogs/test_permissions.py +"Category: Cogs - Reports": + # Source + - redbot/cogs/reports/* + # Docs + - docs/cog_guides/reports.rst +"Category: Cogs - Streams": + # Source + - redbot/cogs/streams/* + # Docs + - docs/cog_guides/streams.rst +"Category: Cogs - Trivia": + # Source + - redbot/cogs/trivia/* + # Docs + - docs/cog_guides/trivia.rst + - docs/guide_trivia_list_creation.rst + - docs/.resources/trivia/**/* + # Tests + - tests/cogs/test_trivia.py +"Category: Cogs - Trivia - Lists": + - redbot/cogs/trivia/data/lists/* +"Category: Cogs - Warnings": + # Source + - redbot/cogs/warnings/* + # Docs + - docs/cog_guides/warnings.rst + + +"Category: Core - API - Audio": [] # potential future feature +"Category: Core - API - Bank": + # Source + - redbot/core/bank.py + # Docs + - docs/framework_bank.rst +"Category: Core - API - App Commands Package": + # Source + - redbot/core/app_commands/* + # Tests + - tests/core/test_app_commands.py +"Category: Core - API - Commands Package": + # Source + - any: + - redbot/core/commands/* + - "!redbot/core/commands/help.py" + # this isn't in commands package but it just re-exports things from it + - redbot/core/checks.py + # Docs + - docs/framework_checks.rst + - docs/framework_commands.rst + # Tests + - tests/core/test_commands.py +"Category: Core - API - Config": + # Source + - any: + - redbot/core/drivers/**/* + - "!redbot/core/drivers/**/locales/*" + - redbot/core/config.py + # Docs + - docs/framework_config.rst + # Tests + - tests/core/test_config.py +"Category: Core - API - Other": + # Source + - redbot/__init__.py + - redbot/core/__init__.py + - redbot/core/cog_manager.py # TODO: privatize cog manager module + - redbot/core/data_manager.py + - redbot/core/errors.py + - redbot/core/tree.py + # Docs + - docs/framework_cogmanager.rst # TODO: privatize cog manager module + - docs/framework_datamanager.rst + - docs/framework_tree.rst + # Tests + - redbot/pytest/cog_manager.py # TODO: privatize cog manager module + - redbot/pytest/data_manager.py + - tests/core/test_cog_manager.py + - tests/core/test_data_manager.py + - tests/core/test_version.py +"Category: Core - API - Utils Package": + # Source + - any: + - redbot/core/utils/* + - "!redbot/core/utils/_internal_utils.py" + # Docs + - docs/framework_utils.rst + # Tests + - tests/core/test_utils.py +"Category: Core - Bot Class": + # Source + - redbot/core/bot.py + # Docs + - docs/framework_apikeys.rst + - docs/framework_bot.rst +"Category: Core - Bot Commands": + # Source + - redbot/core/core_commands.py + - redbot/core/_diagnoser.py + # Docs + - docs/.resources/cog_manager_ui/**/* + - docs/cog_guides/cog_manager_ui.rst + - docs/cog_guides/core.rst +"Category: Core - Command-line Interfaces": + - redbot/__main__.py + - redbot/logging.py + - redbot/core/_debuginfo.py + - redbot/core/cli.py + - redbot/setup.py +"Category: Core - Help": + - redbot/core/commands/help.py +"Category: Core - i18n": + # Source + - redbot/core/i18n.py + # Locale files + - redbot/**/locales/* + # Docs + - docs/framework_i18n.rst +"Category: Core - Modlog": + # Source + - redbot/core/generic_casetypes.py + - redbot/core/modlog.py + # Docs + - docs/framework_modlog.rst +"Category: Core - Other Internals": + # Source + - redbot/core/_sharedlibdeprecation.py + - redbot/core/events.py + - redbot/core/global_checks.py + - redbot/core/settings_caches.py + - redbot/core/utils/_internal_utils.py + # Tests + - redbot/pytest/__init__.py + - redbot/pytest/core.py + - tests/core/test_installation.py +"Category: Core - RPC/ZMQ": + # Source + - redbot/core/rpc.py + # Docs + - docs/framework_rpc.rst + # Tests + - redbot/pytest/rpc.py + - tests/core/test_rpc.py + - tests/rpc_test.html + + +"Category: Docker": [] # potential future feature + + +"Category: Docs - Changelogs": + - CHANGES.rst + - docs/changelog.rst +"Category: Docs - For Developers": + - docs/framework_events.rst + - docs/guide_cog_creation.rst + - docs/guide_cog_creators.rst + - docs/guide_migration.rst + - docs/guide_publish_cogs.rst +"Category: Docs - Install Guides": + - docs/about_venv.rst + - docs/autostart_*.rst + - docs/.resources/bot-guide/**/* + - docs/bot_application_guide.rst + - docs/install_guides/**/* + - docs/update_red.rst +"Category: Docs - Other": + - docs/host-list.rst + - docs/index.rst + - docs/version_guarantees.rst + - README.md +"Category: Docs - User Guides": + - docs/getting_started.rst + - docs/intents.rst + - docs/red_core_data_statement.rst + # TODO: move these to `docs/.resources/getting_started` subfolder + - docs/.resources/red-console.png + - docs/.resources/code-grant.png + - docs/.resources/instances-ssh-button.png + - docs/.resources/ssh-output.png + + +"Category: Meta": + # top-level files + - any: + - '*' + - '!README.md' + - '!CHANGES.rst' + # .gitattributes files + - '**/.gitattributes' + # GitHub configuration files, with the exception of CI configuration + - .github/* + - .github/ISSUE_TEMPLATE/* + - .github/PULL_REQUEST_TEMPLATE/* + # documentation configuration, extensions, scripts, templates, etc. + - docs/conf.py + - docs/_ext/**/* + - docs/_html/**/* + - docs/make.bat + - docs/Makefile + - docs/prolog.txt + - docs/_templates/**/* + # empty file + - redbot/cogs/__init__.py + # can't go more meta than that :) + # TODO: remove this useless file + - redbot/meta.py + # py.typed file + - redbot/py.typed + # requirements files + - requirements/* + # schema files + - schema/* + # tests configuration, global fixtures, etc. + - tests/conftest.py + - tests/__init__.py + - tests/*/__init__.py + # repository tools + - tools/* + + +# "Category: RPC/ZMQ methods": [] # can't be matched by file patterns + + +"Category: Vendored Packages": + - redbot/vendored/**/* diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/crowdin_upload_strings.yml b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/crowdin_upload_strings.yml new file mode 100644 index 0000000000000000000000000000000000000000..f476ec9166d6184c7d0408111b71266c7013c4b2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/crowdin_upload_strings.yml @@ -0,0 +1,32 @@ +name: Crowdin - Upload strings +on: + push: + branches: + - V3/develop + +jobs: + deploy: + if: github.repository == 'Cog-Creators/Red-DiscordBot' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.8' + - name: Install dependencies + run: | + curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add - + echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list + sudo apt-get update -qq + sudo apt-get install -y crowdin + pip install redgettext==3.4.2 + - name: Generate source files + run: | + make gettext + - name: Upload source files + run: | + make upload_translations + env: + CROWDIN_API_KEY: ${{ secrets.crowdin_token}} + CROWDIN_PROJECT_ID: ${{ secrets.crowdin_identifier }} diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/prepare_release.yml b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/prepare_release.yml new file mode 100644 index 0000000000000000000000000000000000000000..d4be0f2152740b5ae8c3d41a540e180ee1a3b0ba --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/prepare_release.yml @@ -0,0 +1,130 @@ +name: Prepare Release +on: + workflow_dispatch: + inputs: + new_stable_version: + description: Version number for the new stable release (leave empty to just strip `.dev1`) + required: false + default: 'auto' + +permissions: + contents: write + pull-requests: write + +jobs: + crowdin_download_translations: + needs: pr_stable_bump + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.8' + - name: Install dependencies + run: | + curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add - + echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list + sudo apt-get update -qq + sudo apt-get install -y crowdin + pip install redgettext==3.4.2 + + - name: Generate source files + run: | + make gettext + - name: Download translations + run: | + make download_translations + env: + CROWDIN_API_KEY: ${{ secrets.crowdin_token}} + CROWDIN_PROJECT_ID: ${{ secrets.crowdin_identifier }} + + - name: Create Pull Request + id: cpr_crowdin + uses: peter-evans/create-pull-request@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + commit-message: Automated Crowdin downstream + title: "[i18n] Automated Crowdin downstream" + body: | + This is an automated PR that is part of Prepare Release automated workflow (2 out of 2). + Please ensure that there are no errors or invalid files are in the PR. + labels: "Automated PR, Category: i18n, Changelog Entry: Skipped" + branch: "automated/i18n" + author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + milestone: ${{ needs.pr_stable_bump.outputs.milestone_number }} + + - name: Close and reopen the PR with different token to trigger CI + uses: actions/github-script@v6 + env: + PR_NUMBER: ${{ steps.cpr_crowdin.outputs.pull-request-number }} + PR_OPERATION: ${{ steps.cpr_crowdin.outputs.pull-request-operation }} + with: + github-token: ${{ secrets.cogcreators_bot_repo_scoped }} + script: | + const script = require( + `${process.env.GITHUB_WORKSPACE}/.github/workflows/scripts/close_and_reopen_pr.js` + ); + console.log(script({github, context})); + + pr_stable_bump: + runs-on: ubuntu-latest + outputs: + milestone_number: ${{ steps.get_milestone_number.outputs.result }} + steps: + # Checkout repository and install Python + - uses: actions/checkout@v3 + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.8' + + # Create PR for stable version bump + - name: Update Red version number from input + id: bump_version_stable + run: | + python .github/workflows/scripts/bump_version.py + env: + PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }} + NEW_STABLE_VERSION: ${{ github.event.inputs.new_stable_version }} + + # Get milestone number of the milestone for the new stable version + - name: Get milestone number + id: get_milestone_number + uses: actions/github-script@v6 + env: + MILESTONE_TITLE: ${{ steps.bump_version_stable.outputs.new_version }} + with: + script: | + const script = require( + `${process.env.GITHUB_WORKSPACE}/.github/workflows/scripts/get_milestone_number_by_exact_title.js` + ); + return await script({github, context}); + + - name: Create Pull Request + id: cpr_bump_stable + uses: peter-evans/create-pull-request@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + commit-message: Version bump to ${{ steps.bump_version_stable.outputs.new_version }} + title: Version bump to ${{ steps.bump_version_stable.outputs.new_version }} + body: | + This is an automated PR that is part of Prepare Release automated workflow (1 out of 2). + Please ensure that there are no errors or invalid files are in the PR. + labels: "Automated PR, Changelog Entry: Skipped" + branch: "automated/pr_bumps/${{ steps.bump_version_stable.outputs.new_version }}" + author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + milestone: ${{ steps.get_milestone_number.outputs.result }} + + - name: Close and reopen the PR with different token to trigger CI + uses: actions/github-script@v6 + env: + PR_NUMBER: ${{ steps.cpr_bump_stable.outputs.pull-request-number }} + PR_OPERATION: ${{ steps.cpr_bump_stable.outputs.pull-request-operation }} + with: + github-token: ${{ secrets.cogcreators_bot_repo_scoped }} + script: | + const script = require( + `${process.env.GITHUB_WORKSPACE}/.github/workflows/scripts/close_and_reopen_pr.js` + ); + console.log(await script({github, context})); diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/run_pip_compile.yaml b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/run_pip_compile.yaml new file mode 100644 index 0000000000000000000000000000000000000000..47a47083fa168a6bc74934dc51a24c77de63bcb3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/run_pip_compile.yaml @@ -0,0 +1,84 @@ +name: Generate requirements files with pip-compile. + +on: + workflow_dispatch: + +jobs: + generate_requirements: + name: Generate requirements files for ${{ matrix.os }} platform. + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: + - ubuntu-latest + - windows-latest + - macos-latest + steps: + - name: Checkout the repository. + uses: actions/checkout@v3 + + - name: Set up Python 3.8. + uses: actions/setup-python@v4 + with: + python-version: '3.8' + + - name: Install dependencies + run: | + python -m pip install -U pip + python -m pip install -U pip-tools + + - name: Generate requirements files. + id: compile_requirements + run: | + python .github/workflows/scripts/compile_requirements.py + + - name: Upload requirements files. + uses: actions/upload-artifact@v3 + with: + name: ${{ steps.compile_requirements.outputs.sys_platform }} + path: requirements/${{ steps.compile_requirements.outputs.sys_platform }}-*.txt + + merge_requirements: + name: Merge requirements files. + needs: generate_requirements + runs-on: ubuntu-latest + steps: + - name: Checkout the repository. + uses: actions/checkout@v3 + + - name: Set up Python 3.8. + uses: actions/setup-python@v4 + with: + python-version: '3.8' + + - name: Install dependencies + run: | + python -m pip install -U "packaging>=22.0" + + - name: Download Windows requirements. + uses: actions/download-artifact@v3 + with: + name: win32 + path: requirements + - name: Download Linux requirements. + uses: actions/download-artifact@v3 + with: + name: linux + path: requirements + - name: Download macOS requirements. + uses: actions/download-artifact@v3 + with: + name: darwin + path: requirements + + - name: Merge requirements files. + run: | + python .github/workflows/scripts/merge_requirements.py + + - name: Upload merged requirements files. + uses: actions/upload-artifact@v3 + with: + name: merged + path: | + requirements/base.txt + requirements/extra-*.txt diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/check_label_pattern_exhaustiveness.py b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/check_label_pattern_exhaustiveness.py new file mode 100644 index 0000000000000000000000000000000000000000..1982b0b693618faa7d270277490e88a4bb81da65 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/check_label_pattern_exhaustiveness.py @@ -0,0 +1,215 @@ +import itertools +import operator +import os +import subprocess +from pathlib import Path +from typing import Any, Dict, Iterable, List, Optional +from typing_extensions import Self + +import rich +import yaml +from rich.console import Console, ConsoleOptions, RenderResult +from rich.tree import Tree +from pathspec import PathSpec +from pathspec.patterns.gitwildmatch import GitWildMatchPattern + + +ROOT_PATH = Path(__file__).resolve().parents[3] + + +class Matcher: + def __init__(self, *, any: Iterable[str] = (), all: Iterable[str] = ()) -> None: + self.any_patterns = tuple(any) + self.any_specs = self._get_pathspecs(self.any_patterns) + self.all_patterns = tuple(all) + self.all_specs = self._get_pathspecs(self.all_patterns) + + def __repr__(self) -> str: + return f"Matcher(any={self.any_patterns!r}, all={self.all_patterns!r})" + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return ( + self.any_patterns == other.any_patterns and self.all_patterns == other.all_patterns + ) + return NotImplemented + + def __hash__(self) -> int: + return hash((self.any_patterns, self.all_patterns)) + + @classmethod + def _get_pathspecs(cls, patterns: Iterable[str]) -> List[PathSpec]: + return tuple( + PathSpec.from_lines(GitWildMatchPattern, cls._get_pattern_lines(pattern)) + for pattern in patterns + ) + + @staticmethod + def _get_pattern_lines(pattern: str) -> List[str]: + # an approximation of actions/labeler's minimatch globs + if pattern.startswith("!"): + pattern_lines = ["*", f"!/{pattern[1:]}"] + else: + pattern_lines = [f"/{pattern}"] + if pattern.endswith("*") and "**" not in pattern: + pattern_lines.append(f"!/{pattern}/") + return pattern_lines + + @classmethod + def get_label_matchers(cls) -> Dict[str, List[Self]]: + with open(ROOT_PATH / ".github/labeler.yml", encoding="utf-8") as fp: + label_definitions = yaml.safe_load(fp) + label_matchers: Dict[str, List[Matcher]] = {} + for label_name, matcher_definitions in label_definitions.items(): + matchers = label_matchers[label_name] = [] + for idx, matcher_data in enumerate(matcher_definitions): + if isinstance(matcher_data, str): + matchers.append(cls(any=[matcher_data])) + elif isinstance(matcher_data, dict): + matchers.append( + cls(any=matcher_data.pop("any", []), all=matcher_data.pop("all", [])) + ) + if matcher_data: + raise RuntimeError( + f"Unexpected keys at index {idx} for label {label_name!r}: " + + ", ".join(map(repr, matcher_data)) + ) + elif matcher_data is not None: + raise RuntimeError(f"Unexpected type at index {idx} for label {label_name!r}") + + return label_matchers + + +class PathNode: + def __init__(self, parent_tree: Tree, path: Path, *, label: Optional[str] = None) -> None: + self.parent_tree = parent_tree + self.path = path + self.label = label + + def __rich__(self) -> str: + if self.label is not None: + return self.label + return self.path.name + + +class DirectoryTree: + def __init__(self, label: str) -> None: + self.root = Tree(PathNode(Tree(""), Path(), label=label)) + self._previous = self.root + + def __bool__(self) -> bool: + return bool(self.root.children) + + def __rich_console__(self, console: Console, options: ConsoleOptions) -> RenderResult: + yield from self.root.__rich_console__(console, options) + + def add(self, file: Path) -> Tree: + common_path = Path(os.path.commonpath([file.parent, self._previous.label.path])) + + parent_tree = self._previous + while parent_tree != self.root and parent_tree.label.path != common_path: + parent_tree = parent_tree.label.parent_tree + + for part in file.relative_to(common_path).parts: + if parent_tree.label.path.name == "locales": + if not parent_tree.children: + parent_tree.add(PathNode(parent_tree, parent_tree.label.path / "*.po")) + continue + parent_tree = parent_tree.add(PathNode(parent_tree, parent_tree.label.path / part)) + + self._previous = parent_tree + return parent_tree + + +class App: + def __init__(self) -> None: + self.exit_code = 0 + self.label_matchers = Matcher.get_label_matchers() + self.tracked_files = [ + Path(filename) + for filename in subprocess.check_output( + ("git", "ls-tree", "-r", "HEAD", "--name-only"), encoding="utf-8", cwd=ROOT_PATH + ).splitlines() + ] + self.matches_per_label = {label_name: set() for label_name in self.label_matchers} + self.matches_per_file = [] + self.used_matchers = set() + + def run(self) -> int: + old_cwd = os.getcwd() + try: + os.chdir(ROOT_PATH) + self._run() + finally: + os.chdir(old_cwd) + return self.exit_code + + def _run(self) -> None: + self._collect_match_information() + self._show_matches_per_label() + self._show_files_without_labels() + self._show_files_with_multiple_labels() + self._show_unused_matchers() + + def _collect_match_information(self) -> None: + tmp_matches_per_file = {file: [] for file in self.tracked_files} + + for file in self.tracked_files: + for label_name, matchers in self.label_matchers.items(): + matched = False + for matcher in matchers: + if all( + path_spec.match_file(file) + for path_spec in itertools.chain(matcher.all_specs, matcher.any_specs) + ): + self.matches_per_label[label_name].add(file) + matched = True + self.used_matchers.add(matcher) + if matched: + tmp_matches_per_file[file].append(label_name) + + self.matches_per_file = sorted(tmp_matches_per_file.items(), key=operator.itemgetter(0)) + + def _show_matches_per_label(self) -> None: + for label_name, files in self.matches_per_label.items(): + top_tree = DirectoryTree(f"{label_name}:") + for file in sorted(files): + top_tree.add(file) + rich.print(top_tree) + print() + + def _show_files_without_labels(self) -> None: + top_tree = DirectoryTree("\n--- Not matched ---") + for file, labels in self.matches_per_file: + if not labels: + top_tree.add(file) + if top_tree: + self.exit_code = 1 + rich.print(top_tree) + else: + print("--- All files match at least one label's patterns ---") + + def _show_files_with_multiple_labels(self) -> None: + top_tree = DirectoryTree("\n--- Matched by more than one label ---") + for file, labels in self.matches_per_file: + if len(labels) > 1: + tree = top_tree.add(file) + for label_name in labels: + tree.add(label_name) + if top_tree: + rich.print(top_tree) + else: + print("--- None of the files are matched by more than one label's patterns ---") + + def _show_unused_matchers(self) -> None: + for label_name, matchers in self.label_matchers.items(): + for idx, matcher in enumerate(matchers): + if matcher not in self.used_matchers: + print( + f"--- Matcher {idx} for label {label_name!r} does not match any files! ---" + ) + self.exit_code = 1 + + +if __name__ == "__main__": + raise SystemExit(App().run()) diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/get_milestone_number_by_exact_title.js b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/get_milestone_number_by_exact_title.js new file mode 100644 index 0000000000000000000000000000000000000000..b7d734b5dd5338cb32abb9c919120159719c886a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/get_milestone_number_by_exact_title.js @@ -0,0 +1,49 @@ +module.exports = (async function ({github, context}) { + const milestone_title = process.env.MILESTONE_TITLE; + const [repo_owner, repo_name] = process.env.GITHUB_REPOSITORY.split('/'); + + const { + repository: { + milestones: { + nodes: milestones, + pageInfo: {hasNextPage} + } + } + } = await github.graphql({ + query: ` + query getMilestoneNumberByTitle( + $repo_owner: String! + $repo_name: String! + $milestone_title: String! + ) { + repository(owner:$repo_owner name:$repo_name) { + milestones(query:$milestone_title states:OPEN first:100) { + nodes { + number + title + } + pageInfo { + hasNextPage + } + } + } + }`, + repo_owner: repo_owner, + repo_name: repo_name, + milestone_title: milestone_title, + }); + + if (hasNextPage) { + // this should realistically never happen so let's just error + core.setFailed('Impossible happened! :)'); + return; + } + + for (const milestone of milestones) + if (milestone.title === milestone_title) + return milestone.number; + + // if no exact match is found, assume the milestone doesn't exist + console.log('The milestone was not found. API returned the array: %o', milestones); + return null; +}) diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/merge_requirements.py b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/merge_requirements.py new file mode 100644 index 0000000000000000000000000000000000000000..4ad2822b207759d4fd99c5fe75b8faa396899717 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/scripts/merge_requirements.py @@ -0,0 +1,134 @@ +import os +from pathlib import Path +from typing import List, TextIO + +from packaging.markers import Marker +from packaging.requirements import Requirement + + +REQUIREMENTS_FOLDER = Path(__file__).parents[3].absolute() / "requirements" +os.chdir(REQUIREMENTS_FOLDER) + + +class RequirementData: + def __init__(self, requirement_string: str) -> None: + self.req = Requirement(requirement_string) + self.comments = set() + + @property + def name(self) -> str: + return self.req.name + + @property + def marker(self) -> Marker: + return self.req.marker + + @marker.setter + def marker(self, value: Marker) -> None: + self.req.marker = value + + +def get_requirements(fp: TextIO) -> List[RequirementData]: + requirements = [] + + current = None + for line in fp.read().splitlines(): + annotation_prefix = " # " + if line.startswith(annotation_prefix) and current is not None: + source = line[len(annotation_prefix) :].strip() + if source == "via": + continue + via_prefix = "via " + if source.startswith(via_prefix): + source = source[len(via_prefix) :] + current.comments.add(source) + elif line and not line.startswith(("#", " ")): + current = RequirementData(line) + requirements.append(current) + + return requirements + + +names = ["base"] +names.extend(file.stem for file in REQUIREMENTS_FOLDER.glob("extra-*.in")) +base_requirements = [] + +for name in names: + # {req_name: {sys_platform: RequirementData} + input_data = {} + all_platforms = set() + for file in REQUIREMENTS_FOLDER.glob(f"*-{name}.txt"): + platform_name = file.stem.split("-", maxsplit=1)[0] + all_platforms.add(platform_name) + with file.open(encoding="utf-8") as fp: + requirements = get_requirements(fp) + + for req in requirements: + platforms = input_data.setdefault(req.name, {}) + platforms[platform_name] = req + + output = base_requirements if name == "base" else [] + for req_name, platforms in input_data.items(): + req = next(iter(platforms.values())) + for other_req in platforms.values(): + if req.req != other_req.req: + raise RuntimeError(f"Incompatible requirements for {req_name}.") + + req.comments.update(other_req.comments) + + base_req = next( + (base_req for base_req in base_requirements if base_req.name == req.name), None + ) + if base_req is not None: + old_base_marker = base_req.marker + old_req_marker = req.marker + req.marker = base_req.marker = None + if base_req.req != req.req: + raise RuntimeError(f"Incompatible requirements for {req_name}.") + + base_req.marker = old_base_marker + req.marker = old_req_marker + if base_req.marker is None or base_req.marker == req.marker: + continue + + if len(platforms) == len(all_platforms): + output.append(req) + continue + elif len(platforms) < len(all_platforms - platforms.keys()): + platform_marker = " or ".join( + f"sys_platform == '{platform}'" for platform in platforms + ) + else: + platform_marker = " and ".join( + f"sys_platform != '{platform}'" for platform in all_platforms - platforms.keys() + ) + + new_marker = ( + f"({req.marker}) and ({platform_marker})" + if req.marker is not None + else platform_marker + ) + req.marker = Marker(new_marker) + if base_req is not None and base_req.marker == req.marker: + continue + + output.append(req) + + output.sort(key=lambda req: (req.marker is not None, req.name)) + with open(f"{name}.txt", "w+", encoding="utf-8") as fp: + for req in output: + fp.write(str(req.req)) + fp.write("\n") + comments = sorted(req.comments) + + if len(comments) == 1: + source = comments[0] + fp.write(" # via ") + fp.write(source) + fp.write("\n") + else: + fp.write(" # via\n") + for source in comments: + fp.write(" # ") + fp.write(source) + fp.write("\n") diff --git a/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/tests.yml b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/tests.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ce7319283b6bdb170e06efdd8f267f28e7a1bcb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/.github/workflows/tests.yml @@ -0,0 +1,107 @@ +name: Tests +on: + pull_request: + push: + repository_dispatch: + types: + - dispatched_test + +env: + ref: ${{ github.event.client_payload.ref || '' }} + +jobs: + tox: + runs-on: ubuntu-latest + strategy: + matrix: + python_version: + - "3.8" + tox_env: + - style + - docs + include: + - tox_env: py38 + python_version: "3.8" + friendly_name: Python 3.8 - Tests + - tox_env: py39 + python_version: "3.9" + friendly_name: Python 3.9 - Tests + - tox_env: py310 + python_version: "3.10" + friendly_name: Python 3.10 - Tests + - tox_env: py311 + python_version: "3.11" + friendly_name: Python 3.11 - Tests + - tox_env: style + friendly_name: Style + - tox_env: docs + friendly_name: Docs + fail-fast: false + name: Tox - ${{ matrix.friendly_name }} + steps: + - uses: actions/checkout@v3 + with: + ref: ${{ env.ref }} + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: ${{ matrix.python_version }} + - name: Install tox + run: | + python -m pip install --upgrade pip + pip install tox + - name: Tox test + env: + TOXENV: ${{ matrix.tox_env }} + run: tox + + tox-postgres: + runs-on: ubuntu-latest + strategy: + matrix: + python_version: + - "3.8" + - "3.9" + - "3.10" + - "3.11" + fail-fast: false + name: Tox - Postgres + services: + postgresql: + image: postgres:10 + ports: + - 5432:5432 + env: + POSTGRES_DB: red_db + POSTGRES_PASSWORD: postgres + POSTGRES_USER: postgres + steps: + - uses: actions/checkout@v3 + with: + ref: ${{ env.ref }} + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: ${{ matrix.python_version }} + - name: Install tox + run: | + python -m pip install --upgrade pip + pip install tox + - name: Tox test + env: + TOXENV: postgres + PGDATABASE: red_db + PGUSER: postgres + PGPASSWORD: postgres + PGPORT: 5432 + run: tox + - name: Verify no errors in PostgreSQL logs. + run: | + logs="$(docker logs "${{ job.services.postgresql.id }}" 2>&1)" + echo "---- PostgreSQL logs ----" + echo "$logs" + echo "---- PostgreSQL logs ----" + error_count="$(echo "$logs" | { grep -c 'ERROR: ' || true; })" + if [[ $error_count -gt 0 ]]; then + exit 1 + fi diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/Makefile b/testbed/Cog-Creators__Red-DiscordBot/docs/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..a192210bed9943fd980dfddcca386df6a97bb3b2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/Makefile @@ -0,0 +1,20 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = python3 -msphinx +SPHINXPROJ = Red-DiscordBot +SOURCEDIR = . +BUILDDIR = _build + +# Put it first so that "make" without argument is like "make help". +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.PHONY: help Makefile + +# Catch-all target: route all unknown targets to Sphinx using the new +# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). +%: Makefile + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/_ext/deprecated_removed.py b/testbed/Cog-Creators__Red-DiscordBot/docs/_ext/deprecated_removed.py new file mode 100644 index 0000000000000000000000000000000000000000..b1488eef19d1d23ee2fe0964309c9246791e96cd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/_ext/deprecated_removed.py @@ -0,0 +1,129 @@ +""" +A Sphinx extension adding a ``deprecated-removed`` directive that works +similarly to CPython's directive with the same name. + +The key difference is that instead of passing the version of planned removal, +the writer must provide the minimum amount of days that must pass +since the date of the release it was deprecated in. + +Due to lack of a concrete release schedule for Red, this ensures that +we give enough time to people affected by the changes no matter +when the releases actually happen. + +`DeprecatedRemoved` class is heavily based on +`sphinx.domains.changeset.VersionChange` class that is available at: +https://github.com/sphinx-doc/sphinx/blob/0949735210abaa05b6448e531984f159403053f4/sphinx/domains/changeset.py + +Copyright 2007-2020 by the Sphinx team, see AUTHORS: +https://github.com/sphinx-doc/sphinx/blob/82f495fed386c798735adf675f867b95d61ee0e1/AUTHORS + +The original copy was distributed under BSD License and this derivative work +is distributed under GNU GPL Version 3. +""" + +import datetime +import multiprocessing +import subprocess +from typing import Any, Dict, List, Optional + +from docutils import nodes +from sphinx import addnodes +from sphinx.application import Sphinx +from sphinx.util.docutils import SphinxDirective + + +class TagDateCache: + def __init__(self) -> None: + self._tags: Dict[str, datetime.date] = {} + + def _populate_tags(self) -> None: + with _LOCK: + if self._tags: + return + out = subprocess.check_output( + ("git", "tag", "-l", "--format", "%(creatordate:raw)\t%(refname:short)"), + text=True, + ) + lines = out.splitlines(False) + for line in lines: + creator_date, tag_name = line.split("\t", maxsplit=1) + timestamp = int(creator_date.split(" ", maxsplit=1)[0]) + self._tags[tag_name] = datetime.datetime.fromtimestamp( + timestamp, tz=datetime.timezone.utc + ).date() + + def get_tag_date(self, tag_name: str) -> Optional[datetime.date]: + self._populate_tags() + return self._tags.get(tag_name) + + +_LOCK = multiprocessing.Manager().Lock() +_TAGS = TagDateCache() + + +class DeprecatedRemoved(SphinxDirective): + has_content = True + required_arguments = 2 + optional_arguments = 1 + final_argument_whitespace = True + + def run(self) -> List[nodes.Node]: + # Some Sphinx stuff + node = addnodes.versionmodified() + node.document = self.state.document + self.set_source_info(node) + node["type"] = self.name + node["version"] = tuple(self.arguments) + if len(self.arguments) == 3: + inodes, messages = self.state.inline_text(self.arguments[2], self.lineno + 1) + para = nodes.paragraph(self.arguments[2], "", *inodes, translatable=False) + self.set_source_info(para) + node.append(para) + else: + messages = [] + + # Text generation + deprecation_version = self.arguments[0] + minimum_days = int(self.arguments[1]) + tag_date = _TAGS.get_tag_date(deprecation_version) + text = ( + f"Will be deprecated in version {deprecation_version}," + " and removed in the first minor version that gets released" + f" after {minimum_days} days since deprecation" + if tag_date is None + else f"Deprecated since version {deprecation_version}," + " will be removed in the first minor version that gets released" + f" after {tag_date + datetime.timedelta(days=minimum_days)}" + ) + + # More Sphinx stuff + if self.content: + self.state.nested_parse(self.content, self.content_offset, node) + classes = ["versionmodified"] + if len(node): + if isinstance(node[0], nodes.paragraph) and node[0].rawsource: + content = nodes.inline(node[0].rawsource, translatable=True) + content.source = node[0].source + content.line = node[0].line + content += node[0].children + node[0].replace_self(nodes.paragraph("", "", content, translatable=False)) + + node[0].insert(0, nodes.inline("", f"{text}: ", classes=classes)) + else: + para = nodes.paragraph( + "", "", nodes.inline("", f"{text}.", classes=classes), translatable=False + ) + node.append(para) + + ret = [node] + ret += messages + + return ret + + +def setup(app: Sphinx) -> Dict[str, Any]: + app.add_directive("deprecated-removed", DeprecatedRemoved) + return { + "version": "1.0", + "parallel_read_safe": True, + } diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/_html/robots.txt b/testbed/Cog-Creators__Red-DiscordBot/docs/_html/robots.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d253d1bbd6cc10e104cb26db893050b63123a23 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/_html/robots.txt @@ -0,0 +1,6 @@ +User-agent: * +Disallow: / +Allow: /en/stable +Allow: /en/latest + +Sitemap: https://docs.discord.red/sitemap.xml diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/_templates/layout.html b/testbed/Cog-Creators__Red-DiscordBot/docs/_templates/layout.html new file mode 100644 index 0000000000000000000000000000000000000000..996058f31020000ee8ed083cd242dd38c596ba01 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/_templates/layout.html @@ -0,0 +1,18 @@ +{% extends '!layout.html' %} +{% block document %} +{% if version_slug == 'latest' %} +
+

Warning

+

+ This document is for Red's development version, which can be significantly different from previous releases. + If you're a regular user, you should read the Red documentation for the current stable release. +

+
+{% endif %} +{{ super() }} + + Fork me on GitHub + +{% endblock %} diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/about_venv.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/about_venv.rst new file mode 100644 index 0000000000000000000000000000000000000000..1b10c0fc02d7dcd1170039a15772187e15f8f2d9 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/about_venv.rst @@ -0,0 +1,39 @@ +.. _about-venvs: + +========================== +About Virtual Environments +========================== +Creating a virtual environment is really easy and usually prevents many common installation +problems. + +**What Are Virtual Environments For?** + +Virtual environments allow you to isolate Red's library dependencies, cog dependencies and python +binaries from the rest of your system. There is no performance overhead to using virtual environment +and it saves you from a lot of troubles during setup. It also makes sure Red and its dependencies +are installed to a predictable location which makes uninstalling Red as simple as removing a single folder, +without worrying about losing your data or other things on your system becoming broken. + + +-------------------------------------------- +Virtual Environments with Multiple Instances +-------------------------------------------- +If you are running multiple instances of Red on the same machine, you have the option of either +using the same virtual environment for all of them, or creating separate ones. + +.. note:: + + This only applies for multiple instances of V3. If you are running a V2 instance as well, + you **must** use separate virtual environments. + +The advantages of using a *single* virtual environment for all of your V3 instances are: + +- When updating Red, you will only need to update it once for all instances (however you will still need to restart all instances for the changes to take effect) +- It will save space on your hard drive + +On the other hand, you may wish to update each of your instances individually. + +.. important:: + + Windows users with multiple instances should create *separate* virtual environments, as + updating multiple running instances at once is likely to cause errors. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_mac.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_mac.rst new file mode 100644 index 0000000000000000000000000000000000000000..4a6b7cc71b437b55d9070baa573175231ac00221 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_mac.rst @@ -0,0 +1,110 @@ +.. launchd guide + +============================== +Setting up auto-restart on Mac +============================== + +----------------------- +Creating the plist file +----------------------- + +Start by activating your venv. Then run the following command: + +.. code-block:: none + + which python + +Copy the output of that command. + +Now run :code:`sudo nano /Library/LaunchDaemons/red.plist` + +Paste the following and replace the following: + +- :code:`username` (but not :code:`UserName`) with your Mac username +- :code:`path` with the path you copied earlier +- :code:`instance-name` with your instance name: + +.. code-block:: none + :emphasize-lines: 9, 13, 28 + + + + + + Label + red + ProgramArguments + + path + -O + -m + redbot + instance-name + --no-prompt + + RunAtLoad + + KeepAlive + + SuccessfulExit + + + StandardOutPath + /tmp/red_out.log + StandardErrorPath + /tmp/red_err.log + UserName + username + InitGroups + + + + +.. note:: + + You may add any additional arguments you need to add to the :code:`redbot` command by + adding them to the end of the array under :code:`ProgramArguments` + +.. note:: + + Should you need to set up auto-restart for additional bots, create a :code:`.plist` file for + each bot under a different file name, and use the respective file names for the commands below. + +Save and exit :code:`ctrl + O; enter; ctrl + x` + +------------------------------- +Starting and loading the plist +------------------------------- + +To start the bot and set it to start on boot, you must run the following command: + +.. prompt:: bash + + sudo launchctl load -w /Library/LaunchDaemons/red.plist + +If you need to shutdown the bot, you can use the ``[p]shutdown`` command or +type the following command in the terminal: + +.. prompt:: bash + + sudo launchctl stop red + +To start the bot again after a shutdown, run the following: + +.. prompt:: bash + + sudo launchctl start red + +To stop the bot and set it to not start on boot anymore, run the following: + +.. prompt:: bash + + sudo launchctl unload -w /Library/LaunchDaemons/red.plist + +To view Red's log, run the following (:code:`red_out.log` is for the console output, and +:code:`red_err.log` for the error logs): + +.. prompt:: bash + + nano /tmp/red_out.log + nano /tmp/red_err.log diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_systemd.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_systemd.rst new file mode 100644 index 0000000000000000000000000000000000000000..45e2b018d260f76117012d01f4c167d74ae26d0f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_systemd.rst @@ -0,0 +1,104 @@ +.. _systemd-service-guide: + +============================================== +Setting up auto-restart using systemd on Linux +============================================== + +.. note:: This guide is for setting up systemd on a Linux environment. This guide assumes that you already have a working Red instance. + +------------------------- +Creating the service file +------------------------- + +In order to create the service file, you will first need to know two things, your Linux :code:`username` and your Python :code:`path` + +First, your Linux :code:`username` can be fetched with the following command: + +.. prompt:: bash + + whoami + +Next, your python :code:`path` can be fetched with the following commands: + +.. prompt:: bash + :prompts: $,(redenv) $ + :modifiers: auto + + # If redbot is installed in a venv + $ source ~/redenv/bin/activate + (redenv) $ /usr/bin/which python + + # If redbot is installed in a pyenv virtualenv + $ pyenv shell + (redenv) $ pyenv which python + +Then create the new service file: + +:code:`sudo nano /etc/systemd/system/red@.service` + +Paste the following in the file, and replace all instances of :code:`username` with the Linux username you retrieved above, and :code:`path` with the python path you retrieved above. + +.. code-block:: none + :emphasize-lines: 8-10 + + [Unit] + Description=%I redbot + After=multi-user.target + After=network-online.target + Wants=network-online.target + + [Service] + ExecStart=path -O -m redbot %I --no-prompt + User=username + Group=username + Type=idle + Restart=on-abnormal + RestartSec=15 + RestartForceExitStatus=1 + RestartForceExitStatus=26 + TimeoutStopSec=10 + + [Install] + WantedBy=multi-user.target + +Save and exit :code:`ctrl + O; enter; ctrl + x` + +--------------------------------- +Starting and enabling the service +--------------------------------- + +.. note:: This same file can be used to start as many instances of the bot as you wish, without creating more service files, just start and enable more services and add any bot instance name after the **@** + +To start the bot, run the service and add the instance name after the **@**: + +.. prompt:: bash + + sudo systemctl start red@instancename + +To set the bot to start on boot, you must enable the service, again adding the instance name after the **@**: + +.. prompt:: bash + + sudo systemctl enable red@instancename + +If you need to shutdown the bot, you can use the ``[p]shutdown`` command or +type the following command in the terminal, still by adding the instance name after the **@**: + +.. prompt:: bash + + sudo systemctl stop red@instancename + +.. warning:: If the service doesn't stop in the next 10 seconds, the process is killed. + Check your logs to know the cause of the error that prevents the shutdown. + +To set the bot to not start on boot anymore, you must disable the service by running the following command, adding the instance name after the **@**: + +.. prompt:: bash + + sudo systemctl disable red@instancename + +You can access Red's log through journalctl: + +.. prompt:: bash + + sudo journalctl -eu red@instancename diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_windows.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_windows.rst new file mode 100644 index 0000000000000000000000000000000000000000..a55d8df116582cff3e94da28b7ebc7a72859451d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/autostart_windows.rst @@ -0,0 +1,48 @@ +.. _autostart_windows: + +============================================== +Setting up auto-restart using batch on Windows +============================================== + +.. note:: This guide assumes that you already have a working Red instance. + +----------------------- +Creating the batch file +----------------------- + +Create a new text document anywhere you want to. This file will be used to launch the bot, so you may want to put it somewhere convenient, like Documents or Desktop. + +Open that document in Notepad, and paste the following text in it: + +.. code-block:: batch + + @ECHO OFF + :RED + CALL "%userprofile%\redenv\Scripts\activate.bat" + python -O -m redbot + + IF %ERRORLEVEL% NEQ 0 ( + ECHO Restarting Red... + GOTO RED + ) + +Replace ```` with the instance name of your bot. +If you created your VENV at a location other than the recommended one, replace ``%userprofile%\redenv\Scripts\activate.bat`` with the path to your VENV. + +Click "File", "Save as". Change the dropdown "Save as type" to "All Files (*.*)". Set the filename to ``start_redbot.bat``, and click save. + +There should now be a new file in the location you created the text document in. You can delete that text document as it is no longer needed. +You can now use the ``start_redbot.bat`` batch file to launch Red by double clicking it. +This script will automatically restart red when the ``[p]restart`` command is used or when the bot shuts down abnormally. + +------------------------- +Launch the bot on startup +------------------------- + +Create a shortcut of your ``start_redbot.bat`` file. + +Open the "Run" dialogue box using Windows Key + R. + +Enter ``shell:startup`` if you want the bot to launch only when the current user logs in, or ``shell:common startup`` if you want the bot to launch when any user logs in. + +Drag the shortcut into the folder that is opened. The bot will now launch on startup. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/bot_application_guide.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/bot_application_guide.rst new file mode 100644 index 0000000000000000000000000000000000000000..dccfbddd0d0659ae1a16b0c195446b777511a95b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/bot_application_guide.rst @@ -0,0 +1,80 @@ +=========================================== +Creating a bot account +=========================================== + +To use Red you will require a bot account and to enable privileged intents. Both these steps will be covered below. + +.. _creating-a-bot-account: + +------------------------------- +Creating the bot application +------------------------------- + +In order to use Red, we must first create a Discord Bot account. + +Creating a Bot account is a pretty straightforward process. + +1. Make sure you're logged on to the `Discord website `_. +2. Navigate to the `application page `_ +3. Click on the "New Application" button. + + .. image:: /.resources/bot-guide/discord_create_app_button.png + :alt: The new application button. + +4. Give the application a name and click "Create". + + .. image:: /.resources/bot-guide/discord_create_app_form.png + :alt: The new application form filled in. + +5. Create a Bot User by navigating to the "Bot" tab and clicking "Add Bot". + + - Click "Yes, do it!" to continue. + + .. image:: /.resources/bot-guide/discord_create_bot_user.png + :alt: The Add Bot button. +6. If you want others to be able to invite your bot tick the **Public Bot**. Keeping it unticked will prevent others from inviting your bot to their servers and only you will be able to add the bot to servers (provided that you have needed permissions in the server you want to add the bot to). + + - Make sure **Require OAuth2 Code Grant** is unchecked. + + .. image:: /.resources/bot-guide/discord_bot_user_options.png + :alt: How the Bot User options should look like for most people. + +7. Copy the token using the "Copy" button. + + - **This is not the Client Secret at the General Information page** + + .. warning:: + + Do not share your token as it is like your password. + If you shared your token you can regenerate it. + +Continue to the next section to enable privileged intents. + +.. _enabling-privileged-intents: + +------------------------------- +Enabling Privileged Intents +------------------------------- +.. warning:: + :ref:`Red Bot requires all intents. ` + \This section is required. + +1. Make sure you're logged on to the `Discord website `_. +2. Navigate to the `application page `_ +3. Click on the bot you want to enable privileged intents for. +4. Navigate to the bot tab on the left side of the screen. + + .. image:: /.resources/bot-guide/discord_bot_tab.png + :alt: The bot tab in the application page. + +5. Scroll down to the "Privileged Gateway Intents" section, enable all three privileged intents and save your changes. + + .. image:: /.resources/bot-guide/discord_privileged_intents.png + :alt: The privileged gateway intents selector. + +.. warning:: + + Red bots with over 100 servers require `bot verification `_ which is not covered in this guide. + Remember that :ref:`we do not support public bots `. We encourage you to read that page before scaling up your bot. + +*Parts of this guide have been adapted from* `discord.py intro `_ *and* `discord.py privileged intents `_. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/changelog.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/changelog.rst new file mode 100644 index 0000000000000000000000000000000000000000..26a877a07e4b101385a79d6adbd4ddede9193a55 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/changelog.rst @@ -0,0 +1,5 @@ +========= +Changelog +========= + +.. include:: ../CHANGES.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_customcom.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_customcom.rst new file mode 100644 index 0000000000000000000000000000000000000000..18e7347d228be390666a2ce578611e4c71924f84 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_customcom.rst @@ -0,0 +1,110 @@ +.. CustomCommands Cog Reference +.. _cog_customcom: + +============================ +CustomCommands Cog Reference +============================ + +------------ +How it works +------------ + +CustomCommands allows you to create simple commands for your bot without requiring you to code your own cog for Red. + +If the command you attempt to create shares a name with an already loaded command, you cannot overwrite it with this cog. + +--------- +Cooldowns +--------- + +You can set cooldowns for your custom commands. If a command is on cooldown, it will not be triggered. + +You can set cooldowns per member or per thread/channel, or set a cooldown guild-wide. You can also set multiple types of cooldown on a single custom command. All cooldowns must pass before the command will trigger. + +------------------ +Context Parameters +------------------ + +You can enhance your custom command's response by leaving spaces for the bot to substitute. + ++-----------+--------------------------------------------------+ +| Argument | Substitute | ++===========+==================================================+ +| {message} | The message the bot is responding to. | ++-----------+--------------------------------------------------+ +| {author} | The user who called the command. | ++-----------+--------------------------------------------------+ +| {channel} | The channel or thread the command was called in. | ++-----------+--------------------------------------------------+ +| {server} | The server the command was called in. | ++-----------+--------------------------------------------------+ +| {guild} | Same as with {server}. | ++-----------+--------------------------------------------------+ + +You can further refine the response with dot notation. For example, {author.mention} will mention the user who called the command. + +------------------ +Command Parameters +------------------ + +You can further enhance your custom command's response by leaving spaces for the user to substitute. + +To do this, simply put {#} in the response, replacing # with any number starting with 0. Each number will be replaced with what the user gave the command, in order. + +You can refine the response with colon notation. For example, {0:Member} will accept members of the server, and {0:int} will accept a number. If no colon notation is provided, the argument will be returned unchanged. + ++-----------------+--------------------------------+ +| Argument | Substitute | ++=================+================================+ +| {#:Member} | A member of your server. | ++-----------------+--------------------------------+ +| {#:TextChannel} | A text channel in your server. | ++-----------------+--------------------------------+ +| {#:Role} | A role in your server. | ++-----------------+--------------------------------+ +| {#:int} | A whole number. | ++-----------------+--------------------------------+ +| {#:float} | A decimal number. | ++-----------------+--------------------------------+ +| {#:bool} | True or False. | ++-----------------+--------------------------------+ + +You can specify more than the above with colon notation, but those are the most common. + +As with context parameters, you can use dot notation to further refine the response. For example, {0.mention:Member} will mention the Member specified. + +---------------- +Example commands +---------------- + +Showing your own avatar + +.. code-block:: none + + [p]customcom add simple avatar {author.display_avatar} + [p]avatar + https://cdn.discordapp.com/avatars/133801473317404673/be4c4a4fe47cb3e74c31a0504e7a295e.webp?size=1024 + +Repeating the user + +.. code-block:: none + + [p]customcom add simple say {0} + [p]say Pete and Repeat + Pete and Repeat + +Greeting the specified member + +.. code-block:: none + + [p]customcom add simple greet Hello, {0.mention:Member}! + [p]greet Twentysix + Hello, @Twentysix! + +Comparing two text channel's categories + +.. code-block:: none + + [p]customcom add simple comparecategory {0.category:TextChannel} | {1.category:TextChannel} + [p]comparecategory #support #general + Red | Community diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/admin.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/admin.rst new file mode 100644 index 0000000000000000000000000000000000000000..decf426d98ccd1c5bd6e51b7542089c605f4682e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/admin.rst @@ -0,0 +1,454 @@ +.. _admin: + +===== +Admin +===== + +This is the cog guide for the admin cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load admin + +.. _admin-usage: + +----- +Usage +----- + +This cog will provide tools for server admins and bot owners. + +It can add or remove a role to a member, edit one or make some available +for members so they can self-assign them as they wish. + +It also provides tools for the bot owner such as server locking (once enabled, +the bot will instantly leave new servers it joins) and announcements, which +can send something in all the servers of the bot. + +.. _admin-commands: + +-------- +Commands +-------- + +Here's a list of all commands available for this cog. + +.. _admin-command-selfrole: + +^^^^^^^^ +selfrole +^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]selfrole + +**Description** + +Add or remove a role from yourself. It must have been configured as user settable +by admins using the :ref:`selfroleset command `. + +**Arguments** + +* ````: The role you want to attribute or remove from yourself. |role-input| + +.. _admin-command-selfrole-add: + +"""""""""""" +selfrole add +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]selfrole add + +**Description** + +Add a role to yourself. It must have been configured as user settable +by admins using the :ref:`selfroleset command `. + +**Arguments** + +* ````: The role you want to attribute to yourself. |role-input| + +.. _admin-command-selfrole-remove: + +""""""""""""""" +selfrole remove +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]selfrole remove + +**Description** + +Remove a role from yourself. It must have been configured as user settable +by admins using the :ref:`selfroleset command `. + +**Arguments** + +* ````: The role you want to remove from yourself. |role-input| + + +.. _admin-command-selfrole-list: + +""""""""""""" +selfrole list +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]selfrole list + +**Description** + +List all of the available roles you can assign to yourself. + +.. _admin-command-selfroleset: + +^^^^^^^^^^^ +selfroleset +^^^^^^^^^^^ + +.. note:: |admin-lock| This is also usable by the members with the + ``Manage roles`` permission. + +**Syntax** + +.. code-block:: none + + [p]selfroleset + +**Description** + +Define the list of user settable roles. Those roles will be available to any +member using the :ref:`selfrole command `. + +.. _admin-command-selfroleset-add: + +""""""""""""""" +selfroleset add +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]selfroleset add + +**Description** + +Add a role, or a selection of roles, to the list of available selfroles. + +.. warning:: Members will be able to assign themselves the role. + Make sure it doesn't give extra perms or anything that can break + your server's security. + +**Arguments** + +* ````: The role to add to the list. |role-input| + +.. _admin-command-selfroleset-clear: + +""""""""""""""""" +selfroleset clear +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]selfroleset clear + +**Description** + +Clear the list of available selfroles for this server. + +.. _admin-command-selfroleset-remove: + +"""""""""""""""""" +selfroleset remove +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]selfroleset remove + +**Description** + +Remove a role, or a selection of roles, from the list of available selfroles. + +**Arguments** + +* ````: The role to remove from the list. |role-input| + +.. _admin-command-addrole: + +^^^^^^^ +addrole +^^^^^^^ + +.. note:: |admin-lock| This is also usable by the members with the ``Manage + roles`` permission. + +**Syntax** + +.. code-block:: none + + [p]addrole [user] + +**Description** + +Adds a role to a member. If ``user`` is not given, it will be considered +as yourself, the command author. + +**Arguments** + +* ````: The role to add to the member. |role-input-quotes| + +* ``[user]``: The member you want to add the role to. Defaults to the + command author. |member-input| + +.. _admin-command-removerole: + +^^^^^^^^^^ +removerole +^^^^^^^^^^ + +.. note:: |admin-lock| This is also usable by the members with the + ``Manage roles`` permission. + +**Syntax** + +.. code-block:: none + + [p]removerole [user] + +**Description** + +Removes a role from a member. If ``user`` is not given, it will be considered +as yourself, the command author. + +**Arguments** + +* ````: The role to remove. |role-input-quotes| + +* ``[user]``: The member to remove the role from. |member-input| Defaults + to the command author. + +.. _admin-command-editrole: + +^^^^^^^^ +editrole +^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]editrole + +**Description** + +Edits the settings of a role. + +.. _admin-command-editrole-name: + +""""""""""""" +editrole name +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]editrole name + +**Description** + +Edits the name of a role. + +**Arguments** + +* ````: The role name to edit. |role-input-quotes| + +* ````: The new role name. If it has spaces, you must use quotes. + +.. _admin-command-editrole-color: + +"""""""""""""" +editrole color +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]editrole color + +**Description** + +Edits the color of a role. + +**Arguments** + +* ````: The role name to edit. |role-input-quotes| + +* ````: The new color to assign. |color-input| + +**Examples** + +* ``[p]editrole color "My role" #ff0000`` + +* ``[p]editrole color "My role" dark_blue`` + +.. _admin-command-announce: + +^^^^^^^^ +announce +^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]announce + +**Description** + +Announce your message to all of the servers the bot is in. + +The bot will announce the message in the guild's announcements channel. +If this channel is not set, the message won't be announced. + +**Arguments** + +* ````: The message to send. + +.. _admin-command-announce-cancel: + +""""""""""""""" +announce cancel +""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]announce cancel + +**Description** + +Cancels an active announcement. + +.. _admin-command-announceset: + +^^^^^^^^^^^ +announceset +^^^^^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]announceset + +**Description** + +Change how announcements are received in this guild. + +.. _admin-command-announceset-channel: + +""""""""""""""""""" +announceset channel +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]announceset channel + +**Description** + +Sets the channel where the bot owner announcements will be sent. + +**Arguments** + +* ````: The channel that will be used for bot announcements. + |channel-input| + +.. _admin-command-announceset-clearchannel: + +"""""""""""""""""""""""" +announceset clearchannel +"""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]announceset clearchannel + +**Description** + +Disables announcements on your server. To enable them again, you will have to +re-enter your announcements channel with the :ref:`announceset channel +` command. + +.. _admin-command-serverlock: + +^^^^^^^^^^ +serverlock +^^^^^^^^^^ + +.. note:: |owner-lock| This is also usable by the members with the + ``Administrator`` permission. + +**Syntax** + +.. code-block:: none + + [p]serverlock + +**Description** + +Lock a bot to its current servers only. + +This means that, once you enable this, if someone invites the bot to a new +server, the bot will automatically leave the server. + +.. tip:: Another way to prevent your bot from being invited on more servers is + making it private directly from the developer portal. + + Once a bot is private, it can only be invited by its owner (or team + owners). Other users will get an error on Discord's webpage explaining that + the bot is private. + + To do this, go to the `Discord developer portal + `_, select your application, click "Bot" in + the sidebar, then untick "Public bot". + + .. image:: ../.resources/admin/public_bot.png diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/alias.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/alias.rst new file mode 100644 index 0000000000000000000000000000000000000000..dd49db36189ef887bcb77468b9bf7b558435908a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/alias.rst @@ -0,0 +1,277 @@ +.. _alias: + +===== +Alias +===== + +This is the cog guide for the alias cog. You will +find detailed docs about the usage and the commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load alias + +.. _alias-usage: + +----- +Usage +----- + +This cog is used to create shortcuts for commands. + +Here's an example: + +.. code-block:: python + + [p]play + # with an alias, you can call the command above with a shortcut like this: + [p]p + # "p" is now a shortcut for "play" + +In this example, we made an alias named ``p`` that will +invoke the ``play`` command. If you use ``[p]play`` or ``[p]p``, the result will +be the same. + +---- + +Here's another example + +.. code-block:: python + + [p]cleanup messages + # now we're creating another alias that will group both the command and the subcommand into this: + [p]clear + # "clear" is now a shortcut for "cleanup messages" + +In this second example, we made an alias called ``clear`` that will +invoke the ``cleanup messages`` subcommand. Now if you use ``[p]cleanup +message`` or ``[p]clear``, the result will be the same. + +---- + +This is the basic usage, where you can define an alias for the first part of +the command and give the second part when invoking the command. A more advanced +usage of aliases is the usage of arguments. + +Let's suppose you want to make an alias to ban someone, delete 7 days of +messages and set the reason to "Spam bot.", that cannot be done with a classic +alias since the required member argument is the first one. If you create the +alias "spamban" using arguments like this ``ban {0} 7 Spam bot.``, ``{0}`` will +be replaced by the first argument of your alias: + +.. code-block:: none + + # we created the following alias named "spamban" + [p]spamban Slime#3160 + # this alias will execute the following command: + [p]ban Slime#3160 7 Spam bot. + +For a more detailed explanation, read :ref:`this `. + +.. _alias-commands: + +-------- +Commands +-------- + +.. _alias-command-alias: + +^^^^^ +alias +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]alias + +**Description** + +This is the main command used for setting up the cog. +It will be used for all other commands. + +.. _alias-command-alias-add: + +""""""""" +alias add +""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]alias add + +**Description** + +Creates an alias. It will be used like this ``[p]alias_name `` +and will be equal to this ``[p]command ``. + +Let's develop the examples given :ref:`earlier ` a bit more, +the left part of the command is the alias (blue), and the right part is the +parameters members have to give for the command (orange). + +.. image:: ../.resources/alias/example-1.png + +One more thing you can do with aliases is using arguments, a bit like +CustomCommands. Let's suppose you want an alias that bans x member and deletes +7 days of messages. Without aliases, the command would look like this: + +``[p]ban NotSoTrustyJAID#0001 7 My random reason`` + +A classic alias wouldn't work because the member argument is the first one, +and you can only shorten the left part before the required argument. + +An alias with arguments can fix that, you can define the alias on the whole +command and replace the required argument by ``{0}``, which will be replaced +by the first parameter given when invoking the alias. + +Back to our example, let's make an alias named ``bigban`` which will be +assigned to this expression: ``ban {0} 7`` + +.. image:: ../.resources/alias/example-2.png + +You can see in blue the "static" part of the alias, what is contained and +doesn't need to be given, the orange part is the arguments given at the end of +the command, just like a classic alias, and the green part is the positional +argument we defined: the first argument of the alias will be the green part. + +You can add as many arguments as you want, they can start at ``{0}`` or ``{1}`` +and must be in order: ``{1}`` will be the first argument, ``{2}`` will be the +second one... + +.. attention:: The numbers must be in order, you cannot use ``{0}`` and ``{2}`` + without using ``{1}``. + +Here are more examples: + +* * Full command: ``[p]cleanup messages 75 True`` + * Alias: ``[p]alias add fullclear cleanup messages {0} True`` + * Invoked alias: ``[p]fullclear 75`` + + *The* ``True`` *at the end tells the bot to also clear pinned messages.* + +* * Full command: ``[p]repo add SinbadCogs + https://github.com/mikeshardmind/SinbadCogs v3`` + + * Alias: ``[p]alias add newrepo repo add {2} https://github.com/{1}/{2}`` + * Invoked with alias: ``[p]newrepo mikeshardmind SinbadCogs v3`` + +**Arguments** + +* ````: The new command name. + +* ````: The command to execute when ``[p]alias_name`` is invoked. + +.. _alias-command-alias-delete: + +"""""""""""" +alias delete +"""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]alias [delete|remove|del] + +**Description** + +Removes an alias from the list. Check the list with +the :ref:`alias list ` command. + +**Arguments** + +* ````: The alias' name to delete. + +.. _alias-command-alias-list: + +"""""""""" +alias list +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]alias list + +**Description** + +Shows all of the existing aliases on the current server. + +.. _alias-command-alias-show: + +"""""""""" +alias show +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]alias show + +**Description** + +Shows the command associated to the alias. + +**Arguments** + +* ````: The alias you want information from. + +.. _alias-command-alias-help: + +"""""""""" +alias help +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]alias help + +**Description** + +Shows help message for an alias. + +**Arguments** + +* ````: Alias you want to get help from. + +.. _alias-command-alias-global: + +"""""""""""" +alias global +"""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]alias global + +**Description** + +Another group command which contains the :ref:`add +`, :ref:`del +` and :ref:`list +` commands. + +They work the same, except the created aliases will be +global instead of being only server-wide. + +Please refer to these docs for the commands, they work with the +same arguments. For example, if you want to add a global alias, +instead of doing ``[p]alias add ``, do ``[p]alias +global add ``. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/audio.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/audio.rst new file mode 100644 index 0000000000000000000000000000000000000000..0fd228cc47b664b481d5289ce4e90537bc110aa6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/audio.rst @@ -0,0 +1,3764 @@ +.. _audio: + +===== +Audio +===== + +This is the cog guide for the audio cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load audio + + +You can see additional help for any command in this guide by using ``[p]help`` with the +command name, like ``[p]help playlist append``. + +In this guide, you will see references to "Lavalink" or the "Lavalink.jar". `Lavalink `_ is the +Java-based audio backend we use to be able to play music through the bot. Most users will +not have to worry much about Lavalink or what it is, as Audio manages this process for you +by default. Advanced users can read more about Lavalink and special cases under the +:ref:`Lavalink - Red Community-Supported Advanced Usage` section below. + +You will also see references to ``managed`` or ``unmanaged`` in regards to the Lavalink.jar. +The default is ``managed``, as Audio manages the Lavalink.jar in this state. If it is run as an +``unmanaged`` process, this means you as the bot owner will be managing the Lavalink process yourself. + +When the Audio cog is first loaded, it will contact GitHub and download the newest Lavalink.jar file +for your bot to use. Any time Red is updated and you update your bot, it will probably download a new, +updated Lavalink.jar for your bot. It is important to keep your bot updated as fixes are provided for Lavalink frequently. + +.. warning:: + + All commands should be used in a Discord server, and not in Direct Messages as Audio is not available there. + +.. _basic-audio-use: + +---------------- +Basic Audio Use +---------------- + +The following commands are used for controlling the audio being played, such as starting, stopping, and altering volume. + +* ``[p]play`` - Play a single song or a playlist URL or use this command with words to search for a song. +* ``[p]search`` - Search for a track on YouTube. Searching on Soundcloud can be done with ``[p]search sc`` and the keywords to search for. +* ``[p]stop`` - Stops playback and clears the queue. +* ``[p]pause`` - This is a toggle. Use ``[p]pause`` again to resume the music. +* ``[p]prev`` - Stops playback of the current song and returns to the start of the previous song played. +* ``[p]skip`` - Skip to the next song in the queue, if there is one. +* ``[p]seek`` - Seek ahead to a specific track time, or seek ahead by seconds. +* ``[p]now`` - Show what song is currently playing. +* ``[p]volume`` - Set the volume from 0% to 150%. 100% is the default. Discord server owners can set a limit to the volume with ``[p]audioset maxvolume``. + +.. note:: + + The following services are currently supported through ``[p]play``: + + * Bandcamp + * HTTPS Icecast Streams + * HTTPS Shoutcast Streams + * Local file playback (:ref:`see here`) + * SoundCloud + * Spotify links via YouTube (:ref:`see here`) + * Twitch + * Vimeo + * YouTube + * Other AAC, MP3, or OGG-encoded streams + +.. note:: + + ``[p]audioset restrict`` is a toggle that only allows commercial site (YouTube, Soundcloud, etc) playback by default. + When toggled off, users will be able to play songs from HTTPS streams or arbitrary sites, but this could be a + security issue as your bot's IP address will be sent to any site it's connecting to, per standard internet protocol. + +.. _faq: + +-------------------------- +Frequently Asked Questions +-------------------------- + +**Q: I used a playlist link with some of the playlist related commands and it tells me that it can't find it. +How can I use this playlist link with playlist commands in audio?** + + Audio uses Red playlists in its commands that take playlist arguments. + These playlists can be created and modified using the ``[p]playlist`` group command. + When a playlist or song(s) are saved as a Red playlist, it is assigned an ID automatically, + and it is also assigned the one-word name you provided it when creating the playlist. + Either one of these identifiers can be used with playlist-related commands. + + .. tip:: + + If you have a playlist URL, use ``[p]playlist save `` to save it as a Playlist + with Audio. + +**Q: How do I turn off autoplay?** + + Use the ``[p]audioset autoplay toggle`` command. + +**Q: How do I get the bot to disconnect from the channel when it's done playing?** + + ``[p]audioset dc`` will make the bot auto-disconnect when playback completes and the + queue is empty. + ``[p]audioset emptydisconnect`` with a seconds argument greater than 0 will make the bot + auto-disconnect once it's alone in the channel, after the amount of seconds given to the + command. This setting takes precedence over ``[p]audioset dc`` if both settings are active. + +**Q: How do I use localtracks?** + + See the :ref:`local tracks section`. + +**Q: My console is saying that "Port 2333 is already in use". How can I fix this?** + + If you are trying to run multiple bots with Audio, you should follow our guide on + :ref:`setting up Audio for multiple bots`. Otherwise, another process is using the + port, so you need to figure out what is using port 2333 and terminate/disconnect it yourself. + +**Q: My terminal is saying that I "must install Java 11 for Lavalink to run". How can I fix this?** + + You are getting this error because you have a different version of Java installed, or you don't have + Java installed at all. As the error states, Java 11 is required, and can be installed from + `here `__. + + If you have Java 11 installed, and are still getting this error, you will have to manually tell Audio where your Java install is located. + Use ``[p]llset java ``, to make Audio launch Lavalink with a + specific Java binary. To do this, you will need to locate your ``java.exe``/``java`` file + in your **Java 11 install**. + + Alternatively, update your PATH settings so that Java 11 is the one used by ``java``. However, + you should confirm that nothing other than Red is running on the machine that requires Java. + +.. _queue_commands: + +---------------------- +Queue Related Commands +---------------------- + +* ``[p]queue`` - Shows the queue of playing songs and current settings for the server for shuffle and repeat. +* ``[p]remove`` - Remove a song from the queue. This command uses the track position in the queue for identification, e.g. ``[p]remove 10`` will remove + the 10th song in the queue. +* ``[p]shuffle`` - Toggle random song playback from the queue. +* ``[p]queue shuffle`` - Shuffles the queue. +* ``[p]repeat`` - Toggle adding songs back into the queue when they are finished playing. +* ``[p]playlist queue`` - Save the current queue to a Red playlist. +* ``[p]audioset persistqueue`` - Can be used to reinstate existing queues when the bot is restarted. This is an owner-only command. +* ``[p]audioset globaldailyqueue`` - Will toggle saving the day's worth of tracks to a Global-level Red playlist, for every day. This is an owner-only command. + +.. _playlist_commands: + +----------------- +Playlist Commands +----------------- + +Playlists can be saved locally on the bot in a variety of different scopes: + +* Global - The playlist will be available on all servers. +* Guild (default scope) - The playlist will be available only in a specified guild. +* User - The playlist will be available in any guild that the user shares with the bot. + +Some of the most relevant playlist commands include: + +* ``[p]playlist append`` - Add a track URL, playlist link, or quick search to a playlist. +* ``[p]playlist create`` - Creates an empty playlist. +* ``[p]playlist delete`` - Delete a saved playlist. +* ``[p]playlist info`` - Retrieve information about a saved playlist. +* ``[p]playlist list`` - List saved playlists. +* ``[p]playlist queue`` - Save the currently playing queue to a playlist. +* ``[p]playlist remove`` - Remove a track from a playlist by URL. + +As always, you can run ``[p]help playlist `` for more information. + +.. _owner-audioset-commands: + +---------------------------- +Owner-Only Audioset Commands +---------------------------- + +* ``[p]audioset cache`` - This sets the local metadata caching level for Audio. By default, this is set to on as it helps + reduce 429 Forbidden errors from song services, and also caches Spotify song lookups. Most users will not need to touch this option. +* ``[p]audioset cacheage`` - How long the entries in the cache last. By default, song metadata is cached for 365 days (1 year). +* ``[p]audioset status`` - Show the now playing song in the bot's status, or show how many servers the bot is playing music on, if more than one. +* ``[p]audioset restrictions global`` - Manage the keyword blocklist/allowlist for the whole bot. + +.. _guild-audioset-commands: + +----------------------------- +Guild-based Audioset Commands +----------------------------- + +* ``[p]audioset notify`` - Toggle extra messages: Audio will display a notification message when a track starts, + showing the song title, artist, and the thumbnail (if enabled and present). This notify message follows the last + invoking Audio command - if an Audio command is used in one channel and this setting is on, the notify messages + will start to appear in the channel where the command was used. If another Audio command is used in another + channel, notify messages will start appearing in the second channel instead of the first command channel. +* ``[p]audioset maxvolume`` - Set the max volume for the guild. +* ``[p]audioset autodeafen`` - Toggle the bot being auto-deafened upon voice channel join. +* ``[p]audioset restrictions`` - Manage the keyword blocklist/allowlist for the guild. +* ``[p]audioset lyrics`` - Searching for tracks will prefer songs with 'lyrics' in the name, to avoid videos with long story intros or outros. + +.. _spotify-playback-and-api-keys: + +------------------------------ +Spotify Playback and API Keys +------------------------------ + +We will never be able to play directly from Spotify itself as it is against their Terms of Service. Audio can play +single tracks or playlists from Spotify by looking up the song(s) on YouTube and playing those tracks instead. +This is possible by providing your bot with a YouTube API key and a Spotify API key. Instructions for setting both +can be found under ``[p]audioset youtubeapi`` and ``[p]audioset spotifyapi``. + +The YouTube API keys that are being given out currently only have 10000 units of quota per day, which is equivalent to +100 Spotify song lookups. There is a local metadata cache that Audio uses to be able to retain information about song +lookups. For example, with a 500 song Spotify playlist, the bot will be able to fetch the first 100 songs the +first day the Spotify playlist URL is used with Audio, then the next day it will be able to use the first 100 lookups +from the local cache, and use the API credits to look up the next 100 songs. After 5 days of playing the Spotify playlist +through Audio, that playlist will be fully cached locally until the cached entries are set to expire and will not require +any API credits to play songs. + +The following commands are relevant: + +* ``[p]genre`` - Lets users pick a Spotify music genre to queue music from. +* ``[p]audioset countrycode`` - Lets guild owners specify what country code to prefer for Spotify searches, for the guild. +* ``[p]audioset mycountrycode`` - Lets individual users pick what country code to prefer for Spotify searches of their own. + +.. _local-tracks: + +------------ +Local Tracks +------------ + +Audio can play music from a ``localtracks`` folder on the device where the bot is hosted. This feature is only available +if your bot and your Lavalink.jar are on the same host, which is the default setup. + +To use this feature: + +1. Create a "localtracks" folder anywhere where Lavalink/your bot user has permissions to access, on the system. +2. Use ``[p]audioset localpath `` to set the folder created above as the localtracks folder. +3. Create/move/copy/symlink your album folders (Subfolders containing your tracks) to the folder created in Step 1. +4. Put any of Audio's supported files in the following folders: + + * ``localtracks//song.mp3`` + * ``localtracks///song.mp3`` + +When using this localtracks feature, use ``[p]local`` commands. Use ``[p]play /song.mp3`` to play +single songs. Use ``[p]local folder /`` to play the entire folder. + +The following formats are supported: + +* MP3 +* FLAC +* Matroska/WebM (AAC, Opus or Vorbis codecs) +* MP4/M4A (AAC codec) +* OGG streams (Opus, Vorbis and FLAC codecs) +* AAC streams + +The following files are partially supported: + +* .ra +* .wav +* .opus +* .wma +* .ts +* .au +* .mov +* .flv +* .mkv +* .wmv +* .3gp +* .m4v +* .mk3d +* .mka +* .mks + +The following files are **NOT** supported: + +* .mid +* .mka +* .amr +* .aiff +* .ac3 +* .voc +* .dsf +* .vob +* .mts +* .avi +* .mpg +* .mpeg +* .swf + +.. _dj-role-and-voteskip: + +-------------------- +DJ Role and Voteskip +-------------------- + +Audio has an internal permissions system for restrictions to audio commands while other people are listening to +music with the bot. Bot owners, server admins and mods bypass these restrictions when they are in use. + +``[p]audioset dj`` will turn on the DJ role restriction system, ``[p]audioset role`` will let you choose or +reassign the DJ role, and if you wish to make non-privileged users vote to skip songs, voteskip can be enabled +with ``[p]audioset vote``. + +If a non-privileged user is listening to music alone in the channel, they can use commands without restrictions, +even if DJ role or voteskip settings are active. + +.. _sound-quality-issues: + +-------------------- +Sound Quality Issues +-------------------- + +Laggy audio is most likely caused by: + +* A problem with the connection between the machine that is hosting Lavalink and the Discord voice server. +* Issues with Discord. + +You can try the following to resolve poor sound quality: + +* Don't host on home internet, especially over a WiFi connection. Try hosting your bot elsewhere. +* Try the web browser instead of the desktop client for listening. +* Simply wait, as audio quality may improve in due course. +* Restart your bot. +* Check to make sure it's not just a bad quality song (try a different song). +* Try to listen on a different Discord server or server region. +* If not everyone is experiencing the issue, it's a Discord client issue. + +.. _no-sound: + +^^^^^^^^ +No Sound +^^^^^^^^ + +If the bot's speaking light is active, but there is no sound, troubleshoot the following: + +1. Is the bot's user volume turned up? (right click on the bot in Discord, see the slider). +2. Is the bot muted or deafened? Are you deafened? Are you deaf? +3. Check Discord audio device settings and volume (cog icon next to your username in the bottom left, click "Voice and Video"). +4. Try dragging and dropping the bot back to the voice channel. +5. Check system audio device settings and volume. +6. Ask another member to come into the voice channel to confirm that it's not just you. + +If the track progress is stuck on 00:00 when you run ``[p]now``: + +1. Try to run ``[p]disconnect`` and replay the song. +2. Try to reload the audio cog with ``[p]audioset restart``. +3. Make sure the firewall on the host is configured properly. + +.. _advanced-usage: + +------------------------------------------------- +Lavalink - Red Community-Supported Advanced Usage +------------------------------------------------- + +.. _multibots: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Setting up Multiple Red Instances with Audio on the Same Host +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. warning:: + + This section provides instructions for setting up an unmanaged Lavalink node that is on the same machine + as the Red bot(s) that need to connect to it. This configuration is supported by the Red community, so + if you need additional help, feel free to join the `Red Support Server `__ and ask in the #support channel. + + If you are looking to set up a remote, unmanaged Lavalink node on a different vps or host than the Red + bot(s) that will connect to it, we provide basic instructions in this guide :ref:`here`, but that + configuration is partially unsupported as we do not provide help with network configuration or system + administration. You will be responsible for configuring your network, firewall, and other system + properties to enable playback and for the bot to connect to the remote unmanaged Lavalink server. + +If you are wanting to use multiple bots with Audio on the same machine, you'll need to make a few +necessary modifications. + +Firstly, stop all Red bots. For each bot using Audio: + +1. Start the bot. +2. Run the command ``[p]llset unmanaged``. +3. Stop the bot. + +Next, open a command prompt/terminal window. Navigate to ``/cogs/Audio`` for any of your bot +instances - it doesn't matter which bot as all your bots will now use this single instance of Lavalink. +You can find your ```` with the ``[p]datapath`` command. + +Now you need to determine your RAM needs. If your bot has 1GB RAM available, Lavalink should be restricted +to perhaps 384MB -> 768MB, depending on the cogs you have installed. If your bot has 2GB of RAM available, +a good amount may be 512MB -> 1GB. + +Run the following command, where ``Xmx`` specifies the RAM value you have just determined. The MB suffix +is M and the GB suffix is G. + +.. code-block:: ini + + java -jar -Xmx768M Lavalink.jar -Djdk.tls.client.protocols=TLSv1.2 + +Leave this command prompt/terminal window open (you will need to do this every time you want to start Lavalink +for your bots). Once Lavalink says it has fully started, you can start your bots back up. + +.. note:: + + If you are on Linux, this process can be automated using systemd, for unmanaged + Lavalink backends **only**. See :ref:`here` for details. + +.. warning:: + + By running multiple bots that use Audio, the responsibility for keeping the Lavalink.jar updated will now be + in your hands, as Red will no longer manage it through the Audio cog. See :ref:`here` for guidance. + +.. _linux-audio-autorestart: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Linux Lavalink Auto-Restart +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Auto-restarting Lavalink is possible on Linux with systemd, for unmanaged Lavalink backends. + +Firstly, find out what your datapath is with the ``[p]datapath`` command. Your Lavalink path is +``/cogs/Audio``. Create a file named ``auto_update.sh`` in your Lavalink path. + +Inside this newly created file, paste the following text: + +.. code-block:: sh + + curl -LOz Lavalink.jar https://github.com/Cog-Creators/Lavalink-Jars/releases/latest/download/Lavalink.jar + +Run the following, replacing ```` with the Lavalink path you generated earlier (``/cogs/Audio``). + +.. code-block:: sh + + chmod a+rx /auto_update.sh + +Now we need to create a service file so that systemd can do its magic. Run the following command: + +.. code-block:: sh + + sudo -e /etc/systemd/system/lavalink.service + +Next, paste in the example below, but replacing the following: + +* ```` - You can find your Java path by running ``which java``. +* ```` - The parent folder where your Lavalink executable can be located (usually in ``/cogs/Audio``). +* ```` - Your username on the host machine (run ``echo $USER``). + +.. code-block:: ini + + [Unit] + Description=lavalink + After=multi-user.target + + [Service] + ExecStart= -Djdk.tls.client.protocols=TLSv1.2 -jar < Lavalink path >/Lavalink.jar + WorkingDirectory= + User= + Group= + ExecStartPre=/bin/bash /auto_update.sh # Comment this line out if you did not create the auto_update.sh + Type=idle + Restart=always + RestartSec=15 + + [Install] + WantedBy=multi-user.target + +Finally, we need to start and enable the service. Run the following commands, separately. + +.. code-block:: sh + + sudo systemctl start lavalink + sudo systemctl enable lavalink + +These commands always need to be ran when starting the lavalink service to ensure that the +service runs in the background. + +Finally, you can run the following to retrieve logs for the service, when you need them: + +.. code-block:: sh + + sudo journalctl -u lavalink + +.. _obtaining-the-latest-lavalink: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Obtaining the latest Lavalink.jar on a Red update +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**To manually download the jar** + +Stop your bot. Download the Lavalink.jar file from `here `__, +which could alternatively be downloaded by running the following command: + +.. code-block:: sh + + curl -LOz Lavalink.jar https://github.com/Cog-Creators/Lavalink-Jars/releases/latest/download/Lavalink.jar + +Next, stop all instances of Red running on the host, and stop the Lavalink process. Move the new Lavalink.jar +to where your old Lavalink.jar is located, overwriting the old file. + +Finally, start up the new Lavalink.jar process via a process manager like systemd, or by running the following command: + +.. code-block:: sh + + java -jar Lavalink.jar -Djdk.tls.client.protocols=TLSv1.2 + +Start up your bots, and now they will use the latest Lavalink.jar! + +.. _remote-lavalink: + +--------------------------------------------------------------- +Setting up an unmanaged Lavalink node on a remote VPS or server +--------------------------------------------------------------- + +.. attention:: + + We'd like to thank BreezeQS, as this guide is a supersession of their unofficial bare-bones guide. + +This guide explains how to set up an unmanaged Lavalink node on a separate server running Ubuntu 20.04 LTS. +It is assumed your bot currently uses a managed Lavalink server (Red's default). + +.. warning:: + + This guide is provided for advice on this topic and this is generally not a supported configuration for + Red's usage of Lavalink, as it involves system administration and network configuration. However, if you + run into any issues, feel free to ask for help in the `Red Support Server `__, in the #general channel. + +.. warning:: + + For security purposes DO NOT follow this guide while logged in as the root user. You should create + a separate non-root user instead. You can follow + `this guide `__ + from DigitalOcean if you need help about how this is done. + +^^^^^^^^^^^^^^^^^^^^^^^^^ +Prerequisite Installation +^^^^^^^^^^^^^^^^^^^^^^^^^ + +We will first install Lavalink and lay the foundation for our finished server. There are some prerequisites +that must be installed on the server you aim to use for running Lavalink. To set those up, run each of the +following commands one by one. + +.. code-block:: sh + + sudo apt update + sudo apt upgrade -y + sudo apt install curl nano -y + +If you have no preference in which Java version you install on your target system, Red +uses OpenJDK 11 in the managed Lavalink configuration. It can be installed by running: + +.. code-block:: sh + + sudo apt install openjdk-11-jre-headless -y + +Otherwise, Lavalink works well with most versions of Java 11, 13, 15, 16, 17, and 18. Azul +Zulu builds are suggested, see `here `__ for more information. + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Setting Up The Lavalink Folder +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Lavalink itself, its configuration, and its logs will all be kept in a single directory. In this guide, +we will simply call this directory lavalink and it will be located in the home directory of the user you +are logged in as. + +We need to create a new directory called **lavalink**, and then switch to it as the upcoming sections of +this guide require your current directory to be the **lavalink** folder. We can achieve this by running +the following commands one by one: + +.. code-block:: sh + + cd + mkdir lavalink + cd lavalink + +^^^^^^^^^^^^^^^^^^^ +Installing Lavalink +^^^^^^^^^^^^^^^^^^^ + +The Lavalink executable used in Red-Discordbot is slightly modified and is not the same as stock Lavalink, +it ensures proper operation when used with Red-Discordbot and compatibility with systems and libraries that +Red uses to operate. It's required to use this Lavalink.jar when running unmanaged Lavalink servers to not +void your privilege to receive support. Assuming your current directory is the lavalink folder as you ran +the ``cd lavalink`` command in the previous section, you can run the following commands one by one to install it: + +.. code-block:: sh + + curl https://raw.githubusercontent.com/freyacodes/Lavalink/master/LavalinkServer/application.yml.example > application.yml + curl -LOz Lavalink.jar https://github.com/Cog-Creators/Lavalink-Jars/releases/latest/download/Lavalink.jar + +If you did it properly, the files ``Lavalink.jar`` and ``application.yml`` will show up when we run ``ls``, the Linux command +to list the contents of the current directory. + +^^^^^^^^^^^^^^^^^^^^ +Configuring Lavalink +^^^^^^^^^^^^^^^^^^^^ + +Lavalink stores its settings inside the ``application.yml`` file located in the same directory as the executable jar itself. +You have to edit this file and change some settings for security purposes. + +First, let's open the file. You can use any text editor you want, but in this guide we will use nano. +Run the following command: + +.. code-block:: sh + + nano application.yml + +You will be dropped into the nano text editor with ``application.yml`` opened. The two important fields that we will modify +are the ``port`` and ``password`` fields. + +The ``port`` field is the TCP port your Lavalink server will be accessible at. The default value is 2333, and you can set this +to any positive integer smaller than 65535 and greater than 1000. It is advised to change it to aid in security. + +The ``password`` field is the password that will be required for accessing your Lavalink server and by default the password is +``youshallnotpass``. You should absolutely change this to a secure password. + +Those two fields are important and you should take note of the new values you entered, as +they will be later required to connect your bot to the Lavalink server. + +At the bottom of the screen, the nano text editor displays some keys that can be used to carry out various tasks. +In this case, we want to save and exit. Keys prefixed with the caret (^) sign means they are used in conjunction +with the ctrl key. So we press Ctrl+X to exit. + +Nano will ask if you want to save the changes that were made. Answer with ``y`` and hit enter to exit. + +^^^^^^^^^^^^^^^^^ +Starting Lavalink +^^^^^^^^^^^^^^^^^ + +Now that Lavalink has been installed and configured, we can start it up. To do so, run the following command, making sure +that you are inside the lavalink folder, of course: + +.. code-block:: sh + + java -Djdk.tls.client.protocols=TLSv1.2 -jar Lavalink.jar + +On successful start, Lavalink will greet you with a line mentioning that it is ready to accept connections and you can now +try connecting to it with your bot. + +Since we did not configure autostart for Lavalink, you will have to keep the console window open or it will be shut down +and all connections will be dropped. This is similar to how it happens in Red-Discordbot itself. + +This also means that you will have to restart Lavalink manually each time you log on. This is often done in testing environments. +You can restart Lavalink manually by running the following commands one by one: + +.. code-block:: sh + + cd + cd lavalink + java -Djdk.tls.client.protocols=TLSv1.2 -jar Lavalink.jar + +You can stop Lavalink and reclaim the console by hitting ``CTRL+C``. + +^^^^^^^^^^^^^^^^^ +Updating Lavalink +^^^^^^^^^^^^^^^^^ + +With new releases of Red-Discordbot, sometimes new Lavalink jars are also released. Using an obsolete version of Lavalink +with newer versions of Red-Discordbot can cause all sorts of problems. + +Normally, users do not have to worry about this as when Red-Discordbot is configured to use a managed Lavalink server +(the default setting) Lavalink is automatically updated when a new release comes out. + +However, since you are running a Lavalink instance yourself you are responsible for keeping it up to date. +When a new release of Red-Discordbot also requires a update to the Lavalink jar, you will be informed in the changelogs +posted in our documentation. + +When a new Lavalink.jar comes out, you can easily update the existing one. First, you should stop Lavalink if it's currently +running. Once you have done this, you can follow the instructions on how to :ref:`obtain the latest Lavalink.jar on a Red update`. + +In the next section we will see how you can configure Lavalink to automatically update, automatically start, and run as +a background process which is much more convenient for non-testing deployments. + +^^^^^^^^^^^^^^^^^^^^^^ +Setting up Auto Update +^^^^^^^^^^^^^^^^^^^^^^ + +As previously covered, running Lavalink in a simple terminal session is fragile. Not only does it need you to manually +intervene each time you login, reboot, or just have to restart Lavalink for any reason you also have to update it manually +when a new Lavalink jar comes out. + +First of all, we will configure a script for updating Lavalink that runs before each time Lavalink starts. This step is +highly recommended. But if you know what you are doing, you can skip it if you want to update Lavalink manually. + +First, run the following commands: + +.. code-block:: sh + + cd + cd lavalink + nano auto_update.sh + +You'll see that running nano has opened a file. Paste the following code into the file: + +.. code-block:: sh + + #!/bin/sh + curl -LOz Lavalink.jar https://github.com/Cog-Creators/Lavalink-Jars/releases/latest/download/Lavalink.jar + +Now save the file and exit (``CTRL+X``, then ``y``). + +Now, run the following command, which will make the script possible to run: + +.. code-block:: sh + + chmod a+rx auto_update.sh + +If you did it right, the command itself will not output anything. And when running ``ls``, the script will show up in green. + +"""""""""""""""""""""""""""""" +Setting Up the Systemd Service +"""""""""""""""""""""""""""""" + +We will now register Lavalink as a system service, allowing it to run in the background without user intervention. +But before that, we need to gather some information. While in the lavalink folder, run the following commands one by one +and note their output somewhere, because we will need them: + +.. code-block:: sh + + pwd + which java + echo "$USER" + +Now run the following command: + +.. code-block:: sh + + sudo -e /etc/systemd/system/lavalink.service + +On new systems it may ask for a choice of editor. Nano is the best choice. To select it, press 1 and hit enter. +The nano text editor will now open. Now copy and paste the following text into it: + +.. code-block:: ini + + [Unit] + Description=lavalink + After=multi-user.target + + [Service] + ExecStart=< Java executable path > -Djdk.tls.client.protocols=TLSv1.2 -jar < Lavalink path >/Lavalink.jar + WorkingDirectory=< Lavalink path > + User=< username > + Group=< username > + ExecStartPre=/bin/bash < Lavalink path >/auto_update.sh # Comment this line out if you did not create the auto_update.sh + Type=idle + Restart=always + RestartSec=15 + + [Install] + WantedBy=multi-user.target + +* Replace all occurrences of ``< Lavalink path >`` with the output of ``pwd`` you noted earlier. +* Replace all occurrences of ``< Java executable path >`` with the output of ``which java`` you noted earlier. +* Replace all occurrences of ``< username >`` with the output of echo ``"$USER"`` you noted earlier. + +Hit ``CTRL+X``, ``y`` and then ENTER to save and exit. We have now registered Lavalink as a service. + +"""""""""""""""""""""""""""""""""""""""""" +Starting and Enabling the Lavalink Service +"""""""""""""""""""""""""""""""""""""""""" + +Now run the following command to start the Lavalink service and wait for 10-15 seconds: + +.. code-block:: sh + + sudo systemctl start lavalink + +You can check the service status with the following command: + +.. code-block:: sh + + sudo journalctl -u lavalink + +Keep in mind this will occupy your terminal and you have to hit CTRL+C to stop it before doing something else. +This will only close the log viewer, Lavalink itself will continue to run in the background. + +You may now run the following to make Lavalink auto-restart each boot: + +.. code-block:: sh + + sudo systemctl enable lavalink + +.. tip:: + + You can stop the Lavalink service with the following when you need to e.g. for troubleshooting: + + .. code-block:: sh + + sudo systemctl stop lavalink + + You can also check the logs Lavalink persists by checking the ``spring.log`` file in the ``lavalink/logs/`` folder. + +Congratulations, you are almost ready. + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Connecting to Your New Lavalink Server +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +If your Red instance and Lavalink server will communicate over the Internet, make sure the Lavalink port is accessible +from the internet. Click `here `__ and test if the port you set in the ``application.yml`` +is accessible on the public ip address of your Lavalink server. This step isn't necessary if your Lavalink server and Red +instance will communicate over LAN. If you get connectivity errors, make sure there are no firewalls blocking the port and +you are using the correct port. + +If successful, run each of the following commands one by one on your bot. Replace ``"yourlavalinkip"`` with the ip of your Lavalink server. +Change ``"port"`` with the port you set up in the application.yml. Change ``"password"`` with the password you set up in the application.yml. +Do not use quotes in these commands. For example, ``[p]llset host 192.168.10.101`` or ``[p]llset password ahyesverysecure``. + +.. code-block:: none + + [p]llset unmanaged + [p]llset host "yourlavalinkip" + [p]llset port "port" + [p]llset password "password" + +Reload audio with ``[p]reload audio`` and give it a few seconds to connect. + +You now (hopefully) have a functioning Lavalink server on a machine separate to the one running your Red instance. Good luck! + +.. _audio-commands: + +-------- +Commands +-------- + +.. _audio-command-audioset: + +^^^^^^^^ +audioset +^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]audioset + +**Description** + +Music configuration options. + +.. _audio-command-audioset-autodeafen: + +""""""""""""""""""" +audioset autodeafen +""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset autodeafen + +**Description** + +Toggle whether the bot will be auto deafened upon joining the voice channel. + +.. _audio-command-audioset-autoplay: + +""""""""""""""""" +audioset autoplay +""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset autoplay + +**Description** + +Change auto-play setting. + +.. _audio-command-audioset-autoplay-playlist: + +"""""""""""""""""""""""""" +audioset autoplay playlist +"""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset autoplay playlist [args] + +**Description** + +Set a playlist to auto-play songs from. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example Usage** + +* ``[p]audioset autoplay playlist MyGuildPlaylist`` +* ``[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`` +* ``[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`` + +.. _audio-command-audioset-autoplay-reset: + +""""""""""""""""""""""" +audioset autoplay reset +""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset autoplay reset + +**Description** + +Resets auto-play to the default playlist. + +.. _audio-command-audioset-autoplay-toggle: + +"""""""""""""""""""""""" +audioset autoplay toggle +"""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset autoplay toggle + +**Description** + +Toggle auto-play when there are no songs in the queue. + +.. _audio-command-audioset-cache: + +"""""""""""""" +audioset cache +"""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset cache [level] + +**Description** + +Sets the caching level. + +Level can be one of the following: + +* ``0``: Disables all caching +* ``1``: Enables Spotify Cache +* ``2``: Enables YouTube Cache +* ``3``: Enables Lavalink Cache +* ``5``: Enables all Caches + +If you wish to disable a specific cache use a negative number. + +.. _audio-command-audioset-cacheage: + +""""""""""""""""" +audioset cacheage +""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset cacheage + +**Description** + +Sets the cache max age. This commands allows you to set the max number of +days before an entry in the cache becomes invalid. + +.. _audio-command-audioset-countrycode: + +"""""""""""""""""""" +audioset countrycode +"""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset countrycode + +**Description** + +Set the country code for Spotify searches. + +.. _audio-command-audioset-dailyqueue: + +""""""""""""""""""" +audioset dailyqueue +""""""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset dailyqueue + +**Description** + +Toggle daily queues. Daily queues creates a playlist for all tracks played today. + +.. _audio-command-audioset-dc: + +""""""""""" +audioset dc +""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset dc + +**Description** + +Toggle the bot auto-disconnecting when done playing. This setting takes precedence +over ``[p]audioset emptydisconnect``. + +.. _audio-command-audioset-dj: + +""""""""""" +audioset dj +""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset dj + +**Description** + +Toggle DJ mode. DJ mode allows users with the DJ role to use audio commands. + +.. _audio-command-audioset-emptydisconnect: + +"""""""""""""""""""""""" +audioset emptydisconnect +"""""""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset emptydisconnect + +**Description** + +Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable. +``[p]audioset dc`` takes precedence over this setting. + +.. _audio-command-audioset-emptypause: + +""""""""""""""""""" +audioset emptypause +""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset emptypause + +**Description** + +Auto-pause after x seconds when the channel is empty, 0 to disable. + +.. _audio-command-audioset-globaldailyqueue: + +""""""""""""""""""""""""" +audioset globaldailyqueue +""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset globaldailyqueue + +**Description** + +Toggle global daily queues. Global daily queues creates a playlist +for all tracks played today. + +.. _audio-command-audioset-jukebox: + +"""""""""""""""" +audioset jukebox +"""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset jukebox + +**Description** + +Set a price for queueing tracks for non-mods, 0 to disable. + +.. _audio-command-audioset-localpath: + +"""""""""""""""""" +audioset localpath +"""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset localpath [local_path] + +**Description** + +Set the localtracks path if the Lavalink.jar is not run from the Audio data folder. +Leave the path blank to reset the path to the default, the Audio data directory. + +.. _audio-command-audioset-logs: + +""""""""""""" +audioset logs +""""""""""""" + +.. note:: |owner-lock| + +.. note:: + + This command is only available for managed Lavalink servers. + +**Syntax** + +.. code-block:: none + + [p]audioset logs + +**Description** + +Sends the Lavalink server logs to your DMs. + +.. _audio-command-audioset-lyrics: + +""""""""""""""" +audioset lyrics +""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset lyrics + +**Description** + +Prioritise tracks with lyrics. + +.. _audio-command-audioset-maxlength: + +"""""""""""""""""" +audioset maxlength +"""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset maxlength + +**Description** + +Max length of a track to queue in seconds, 0 to disable. Accepts seconds or a value +formatted like 00:00:00 (``hh:mm:ss``) or 00:00 (``mm:ss``). Invalid input will turn +the max length setting off. + +.. _audio-command-audioset-maxvolume: + +"""""""""""""""""" +audioset maxvolume +"""""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset maxvolume + +**Description** + +Set the maximum volume allowed in this server. + +.. _audio-command-audioset-mycountrycode: + +"""""""""""""""""""""" +audioset mycountrycode +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset mycountrycode + +**Description** + +Set the country code for Spotify searches. + +.. _audio-command-audioset-notify: + +""""""""""""""" +audioset notify +""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset notify + +**Description** + +Toggle track announcement and other bot messages. + +.. _audio-command-audioset-persistqueue: + +""""""""""""""""""""" +audioset persistqueue +""""""""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset persistqueue + +**Description** + +Toggle persistent queues. Persistent queues allows the current queue +to be restored when the queue closes. + +.. _audio-command-audioset-restart: + +"""""""""""""""" +audioset restart +"""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset restart + +**Description** + +Restarts the lavalink connection. + +.. _audio-command-audioset-restrict: + +""""""""""""""""" +audioset restrict +""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset restrict + +**Description** + +Toggle the domain restriction on Audio. + +When toggled off, users will be able to play songs from non-commercial websites and links. +When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and +Bandcamp links. + +.. _audio-command-audioset-restrictions: + +""""""""""""""""""""" +audioset restrictions +""""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions + +**Description** + +Manages the keyword whitelist and blacklist. + +.. _audio-command-audioset-restrictions-blacklist: + +""""""""""""""""""""""""""""""" +audioset restrictions blacklist +""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions blacklist + +**Description** + +Manages the keyword blacklist. + +.. _audio-command-audioset-restrictions-blacklist-add: + +""""""""""""""""""""""""""""""""""" +audioset restrictions blacklist add +""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions blacklist add + +**Description** + +Adds a keyword to the blacklist. + +.. _audio-command-audioset-restrictions-blacklist-clear: + +""""""""""""""""""""""""""""""""""""" +audioset restrictions blacklist clear +""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions blacklist clear + +**Description** + +Clear all keywords added to the blacklist. + +.. _audio-command-audioset-restrictions-blacklist-delete: + +"""""""""""""""""""""""""""""""""""""" +audioset restrictions blacklist delete +"""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions blacklist delete + +**Description** + +Removes a keyword from the blacklist. + +.. _audio-command-audioset-restrictions-blacklist-list: + +"""""""""""""""""""""""""""""""""""" +audioset restrictions blacklist list +"""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions blacklist list + +**Description** + +List all keywords added to the blacklist. + +.. _audio-command-audioset-restrictions-global: + +"""""""""""""""""""""""""""" +audioset restrictions global +"""""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global + +**Description** + +Manages the global keyword whitelist/blacklist. + +.. _audio-command-audioset-restrictions-global-blacklist: + +"""""""""""""""""""""""""""""""""""""" +audioset restrictions global blacklist +"""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global blacklist + +**Description** + +Manages the global keyword blacklist. + +.. _audio-command-audioset-restrictions-global-blacklist-add: + +"""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global blacklist add +"""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global blacklist add + +**Description** + +Adds a keyword to the blacklist. + +.. _audio-command-audioset-restrictions-global-blacklist-clear: + +"""""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global blacklist clear +"""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global blacklist clear + +**Description** + +Clear all keywords added to the blacklist. + +.. _audio-command-audioset-restrictions-global-blacklist-delete: + +""""""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global blacklist delete +""""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global blacklist delete + +**Description** + +Removes a keyword from the blacklist. + +.. _audio-command-audioset-restrictions-global-blacklist-list: + +""""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global blacklist list +""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global blacklist list + +**Description** + +List all keywords added to the blacklist. + +.. _audio-command-audioset-restrictions-global-whitelist: + +"""""""""""""""""""""""""""""""""""""" +audioset restrictions global whitelist +"""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global whitelist + +**Description** + +Manages the global keyword whitelist. + +.. _audio-command-audioset-restrictions-global-whitelist-add: + +"""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global whitelist add +"""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global whitelist add + +**Description** + +Adds a keyword to the whitelist. If anything is added to whitelist, +it will blacklist everything else. + +.. _audio-command-audioset-restrictions-global-whitelist-clear: + +"""""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global whitelist clear +"""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global whitelist clear + +**Description** + +Clear all keywords from the whitelist. + +.. _audio-command-audioset-restrictions-global-whitelist-delete: + +""""""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global whitelist delete +""""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global whitelist delete + +**Description** + +Removes a keyword from the whitelist. + +.. _audio-command-audioset-restrictions-global-whitelist-list: + +""""""""""""""""""""""""""""""""""""""""""" +audioset restrictions global whitelist list +""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions global whitelist list + +**Description** + +List all keywords added to the whitelist. + +.. _audio-command-audioset-restrictions-whitelist: + +""""""""""""""""""""""""""""""" +audioset restrictions whitelist +""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions whitelist + +**Description** + +Manages the keyword whitelist. + +.. _audio-command-audioset-restrictions-whitelist-add: + +""""""""""""""""""""""""""""""""""" +audioset restrictions whitelist add +""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions whitelist add + +**Description** + +Adds a keyword to the whitelist. If anything is added to whitelist, +it will blacklist everything else. + +.. _audio-command-audioset-restrictions-whitelist-clear: + +""""""""""""""""""""""""""""""""""""" +audioset restrictions whitelist clear +""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions whitelist clear + +**Description** + +Clear all keywords from the whitelist. + +.. _audio-command-audioset-restrictions-whitelist-delete: + +"""""""""""""""""""""""""""""""""""""" +audioset restrictions whitelist delete +"""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions whitelist delete + +**Description** + +Removes a keyword from the whitelist. + +.. _audio-command-audioset-restrictions-whitelist-list: + +"""""""""""""""""""""""""""""""""""" +audioset restrictions whitelist list +"""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset restrictions whitelist list + +**Description** + +List all keywords added to the whitelist. + +.. _audio-command-audioset-role: + +""""""""""""" +audioset role +""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset role + +**Description** + +Set the role to use for DJ mode. + +.. _audio-command-audioset-settings: + +""""""""""""""""" +audioset settings +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]audioset settings + +**Description** + +Show the current settings. + +.. _audio-command-audioset-spotifyapi: + +""""""""""""""""""" +audioset spotifyapi +""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset spotifyapi + +**Description** + +Instructions to set the Spotify API tokens. + +.. _audio-command-audioset-status: + +""""""""""""""" +audioset status +""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset status + +**Description** + +Enable/disable tracks' titles as status. + +.. _audio-command-audioset-thumbnail: + +"""""""""""""""""" +audioset thumbnail +"""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset thumbnail + +**Description** + +Toggle displaying a thumbnail on audio messages. + +.. _audio-command-audioset-vote: + +""""""""""""" +audioset vote +""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset vote + +**Description** + +Percentage needed for non-mods to skip tracks, 0 to disable. + +.. _audio-command-audioset-youtubeapi: + +""""""""""""""""""" +audioset youtubeapi +""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audioset youtubeapi + +**Description** + +Instructions to set the YouTube API key. + +.. _audio-command-audiostats: + +^^^^^^^^^^ +audiostats +^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]audiostats + +**Description** + +Audio stats. + +.. _audio-command-autoplay: + +^^^^^^^^ +autoplay +^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]autoplay + +**Description** + +Starts auto play. + +.. _audio-command-bump: + +^^^^ +bump +^^^^ + +**Syntax** + +.. code-block:: none + + [p]bump + +**Description** + +Bump a track number to the top of the queue. + +.. _audio-command-bumpplay: + +^^^^^^^^ +bumpplay +^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]bumpplay [play_now=False] + +**Description** + +Force play a URL or search for a track. + +.. _audio-command-disconnect: + +^^^^^^^^^^ +disconnect +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]disconnect + +**Description** + +Disconnect from the voice channel. + +.. _audio-command-eq: + +^^ +eq +^^ + +**Syntax** + +.. code-block:: none + + [p]eq + +**Description** + +Equalizer management. + +Band positions are 1-15 and values have a range of -0.25 to 1.0. +Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k, +6.3k, 10k, and 16k Hz. +Setting a band value to -0.25 nullifies it while +0.25 is double. + +.. _audio-command-eq-delete: + +""""""""" +eq delete +""""""""" + +**Syntax** + +.. code-block:: none + + [p]eq delete + +**Description** + +Delete a saved eq preset. + +.. _audio-command-eq-list: + +""""""" +eq list +""""""" + +**Syntax** + +.. code-block:: none + + [p]eq list + +**Description** + +List saved eq presets. + +.. _audio-command-eq-load: + +""""""" +eq load +""""""" + +**Syntax** + +.. code-block:: none + + [p]eq load + +**Description** + +Load a saved eq preset. + +.. _audio-command-eq-reset: + +"""""""" +eq reset +"""""""" + +**Syntax** + +.. code-block:: none + + [p]eq reset + +**Description** + +Reset the eq to 0 across all bands. + +.. _audio-command-eq-save: + +""""""" +eq save +""""""" + +**Syntax** + +.. code-block:: none + + [p]eq save [eq_preset] + +**Description** + +Save the current eq settings to a preset. + +.. _audio-command-eq-set: + +"""""" +eq set +"""""" + +**Syntax** + +.. code-block:: none + + [p]eq set + +**Description** + +Set an eq band with a band number or name and value. + +Band positions are 1-15 and values have a range of -0.25 to 1.0. +Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k, +6.3k, 10k, and 16k Hz. +Setting a band value to -0.25 nullifies it while +0.25 is double. + +.. _audio-command-genre: + +^^^^^ +genre +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]genre + +**Description** + +Pick a Spotify playlist from a list of categories to start playing. + +.. _audio-command-local: + +^^^^^ +local +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]local + +**Description** + +Local playback commands. + +.. _audio-command-local-folder: + +"""""""""""" +local folder +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]local folder [folder] + +**Description** + +Play all songs in a localtracks folder. + +**Example usage** + +* ``[p]local folder`` - Open a menu to pick a folder to queue. +* ``[p]local folder folder_name`` - Queues all of the tracks inside the folder_name folder. + +.. _audio-command-local-play: + +"""""""""" +local play +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]local play + +**Description** + +Play a local track. + +To play a local track, either use the menu to choose a track or enter in the track path directly +with the play command. To play an entire folder, use ``[p]help local folder`` for instructions. + +**Example usage** + +* ``[p]local play`` - Open a menu to pick a track. +* ``[p]play localtracks\album_folder\song_name.mp3`` +* ``[p]play album_folder\song_name.mp3`` - Use a direct link relative to the localtracks folder. + +.. _audio-command-local-search: + +"""""""""""" +local search +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]local search + +**Description** + +Search for songs across all localtracks folders. + +.. _audio-command-now: + +^^^ +now +^^^ + +**Syntax** + +.. code-block:: none + + [p]now + +**Description** + +Now playing. + +.. _audio-command-pause: + +^^^^^ +pause +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]pause + +**Description** + +Pause or resume a playing track. + +.. _audio-command-percent: + +^^^^^^^ +percent +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]percent + +**Description** + +Queue percentage. + +.. _audio-command-play: + +^^^^ +play +^^^^ + +**Syntax** + +.. code-block:: none + + [p]play + +**Description** + +Play the specified track or search for a close match. + +To play a local track, the query should be ``\``. +If you are the bot owner, use ``[p]audioset info`` to display your localtracks path. + +.. _audio-command-playlist: + +^^^^^^^^ +playlist +^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]playlist + +**Description** + +Playlist configuration options. + +**Scope information** + +* Global: Visible to all users of this bot. Only editable by bot owner. +* Guild: Visible to all users in this guild. Editable by bot owner, guild owner, + guild admins, guild mods, DJ role and playlist creator. +* User: Visible to all bot users, if ``--author`` is passed. Editable by bot owner and playlist creator. + +.. _audio-command-playlist-append: + +""""""""""""""" +playlist append +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist append [args] + +**Description** + +Add a track URL, playlist link, or quick search to a playlist. The track(s) will be +appended to the end of the playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist append MyGuildPlaylist Hello by Adele`` +* ``[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`` +* ``[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`` + +.. _audio-command-playlist-copy: + +""""""""""""" +playlist copy +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist copy [args] + +**Description** + +Copy a playlist from one scope to another. + +**Args** + +The following are all optional: + +* --from-scope +* --from-author [user] +* --from-guild [guild] (**only the bot owner can use this**) +* --to-scope +* --to-author [user] +* --to-guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist copy MyGuildPlaylist --from-scope Guild --to-scope Global`` +* ``[p]playlist copy MyGlobalPlaylist --from-scope Global --to-author Draper#6666 --to-scope User`` +* ``[p]playlist copy MyPersonalPlaylist --from-scope user --to-author Draper#6666 --to-scope Guild --to-guild Red - Discord Bot`` + +.. _audio-command-playlist-create: + +""""""""""""""" +playlist create +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist create [args] + +**Description** + +Create an empty playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist create MyGuildPlaylist`` +* ``[p]playlist create MyGlobalPlaylist --scope Global`` +* ``[p]playlist create MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-dedupe: + +""""""""""""""" +playlist dedupe +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist dedupe [args] + +**Description** + +Remove duplicate tracks from a saved playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist dedupe MyGuildPlaylist`` +* ``[p]playlist dedupe MyGlobalPlaylist --scope Global`` +* ``[p]playlist dedupe MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-delete: + +""""""""""""""" +playlist delete +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist delete [args] + +**Description** + +Delete a saved playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist delete MyGuildPlaylist`` +* ``[p]playlist delete MyGlobalPlaylist --scope Global`` +* ``[p]playlist delete MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-download: + +""""""""""""""""" +playlist download +""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]playlist download [v2=False] [args] + +**Description** + +Download a copy of a playlist. + +These files can be used with the ``[p]playlist upload`` command. +Red v2-compatible playlists can be generated by passing True +for the v2 variable. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist download MyGuildPlaylist True`` +* ``[p]playlist download MyGlobalPlaylist False --scope Global`` +* ``[p]playlist download MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-info: + +""""""""""""" +playlist info +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist info [args] + +**Description** + +Retrieve information from a saved playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist info MyGuildPlaylist`` +* ``[p]playlist info MyGlobalPlaylist --scope Global`` +* ``[p]playlist info MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-list: + +""""""""""""" +playlist list +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist list [args] + +**Description** + +List saved playlists. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist list`` +* ``[p]playlist list --scope Global`` +* ``[p]playlist list --scope User`` + +.. _audio-command-playlist-queue: + +"""""""""""""" +playlist queue +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist queue [args] + +**Description** + +Save the queue to a playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist queue MyGuildPlaylist`` +* ``[p]playlist queue MyGlobalPlaylist --scope Global`` +* ``[p]playlist queue MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-remove: + +""""""""""""""" +playlist remove +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist remove [args] + +**Description** + +Remove a track from a playlist by URL. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`` +* ``[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`` +* ``[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`` + +.. _audio-command-playlist-rename: + +""""""""""""""" +playlist rename +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist rename [args] + +**Description** + +Rename an existing playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`` +* ``[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`` +* ``[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`` + +.. _audio-command-playlist-save: + +""""""""""""" +playlist save +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist save [args] + +**Description** + +Save a playlist from a URL. + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`` +* ``[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`` +* ``[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`` + +.. _audio-command-playlist-start: + +"""""""""""""" +playlist start +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist start [args] + +**Description** + +Load a playlist into the queue. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist start MyGuildPlaylist`` +* ``[p]playlist start MyGlobalPlaylist --scope Global`` +* ``[p]playlist start MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-update: + +""""""""""""""" +playlist update +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]playlist update [args] + +**Description** + +Updates all tracks in a playlist. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist update MyGuildPlaylist`` +* ``[p]playlist update MyGlobalPlaylist --scope Global`` +* ``[p]playlist update MyPersonalPlaylist --scope User`` + +.. _audio-command-playlist-upload: + +""""""""""""""" +playlist upload +""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]playlist upload [args] + +**Description** + +Uploads a playlist file as a playlist for the bot. + +V2 and old V3 playlist will be slow. +V3 Playlist made with ``[p]playlist download`` will load a lot faster. + +**Args** + +The following are all optional: + +* --scope +* --author [user] +* --guild [guild] (**only the bot owner can use this**) + +**Scope** is one of the following: + +* Global +* Guild +* User + +**Author** can be one of the following: + +* User ID +* User Mention +* User Name#123 + +**Guild** can be one of the following: + +* Guild ID +* Exact guild name + +**Example usage** + +* ``[p]playlist upload`` +* ``[p]playlist upload --scope Global`` +* ``[p]playlist upload --scope User`` + +.. _audio-command-prev: + +^^^^ +prev +^^^^ + +**Syntax** + +.. code-block:: none + + [p]prev + +**Description** + +Skip to the start of the previously played track. + +.. _audio-command-queue: + +^^^^^ +queue +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]queue [page=1] + +**Description** + +List the songs in the queue. + +.. _audio-command-queue-clean: + +""""""""""" +queue clean +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]queue clean + +**Description** + +Removes songs from the queue if the requester is not in the voice channel. + +.. _audio-command-queue-cleanself: + +""""""""""""""" +queue cleanself +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]queue cleanself + +**Description** + +Removes all tracks you requested from the queue. + +.. _audio-command-queue-clear: + +""""""""""" +queue clear +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]queue clear + +**Description** + +Clears the queue. + +.. _audio-command-queue-search: + +"""""""""""" +queue search +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]queue search + +**Description** + +Search the queue. + +.. _audio-command-queue-shuffle: + +""""""""""""" +queue shuffle +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]queue shuffle + +**Description** + +Shuffles the queue. + +.. _audio-command-remove: + +^^^^^^ +remove +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]remove + +**Description** + +Remove a specific track number from the queue. + +.. _audio-command-repeat: + +^^^^^^ +repeat +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]repeat + +**Description** + +Toggle repeat. + +.. _audio-command-search: + +^^^^^^ +search +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]search + +**Description** + +Pick a track with a search. + +Use ``[p]search list `` to queue all tracks found on YouTube. Use ``[p]search sc +`` to search on SoundCloud instead of YouTube. + +.. _audio-command-seek: + +^^^^ +seek +^^^^ + +**Syntax** + +.. code-block:: none + + [p]seek + +**Description** + +Seek ahead or behind on a track by seconds or to a specific time. Accepts seconds or +a value formatted like 00:00:00 (``hh:mm:ss``) or 00:00 (``mm:ss``). + +.. _audio-command-shuffle: + +^^^^^^^ +shuffle +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]shuffle + +**Description** + +Toggle shuffle. + +.. _audio-command-shuffle-bumped: + +"""""""""""""" +shuffle bumped +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]shuffle bumped + +**Description** + +Toggle bumped track shuffle. + +Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority +over ``[p]shuffle``. + +.. _audio-command-sing: + +^^^^ +sing +^^^^ + +**Syntax** + +.. code-block:: none + + [p]sing + +**Description** + +Make Red sing one of her songs. + +.. _audio-command-skip: + +^^^^ +skip +^^^^ + +**Syntax** + +.. code-block:: none + + [p]skip [skip_to_track] + +**Description** + +Skip to the next track, or to a given track number. + +.. _audio-command-stop: + +^^^^ +stop +^^^^ + +**Syntax** + +.. code-block:: none + + [p]stop + +**Description** + +Stop playback and clear the queue. + +.. _audio-command-summon: + +^^^^^^ +summon +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]summon + +**Description** + +Summon the bot to a voice channel. + +.. _audio-command-volume: + +^^^^^^ +volume +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]volume [vol] + +**Description** + +Set the volume, 1% - 150%. + +.. _llset-commands: + +----------------------- +Lavalink Setup Commands +----------------------- + +``[p]llset`` group commands are used for advanced management of the connection to the Lavalink +server. The subcommands are dynamically available depending on whether Red is managing your +Lavalink node or if you are connecting to one you manage yourself, or a service that offers Lavalink +nodes. + +Commands specifically for managed Lavalink nodes can be found in :ref:`this section`, +whilst commands for unmanaged Lavalink nodes can be found :ref:`here`. + +.. _audio-command-llset: + +^^^^^ +llset +^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]llset + +**Description** + +Manage Lavalink node configuration settings. This command holds all commands to +manage an unmanaged (user-managed) or managed (bot-managed) Lavalink node. + +.. warning:: + + You should not change any command settings in this group command unless you + have a valid reason to, e.g. been told by someone in the Red-Discord Bot support + server to do so. Changing llset command settings have the potential to break + Audio cog connection and playback if the wrong settings are used. + +""""""""""""""" +llset unmanaged +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]llset unmanaged + +or + +.. code-block:: none + + [p]llsetup unmanaged + +**Description** + +Toggle using unmanaged (user-managed) Lavalink nodes - requires an existing Lavalink +node for Audio to work, if enabled. This command disables the managed (bot-managed) +Lavalink server: if you do not have an unmanaged Lavalink node set up, you will be +unable to use Audio while this is enabled. + +"""""""""" +llset info +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]llset info + +**Description** + +Display Lavalink connection settings. + +""""""""""" +llset reset +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]llset reset + +**Description** + +Reset all ``[p]llset`` changes back to their default values. + +.. _managed-node-management-commands: + +-------------------------------- +Managed Node Management Commands +-------------------------------- + +.. _audio-command-llset-config: + +^^^^^^^^^^^^ +llset config +^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config + +**Description** + +Configure the managed Lavalink node runtime options. + +All settings under this group will likely cause Audio to malfunction if changed +from their defaults, only change settings here if you have been advised to by #support. + +.. _audio-command-llset-config-bind: + +^^^^^^^^^^^^^^^^^ +llset config bind +^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config bind [host=localhost] + +**Description** + +Set the managed Lavalink node's binding IP address. + +**Arguments** + +* ``[host]``: The node's binding IP address, defaulting to "localhost". + +.. _audio-command-llset-config-port: + +^^^^^^^^^^^^^^^^^ +llset config port +^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config port [port=2333] + +**Description** + +Set the managed Lavalink node's connection port. + +This port is the port the managed Lavalink node binds to, you should +only change this if there is a conflict with the default port because +you already have an application using port 2333 on this device. + +**Arguments** + +* ``[port]``: The node's connection port, defaulting to 2333. + +.. _audio-command-llset-config-server: + +^^^^^^^^^^^^^^^^^^^ +llset config server +^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config server + +**Description** + +Configure the managed node authorization and connection settings. + +.. _audio-command-llset-config-server-buffer: + +^^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config server buffer +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config server buffer [milliseconds=400] + +**Description** + +Set the managed Lavalink node JDA-NAS buffer size. Only +change this if you have been directly advised to, +changing it can cause significant playback issues. + +**Arguments** + +* ``[milliseconds]`` - The buffer size, defaults to 400. + +.. _audio-command-llset-config-server-framebuffer: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config server framebuffer +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config server framebuffer [milliseconds=1000] + +**Description** + +Set the managed Lavalink node framebuffer size. Only +change this if you have been directly advised to, +changing it can cause significant playback issues. + +**Arguments** + +* ``[milliseconds]`` - The framebuffer size, defaults to 1000. + +.. _audio-command-llset-config-source: + +^^^^^^^^^^^^^^^^^^^ +llset config source +^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source + +**Description** + +Toggle audio sources on/off. + +By default, all sources are enabled, you should only use commands here to +disable a specific source if you have been advised to, disabling sources +without background knowledge can cause Audio to break. + +.. _audio-command-llset-config-source-bandcamp: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config source bandcamp +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source bandcamp + +**Description** + +Toggle Bandcamp source on or off. This toggle controls the playback +of all Bandcamp related content. + +.. _audio-command-llset-config-source-http: + +^^^^^^^^^^^^^^^^^^^^^^^^ +llset config source http +^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source http + +**Description** + +Toggle HTTP direct URL usage on or off. This source is used to +allow playback from direct HTTP streams (this does not affect direct URL +playback for the other sources). + +.. _audio-command-llset-config-source-local: + +^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config source local +^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source local + +**Description** + +Toggle local file usage on or off. +This toggle controls the playback of all local track content, +usually found inside the ``localtracks`` folder. + +.. _audio-command-llset-config-source-soundcloud: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config source soundcloud +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source soundcloud + +**Description** + +Toggle SoundCloud source on or off. +This toggle controls the playback of all SoundCloud related content. + +.. _audio-command-llset-config-source-twitch: + +^^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config source twitch +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source twitch + +**Description** + +Toggle Twitch source on or off. +This toggle controls the playback of all Twitch related content. + +.. _audio-command-llset-config-source-vimeo: + +^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config source vimeo +^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source vimeo + +**Description** + +Toggle Vimeo source on or off. +This toggle controls the playback of all Vimeo related content. + +.. _audio-command-llset-config-source-youtube: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +llset config source youtube +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config source youtube + +**Description** + +Toggle YouTube source on or off (**this includes Spotify**). +This toggle controls the playback of all YouTube and Spotify related content. + +.. _audio-command-llset-config-token: + +^^^^^^^^^^^^^^^^^^ +llset config token +^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset config token [password=youshallnotpass] + +**Description** + +Set the managed Lavalink node's connection password. +This is the password required for Audio to connect to the managed Lavalink node. +The value by default is ``youshallnotpass``. + +**Arguments** + +* ``[password]`` - The node's connection password, defaulting to ``youshallnotpass``. + +.. _audio-command-llset-heapsize: + +^^^^^^^^^^^^^^ +llset heapsize +^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset heapsize [size=3G] + +**Description** + +Set the managed Lavalink node maximum heap-size. + +By default, this value is 50% of available RAM in the host machine +represented by [1-1024][M|G] (256M, 256G for example). + +This value only represents the maximum amount of RAM allowed to be +used at any given point, and does not mean that the managed Lavalink +node will always use this amount of RAM. + +**Arguments** + +* ``[size]`` - The node's maximum heap-size, defaulting to ``3G``. + +.. _audio-command-llset-java: + +^^^^^^^^^^ +llset java +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset java [javapath] + +**Description** + +Change your Java executable path. + +This command shouldn't need to be used most of the time, +and is only useful if the host machine has conflicting Java versions. + +If changing this make sure that the Java executable you set is supported by Audio. +The current supported version is Java 11. + +**Arguments** + +* ``[java]`` - The java executable path, leave blank to reset it back to default. + +.. _audio-command-llset-yaml: + +^^^^^^^^^^ +llset yaml +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset yaml + +**Description** + +Uploads a copy of the application.yml file used by the managed Lavalink node. + +.. _unmanaged-node-management-commands: + +---------------------------------- +Unmanaged Node Management Commands +---------------------------------- + +.. note:: + + A normal Red user should never have to use these commands unless they are :ref:`managing multiple Red bots with Audio`. + +.. _audio-command-llset-host: + +^^^^^^^^^^ +llset host +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset host [host=localhost] + +**Description** + +Set the Lavalink node host. This command sets the connection host which +Audio will use to connect to an unmanaged Lavalink node. + +**Arguments** + +* ``[host]`` - The connection host, defaulting to "localhost". + +.. _audio-command-llset-password: + +^^^^^^^^^^^^^^ +llset password +^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset password [password=youshallnotpass] + +**Description** + +Set the Lavalink node password. This command sets the connection password which +Audio will use to connect to an unmanaged Lavalink node. + +**Arguments** + +* ``[password]`` - The connection password, defaulting to "youshallnotpass". + +.. _audio-command-llset-port: + +^^^^^^^^^^ +llset port +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset port [port=2333] + +**Description** + +Set the Lavalink node port. This command sets the connection port which +Audio will use to connect to an unmanaged Lavalink node. + +**Arguments** + +* ``[password]`` - The connection password, defaulting to 2333. + +.. _audio-command-llset-secured: + +^^^^^^^^^^^^^ +llset secured +^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]llset secured + +**Description** + +Set the Lavalink node connection to secured. This toggle sets the connection type +to secured or unsecured when connecting to an unmanaged Lavalink node. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/cleanup.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/cleanup.rst new file mode 100644 index 0000000000000000000000000000000000000000..edc0fd468e346f660d5c95555922f87911feeb0e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/cleanup.rst @@ -0,0 +1,333 @@ +.. _cleanup: + +======= +Cleanup +======= + +This is the cog guide for the cleanup cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load cleanup + +.. _cleanup-usage: + +----- +Usage +----- + +This cog contains commands used for "cleaning up" (deleting) messages. + +This is designed as a moderator tool and offers many convenient use cases. +All cleanup commands only apply to the channel the command is executed in. + +Messages older than two weeks cannot be mass deleted. +This is a limitation of the API. + + +.. _cleanup-commands: + +-------- +Commands +-------- + +.. _cleanup-command-cleanup: + +^^^^^^^ +cleanup +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]cleanup + +**Description** + +Base command for deleting messages. + +.. _cleanup-command-cleanup-after: + +""""""""""""" +cleanup after +""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup after [delete_pinned=False] + +**Description** + +Delete all messages after a specified message. + +To get a message id, enable developer mode in Discord's +settings, 'appearance' tab. Then right click a message +and copy its id. + +**Arguments:** + +- ```` The id of the message to cleanup after. This message won't be deleted. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanup-before: + +"""""""""""""" +cleanup before +"""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup before [delete_pinned=False] + +**Description** + +Deletes X messages before the specified message. + +To get a message id, enable developer mode in Discord's +settings, 'appearance' tab. Then right click a message +and copy its id. + +**Arguments:** + +- ```` The id of the message to cleanup before. This message won't be deleted. +- ```` The max number of messages to cleanup. Must be a positive integer. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanup-between: + +""""""""""""""" +cleanup between +""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup between [delete_pinned=False] + +**Description** + +Delete the messages between Message One and Message Two, providing the messages IDs. + +The first message ID should be the older message and the second one the newer. + +Example: + - ``[p]cleanup between 123456789123456789 987654321987654321`` + +**Arguments:** + +- ```` The id of the message to cleanup after. This message won't be deleted. +- ```` The id of the message to cleanup before. This message won't be deleted. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanup-bot: + +""""""""""" +cleanup bot +""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup bot [delete_pinned=False] + +**Description** + +Clean up command messages and messages from the bot in the current channel. + +Can only cleanup custom commands and alias commands if those cogs are loaded. + +**Arguments:** + +- ```` The max number of messages to cleanup. Must be a positive integer. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanup-messages: + +"""""""""""""""" +cleanup messages +"""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup messages [delete_pinned=False] + +**Description** + +Delete the last X messages in the current channel. + +Example: + - ``[p]cleanup messages 26`` + +**Arguments:** + +- ```` The max number of messages to cleanup. Must be a positive integer. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanup-self: + +"""""""""""" +cleanup self +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cleanup self [match_pattern] [delete_pinned=False] + +**Description** + +Clean up messages owned by the bot in the current channel. + +By default, all messages are cleaned. If a second argument is specified, +it is used for pattern matching - only messages containing the given text will be deleted. + +Examples: + - ``[p]cleanup self 6`` + - ``[p]cleanup self 10 Pong`` + - ``[p]cleanup self 7 "" True`` + +**Arguments:** + +- ```` The max number of messages to cleanup. Must be a positive integer. +- ```` The text that messages must contain to be deleted. Use "" to skip this. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanup-spam: + +"""""""""""" +cleanup spam +"""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup spam [number=50] + +**Description** + +Deletes duplicate messages in the channel from the last X messages and keeps only one copy. + +Defaults to 50. + +**Arguments:** + +- ```` The number of messages to check for duplicates. Must be a positive integer. + +.. _cleanup-command-cleanup-text: + +"""""""""""" +cleanup text +"""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup text [delete_pinned=False] + +**Description** + +Delete the last X messages matching the specified text in the current channel. + +Example: + - ``[p]cleanup text "test" 5`` + +Remember to use double quotes. + +**Arguments:** + +- ```` The max number of messages to cleanup. Must be a positive integer. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanup-user: + +"""""""""""" +cleanup user +"""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanup user [delete_pinned=False] + +**Description** + +Delete the last X messages from a specified user in the current channel. + +Examples: + - ``[p]cleanup user @Twentysix 2`` + - ``[p]cleanup user Red 6`` + +**Arguments:** + +- ```` The user whose messages are to be cleaned up. +- ```` The max number of messages to cleanup. Must be a positive integer. +- ```` Whether to delete pinned messages or not. Defaults to False + +.. _cleanup-command-cleanupset: + +^^^^^^^^^^ +cleanupset +^^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]cleanupset + +**Description** + +Manage the settings for the cleanup command. + +.. _cleanup-command-cleanupset-notify: + +""""""""""""""""" +cleanupset notify +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cleanupset notify + +**Description** + +Toggle clean up notification settings. + +When enabled, a message will be sent per cleanup, showing how many messages were deleted. +This message will be deleted after 5 seconds. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/cog_manager_ui.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/cog_manager_ui.rst new file mode 100644 index 0000000000000000000000000000000000000000..f6f8979dbbb995e3d5ee1dc867cb6759d06d5f41 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/cog_manager_ui.rst @@ -0,0 +1,251 @@ +.. _cogmanagerui: + +============== +Cog Manager UI +============== + +This is the cog guide for the core cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: This cog is not like the other cogs. It is loaded by default, not + included in the cogs paths and it cannot be unloaded. It contains needed + commands for cog management. + +.. _cogmanagerui-usage: + +----- +Usage +----- + +This cog allows you to manage your cogs and where you can install them. Unlike +V2, which had a ``cogs`` folder where everything was installed, you can +install V3 cogs everywhere, and also make them cross-compatible with other +instances! + +If you want to install your cogs using a Github repo (usually what you will +always be looking for), you need to use the downloader cog. However, if you +have the files of a cog or want to code one, this cog is what you should be +looking for. + +The most basic command is :ref:`paths `, which +will list you all of the currently set paths. + +You can add a path by using the :ref:`addpath ` +command. All cogs in that path will be available for the bot and listed in +the :ref:`cogs `. You can then load +or unload them. + +.. TODO add ref to load and unload commands + +.. _cogmanagerui-usage-installation: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +How to install a local package without using downloader +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Let's suppose you made a cog request on the `cog board `_ +and now you want to add your own cog to Red. You should have a folder that +looks like this: + +.. image:: ../.resources/cog_manager_ui/custom-cog-example.png + +You will first need to add a cog path to your instance. For that, use the +:ref:`addpath ` command with a new directory. + +Create a folder somewhere (should stay accessible) and copy its path. A path +looks like this: + +* Windows: ``C:\Users\username\Documents\MyCogs`` +* macOS: ``/Users/username/Documents/MyCogs`` +* Linux: ``/home/username/Documents/MyCogs`` + +You can now use the command we talked about before: type ``[p]addpath +``. + +.. attention:: A path shouldn't have spaces in it. If it does, add quotation + marks around the path, or a backslash before the space. + +In that ``MyCogs`` folder, you can drop your cog folder. You should now have +something that looks like this: + +.. image:: ../.resources/cog_manager_ui/cog-path.png + +Now if you type ``[p]cogs``, your new cog should be listed, and you will be +able to load it! + +.. _cogmanagerui-commands: + +-------- +Commands +-------- + +.. note:: The whole cog is locked to the + :ref:`bot owner `. If you are not the owner + of the instance, you can ignore this. + +.. _cogmanagerui-command-cogs: + +^^^^ +cogs +^^^^ + +**Syntax** + +.. code-block:: none + + [p]cogs + +**Description** + +Returns a list of loaded and unloaded cogs on the bot. + +Cogs are unloaded by default. This is where you can find your cogs if you +installed some recently. + +All of the cogs located inside a cog path will be listed here. You can see a +list of the paths with the :ref:`paths ` command. + +.. _cogmanagerui-command-paths: + +^^^^^ +paths +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]paths + +**Description** + +Lists the registered cog paths, with the install path for the downloader and +the core path for the core cogs. + +.. TODO add ref to downloader + +You can use the :ref:`reorderpath ` command +to reorder the listed paths. + +.. tip:: The number before a cog path can be used for the + :ref:`removepath ` command. + +.. _cogmanagerui-command-addpath: + +^^^^^^^ +addpath +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]addpath + +**Description** + +Adds a path to the list of available cog paths. This means that all valid cogs +under the path will be added to the list of available cogs, listed in +:ref:`cogs `. + +**Arguments** + +* ````: A path that should look like this and point to a folder: + + * Windows: ``C:\Users\username\Documents\MyCogs`` + * macOS: ``/Users/username/Documents/MyCogs`` + * Linux: ``/home/username/Documents/MyCogs`` + + Try to avoid paths with spaces. If there are spaces, add a backslash before + the space on Linux. Add quotation marks around the path if needed. + +.. _cogmanagerui-command-removepath: + +^^^^^^^^^^ +removepath +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]removepath + +**Description** + +Removes one or more paths from the list of available paths. Its cogs won't be +accessible anymore. + +**Arguments** + +* ````: The number of the path(s) to remove. You can get it with + the :ref:`paths ` command. + +.. _cogmanagerui-command-reorderpath: + +^^^^^^^^^^^ +reorderpath +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]reorderpath + +**Description** + +Reorders the paths listed with the :ref:`paths ` +command. The goal of this command is to allow the discovery of different cogs. +If there are multiple packages with the same names, the one that is inside the +highest folder in the list will be kept and the other ones will be ignored. + +For example, let's suppose this is the output of +:ref:`paths `: + + 1. ``/usr/local/lib/python3.7/site-packages/redbot/cogs`` + 2. ``/home/laggron/custom_cogs`` + 3. ``/mnt/not_suspicious_usb_drive/not_suspicious_cogs`` + +The folders 2 and 3 both have a package named ``leveler`` while being different +cogs, and you want to load the one located in the 3rd folder. To do that, you +have to put the 3rd path higher than the 2nd path, let's swap them! Type +``[p]reorderpath 2 3`` and the output of +:ref:`paths ` will then be the following: + + 1. ``/usr/local/lib/python3.7/site-packages/redbot/cogs`` + 2. ``/mnt/not_suspicious_usb_drive/not_suspicious_cogs`` + 3. ``/home/laggron/custom_cogs`` + +**Arguments** + +* ````: The index of the path you want to move. +* ````: The location where you want to insert the path. + +.. _cogmanagerui-command-installpath: + +^^^^^^^^^^^ +installpath +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]installpath [path] + +**Description** + +Shows the install path, or sets a new one. + +If you want to set a new path, the same rules as for +:ref:`addpath ` apply + +.. warning:: If you edit the install path, the cogs won't be transferred. + +**Arguments** + +* ``[path]``: The absolute path to set. If omitted, the current path will + be returned instead. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/core.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/core.rst new file mode 100644 index 0000000000000000000000000000000000000000..1a66dfef5740a8c7c13a40e3a84bcc9c65a0098b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/core.rst @@ -0,0 +1,4340 @@ +.. _core: + +==== +Core +==== + +This is the cog guide for the core cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. _core-usage: + +----- +Usage +----- + +The Core cog has many commands related to core functions. + +These commands come loaded with every Red bot, and cover some of the most basic usage of the bot. + + +.. _core-commands: + +-------- +Commands +-------- + +.. _core-command-allowlist: + +^^^^^^^^^ +allowlist +^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]allowlist + +.. tip:: Alias: ``whitelist`` + +**Description** + +Commands to manage the allowlist. + +.. Warning:: When the allowlist is in use, the bot will ignore commands from everyone not on the list. + + +Use ``[p]allowlist clear`` to disable the allowlist + +.. _core-command-allowlist-add: + +""""""""""""" +allowlist add +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]allowlist add + +**Description** + +Adds users to the allowlist. + +**Examples:** + - ``[p]allowlist add @26 @Will`` - Adds two users to the allowlist. + - ``[p]allowlist add 262626262626262626`` - Adds a user by ID. + +**Arguments:** + - ```` - The user or users to add to the allowlist. + +.. _core-command-allowlist-clear: + +""""""""""""""" +allowlist clear +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]allowlist clear + +**Description** + +Clears the allowlist. + +This disables the allowlist. + +**Example:** + - ``[p]allowlist clear`` + +.. _core-command-allowlist-list: + +"""""""""""""" +allowlist list +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]allowlist list + +**Description** + +Lists users on the allowlist. + +**Example:** + - ``[p]allowlist list`` + +.. _core-command-allowlist-remove: + +"""""""""""""""" +allowlist remove +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]allowlist remove + +**Description** + +Removes users from the allowlist. + +The allowlist will be disabled if all users are removed. + +**Examples:** + - ``[p]allowlist remove @26 @Will`` - Removes two users from the allowlist. + - ``[p]allowlist remove 262626262626262626`` - Removes a user by ID. + +**Arguments:** + - ```` - The user or users to remove from the allowlist. + +.. _core-command-autoimmune: + +^^^^^^^^^^ +autoimmune +^^^^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]autoimmune + +**Description** + +Commands to manage server settings for immunity from automated actions. + +This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog. + +.. _core-command-autoimmune-add: + +"""""""""""""" +autoimmune add +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]autoimmune add + +**Description** + +Makes a user or role immune from automated moderation actions. + +**Examples:** + - ``[p]autoimmune add @Twentysix`` - Adds a user. + - ``[p]autoimmune add @Mods`` - Adds a role. + +**Arguments:** + - ```` - The user or role to add immunity to. + +.. _core-command-autoimmune-isimmune: + +""""""""""""""""""" +autoimmune isimmune +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]autoimmune isimmune + +**Description** + +Checks if a user or role would be considered immune from automated actions. + +**Examples:** + - ``[p]autoimmune isimmune @Twentysix`` + - ``[p]autoimmune isimmune @Mods`` + +**Arguments:** + - ```` - The user or role to check the immunity of. + +.. _core-command-autoimmune-list: + +""""""""""""""" +autoimmune list +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]autoimmune list + +**Description** + +Gets the current members and roles configured for automatic moderation action immunity. + +**Example:** + - ``[p]autoimmune list`` + +.. _core-command-autoimmune-remove: + +""""""""""""""""" +autoimmune remove +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]autoimmune remove + +**Description** + +Remove a user or role from being immune to automated moderation actions. + +**Examples:** + - ``[p]autoimmune remove @Twentysix`` - Removes a user. + - ``[p]autoimmune remove @Mods`` - Removes a role. + +**Arguments:** + - ```` - The user or role to remove immunity from. + +.. _core-command-bankset: + +^^^^^^^ +bankset +^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]bankset + +**Description** + +Base command for configuring bank settings. + +.. _core-command-bankset-bankname: + +"""""""""""""""" +bankset bankname +"""""""""""""""" + +.. note:: |owner-lock| However, if the bank is server-wide, the + server owner or an administrator can use this command. + +**Syntax** + +.. code-block:: none + + [p]bankset bankname + +**Description** + +Set bank's name. + +**Arguments** + +* ````: The new bank's name. + +.. _core-command-bankset-creditsname: + +""""""""""""""""""" +bankset creditsname +""""""""""""""""""" + +.. note:: |owner-lock| However, if the bank is server-wide, the + server owner or an administrator can use this command. + +**Syntax** + +.. code-block:: none + + [p]bankset creditsname + +**Description** + +Change the credits name of the bank. It is ``credits`` by default. + +For example, if you switch it to ``dollars``, the payday +command will show this: + +.. TODO reference the payday command + +.. code-block:: none + + Here, take some dollars. Enjoy! (+120 dollars!) + + You currently have 220 dollars. + +**Arguments** + +* ````: The new credits name. + +.. _core-command-bankset-maxbal: + +"""""""""""""" +bankset maxbal +"""""""""""""" + +.. note:: |owner-lock| However, if the bank is server-wide, the + server owner or an administrator can use this command. + +**Syntax** + +.. code-block:: none + + [p]bankset maxbal + +**Description** + +Defines the maximum amount of money a user can have with the bot. + +If a user reaches this limit, they will be unable to gain more money. + +**Arguments** + +* ````: The maximum amount of money for users. + +.. _core-command-bankset-prune: + +""""""""""""" +bankset prune +""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]bankset prune + +**Description** + +Base command for pruning bank accounts. + +.. _core-command-bankset-prune-global: + +"""""""""""""""""""" +bankset prune global +"""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]bankset prune global [confirmation=False] + +**Description** + +Prune bank accounts for users who no longer share a server with the bot. + +Cannot be used without a global bank. See ``[p]bankset prune server``. + +Examples: + - ``[p]bankset prune global`` - Did not confirm. Shows the help message. + - ``[p]bankset prune global yes`` + +**Arguments** + +- ```` This will default to false unless specified. + +.. _core-command-bankset-prune-server: + +"""""""""""""""""""" +bankset prune server +"""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]bankset prune server [confirmation=False] + +.. tip:: Aliases: ``bankset prune guild``, ``bankset prune local`` + +**Description** + +Prune bank accounts for users no longer in the server. + +Cannot be used with a global bank. See ``[p]bankset prune global``. + +Examples: + - ``[p]bankset prune server`` - Did not confirm. Shows the help message. + - ``[p]bankset prune server yes`` + +**Arguments** + +- ```` This will default to false unless specified. + +.. _core-command-bankset-prune-user: + +"""""""""""""""""" +bankset prune user +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]bankset prune user [confirmation=False] + +**Description** + +Delete the bank account of a specified user. + +Examples: + - ``[p]bankset prune user @Twentysix`` - Did not confirm. Shows the help message. + - ``[p]bankset prune user @Twentysix yes`` + +**Arguments** + +- ```` The user to delete the bank of. Takes mentions, names, and user ids. +- ```` This will default to false unless specified. + +.. _core-command-bankset-registeramount: + +"""""""""""""""""""""" +bankset registeramount +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]bankset registeramount + +**Description** + +Set the initial balance for new bank accounts. + +Example: + - ``[p]bankset registeramount 5000`` + +**Arguments** + +- ```` The new initial balance amount. Default is 0. + +.. _core-command-bankset-reset: + +""""""""""""" +bankset reset +""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]bankset reset [confirmation=False] + +**Description** + +Delete all bank accounts. + +Examples: + - ``[p]bankset reset`` - Did not confirm. Shows the help message. + - ``[p]bankset reset yes`` + +**Arguments** + +- ```` This will default to false unless specified. + +.. _core-command-bankset-showsettings: + +"""""""""""""""""""" +bankset showsettings +"""""""""""""""""""" + +.. note:: |owner-lock| However, if the bank is server-wide, the + server owner or an administrator can use this command. + +**Syntax** + +.. code-block:: none + + [p]bankset showsettings + +**Description** + +Shows the current settings of your bank. + +This will display the following information: + +* Name of the bank +* Scope of the bank (global or per server) +* Currency name +* Default balance +* Maximum allowed balance + +.. _core-command-bankset-toggleglobal: + +"""""""""""""""""""" +bankset toggleglobal +"""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]bankset toggleglobal [confirm=False] + +**Description** + +Makes the bank global instead of server-wide. If it +is already global, the command will switch it back +to the server-wide bank. + +.. warning:: Using this command will reset **all** accounts. + +**Arguments** + +* ``[confirm=False]``: Put ``yes`` to confirm. + +.. _core-command-blocklist: + +^^^^^^^^^ +blocklist +^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]blocklist + +.. tip:: Aliases: ``blacklist``, ``denylist`` + +**Description** + +Commands to manage the blocklist. + +Use ``[p]blocklist clear`` to disable the blocklist + +.. _core-command-blocklist-add: + +""""""""""""" +blocklist add +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]blocklist add + +**Description** + +Adds users to the blocklist. + +**Examples:** + - ``[p]blocklist add @26 @Will`` - Adds two users to the blocklist. + - ``[p]blocklist add 262626262626262626`` - Blocks a user by ID. + +**Arguments:** + - ```` - The user or users to add to the blocklist. + +.. _core-command-blocklist-clear: + +""""""""""""""" +blocklist clear +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]blocklist clear + +**Description** + +Clears the blocklist. + +**Example:** + - ``[p]blocklist clear`` + +.. _core-command-blocklist-list: + +"""""""""""""" +blocklist list +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]blocklist list + +**Description** + +Lists users on the blocklist. + +**Example:** + - ``[p]blocklist list`` + +.. _core-command-blocklist-remove: + +"""""""""""""""" +blocklist remove +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]blocklist remove + +**Description** + +Removes users from the blocklist. + +**Examples:** + - ``[p]blocklist remove @26 @Will`` - Removes two users from the blocklist. + - ``[p]blocklist remove 262626262626262626`` - Removes a user by ID. + +**Arguments:** + - ```` - The user or users to remove from the blocklist. + +.. _core-command-command: + +^^^^^^^ +command +^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]command + +**Description** + +Commands to enable and disable commands and cogs. + +.. _core-command-command-defaultdisablecog: + +""""""""""""""""""""""""" +command defaultdisablecog +""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]command defaultdisablecog + +**Description** + +Set the default state for a cog as disabled. + +This will disable the cog for all servers by default. +To override it, use ``[p]command enablecog`` on the servers you want to allow usage. + +.. Note:: This will only work on loaded cogs, and must reference the title-case cog name. + + +**Examples:** + - ``[p]command defaultdisablecog Economy`` + - ``[p]command defaultdisablecog ModLog`` + +**Arguments:** + - ```` - The name of the cog to make disabled by default. Must be title-case. + +.. _core-command-command-defaultenablecog: + +"""""""""""""""""""""""" +command defaultenablecog +"""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]command defaultenablecog + +**Description** + +Set the default state for a cog as enabled. + +This will re-enable the cog for all servers by default. +To override it, use ``[p]command disablecog`` on the servers you want to disallow usage. + +.. Note:: This will only work on loaded cogs, and must reference the title-case cog name. + + +**Examples:** + - ``[p]command defaultenablecog Economy`` + - ``[p]command defaultenablecog ModLog`` + +**Arguments:** + - ```` - The name of the cog to make enabled by default. Must be title-case. + +.. _core-command-command-disable: + +""""""""""""""" +command disable +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command disable + +**Description** + +Disable a command. + +If you're the bot owner, this will disable commands globally by default. +Otherwise, this will disable commands on the current server. + +**Examples:** + - ``[p]command disable userinfo`` - Disables the ``userinfo`` command in the Mod cog. + - ``[p]command disable urban`` - Disables the ``urban`` command in the General cog. + +**Arguments:** + - ```` - The command to disable. + +.. _core-command-command-disable-global: + +"""""""""""""""""""""" +command disable global +"""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]command disable global + +**Description** + +Disable a command globally. + +**Examples:** + - ``[p]command disable global userinfo`` - Disables the ``userinfo`` command in the Mod cog. + - ``[p]command disable global urban`` - Disables the ``urban`` command in the General cog. + +**Arguments:** + - ```` - The command to disable globally. + +.. _core-command-command-disable-server: + +"""""""""""""""""""""" +command disable server +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command disable server + +.. tip:: Alias: ``command disable guild`` + +**Description** + +Disable a command in this server only. + + **Examples:** + - ``[p]command disable server userinfo`` - Disables the ``userinfo`` command in the Mod cog. + - ``[p]command disable server urban`` - Disables the ``urban`` command in the General cog. + + **Arguments:** + - ```` - The command to disable for the current server. + +.. _core-command-command-disablecog: + +"""""""""""""""""" +command disablecog +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command disablecog + +**Description** + +Disable a cog in this server. + +.. Note:: This will only work on loaded cogs, and must reference the title-case cog name. + + +**Examples:** + - ``[p]command disablecog Economy`` + - ``[p]command disablecog ModLog`` + +**Arguments:** + - ```` - The name of the cog to disable on this server. Must be title-case. + +.. _core-command-command-disabledmsg: + +""""""""""""""""""" +command disabledmsg +""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]command disabledmsg [message] + +**Description** + +Set the bot's response to disabled commands. + +Leave blank to send nothing. + +To include the command name in the message, include the ``{command}`` placeholder. + +**Examples:** + - ``[p]command disabledmsg This command is disabled`` + - ``[p]command disabledmsg {command} is disabled`` + - ``[p]command disabledmsg`` - Sends nothing when a disabled command is attempted. + +**Arguments:** + - ``[message]`` - The message to send when a disabled command is attempted. + +.. _core-command-command-enable: + +"""""""""""""" +command enable +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command enable + +**Description** + +Enable a command. + +If you're the bot owner, this will try to enable a globally disabled command by default. +Otherwise, this will try to enable a command disabled on the current server. + +**Examples:** + - ``[p]command enable userinfo`` - Enables the ``userinfo`` command in the Mod cog. + - ``[p]command enable urban`` - Enables the ``urban`` command in the General cog. + +**Arguments:** + - ```` - The command to enable. + +.. _core-command-command-enable-global: + +""""""""""""""""""""" +command enable global +""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]command enable global + +**Description** + + Enable a command globally. + +**Examples:** + - ``[p]command enable global userinfo`` - Enables the ``userinfo`` command in the Mod cog. + - ``[p]command enable global urban`` - Enables the ``urban`` command in the General cog. + +**Arguments:** + - ```` - The command to enable globally. + +.. _core-command-command-enable-server: + +""""""""""""""""""""" +command enable server +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command enable server + +.. tip:: Alias: ``command enable guild`` + +**Description** + + Enable a command in this server. + +**Examples:** + - ``[p]command enable server userinfo`` - Enables the ``userinfo`` command in the Mod cog. + - ``[p]command enable server urban`` - Enables the ``urban`` command in the General cog. + +**Arguments:** + - ```` - The command to enable for the current server. + +.. _core-command-command-enablecog: + +""""""""""""""""" +command enablecog +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command enablecog + +**Description** + +Enable a cog in this server. + +.. Note:: This will only work on loaded cogs, and must reference the title-case cog name. + + +**Examples:** + - ``[p]command enablecog Economy`` + - ``[p]command enablecog ModLog`` + +**Arguments:** + - ```` - The name of the cog to enable on this server. Must be title-case. + +.. _core-command-command-listdisabled: + +"""""""""""""""""""" +command listdisabled +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command listdisabled + +**Description** + +List disabled commands. + +If you're the bot owner, this will show global disabled commands by default. +Otherwise, this will show disabled commands on the current server. + +**Example:** + - ``[p]command listdisabled`` + +.. _core-command-command-listdisabled-global: + +""""""""""""""""""""""""""" +command listdisabled global +""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command listdisabled global + +**Description** + +List disabled commands globally. + +**Example:** + - ``[p]command listdisabled global`` + +.. _core-command-command-listdisabled-guild: + +"""""""""""""""""""""""""" +command listdisabled guild +"""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command listdisabled guild + +**Description** + +List disabled commands in this server. + +**Example:** + - ``[p]command listdisabled guild`` + +.. _core-command-command-listdisabledcogs: + +"""""""""""""""""""""""" +command listdisabledcogs +"""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]command listdisabledcogs + +**Description** + +List the cogs which are disabled in this server. + +**Example:** + - ``[p]command listdisabledcogs`` + +.. _core-command-contact: + +^^^^^^^ +contact +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]contact + +**Description** + +Sends a message to the owner. + +This is limited to one message every 60 seconds per person. + +**Example:** + - ``[p]contact Help! The bot has become sentient!`` + +**Arguments:** + - ``[message]`` - The message to send to the owner. + +.. _core-command-diagnoseissues: + +^^^^^^^^^^^^^^ +diagnoseissues +^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]diagnoseissues [channel] + +**Description** + +Diagnose issues with the command checks with ease! + +If you want to diagnose the command from a text channel in a different server, +you can do so by using the command in DMs. + +**Example:** + - ``[p]diagnoseissues #general @Slime ban`` - Diagnose why @Slime can't use ``[p]ban`` in #general channel. + +**Arguments:** + - ``[channel]`` - The text channel that the command should be tested for. Defaults to the current channel. + - ```` - The member that should be considered as the command caller. + - ```` - The name of the command to test. + +.. _core-command-dm: + +^^ +dm +^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]dm + +**Description** + +Sends a DM to a user. + +This command needs a user ID to work. + +To get a user ID, go to Discord's settings and open the 'Appearance' tab. +Enable 'Developer Mode', then right click a user and click on 'Copy ID'. + +**Example:** + - ``[p]dm 262626262626262626 Do you like me? Yes / No`` + +**Arguments:** + - ``[message]`` - The message to dm to the user. + +.. _core-command-embedset: + +^^^^^^^^ +embedset +^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]embedset + +**Description** + +Commands for toggling embeds on or off. + +This setting determines whether or not to use embeds as a response to a command (for commands that support it). +The default is to use embeds. + +The embed settings are checked until the first True/False in this order: + - In guild context: + 1. Channel override - ``[p]embedset channel`` + 2. Server command override - ``[p]embedset command server`` + 3. Server override - ``[p]embedset server`` + 4. Global command override - ``[p]embedset command global`` + 5. Global setting -``[p]embedset global`` + + - In DM context: + 1. User override - ``[p]embedset user`` + 2. Global command override - ``[p]embedset command global`` + 3. Global setting - ``[p]embedset global`` + +.. _core-command-embedset-channel: + +"""""""""""""""" +embedset channel +"""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]embedset channel [enabled] + +**Description** + +Set's a channel's embed setting. + +If set, this is used instead of the guild and command defaults to determine whether or not to use embeds. +This is used for all commands done in a channel. + +If enabled is left blank, the setting will be unset and the guild default will be used instead. + +To see full evaluation order of embed settings, run ``[p]help embedset``. + +**Examples:** + - ``[p]embedset channel False`` - Disables embeds in this channel. + - ``[p]embedset channel`` - Resets value to use guild default. + +**Arguments:** + - ``[enabled]`` - Whether to use embeds in this channel. Leave blank to reset to default. + +.. _core-command-embedset-command: + +"""""""""""""""" +embedset command +"""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]embedset command [enabled] + +**Description** + +Sets a command's embed setting. + +If you're the bot owner, this will try to change the command's embed setting globally by default. +Otherwise, this will try to change embed settings on the current server. + +If enabled is left blank, the setting will be unset. + +To see full evaluation order of embed settings, run ``[p]help embedset``. + +**Examples:** + - ``[p]embedset command info`` - Clears command specific embed settings for 'info'. + - ``[p]embedset command info False`` - Disables embeds for 'info'. + - ``[p]embedset command "ignore list" True`` - Quotes are needed for subcommands. + +**Arguments:** + - ``[enabled]`` - Whether to use embeds for this command. Leave blank to reset to default. + +.. _core-command-embedset-command-global: + +""""""""""""""""""""""" +embedset command global +""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]embedset command global [enabled] + +**Description** + +Sets a command's embed setting globally. + +If set, this is used instead of the global default to determine whether or not to use embeds. + +If enabled is left blank, the setting will be unset. + +To see full evaluation order of embed settings, run ``[p]help embedset``. + +**Examples:** + - ``[p]embedset command global info`` - Clears command specific embed settings for 'info'. + - ``[p]embedset command global info False`` - Disables embeds for 'info'. + - ``[p]embedset command global "ignore list" True`` - Quotes are needed for subcommands. + +**Arguments:** + - ``[enabled]`` - Whether to use embeds for this command. Leave blank to reset to default. + +.. _core-command-embedset-command-server: + +""""""""""""""""""""""" +embedset command server +""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]embedset command server [enabled] + +.. tip:: Alias: ``embedset command guild`` + +**Description** + +Sets a command's embed setting for the current server. + +If set, this is used instead of the server default to determine whether or not to use embeds. + +If enabled is left blank, the setting will be unset and the server default will be used instead. + +To see full evaluation order of embed settings, run ``[p]help embedset``. + +**Examples:** + - ``[p]embedset command server info`` - Clears command specific embed settings for 'info'. + - ``[p]embedset command server info False`` - Disables embeds for 'info'. + - ``[p]embedset command server "ignore list" True`` - Quotes are needed for subcommands. + +**Arguments:** + - ``[enabled]`` - Whether to use embeds for this command. Leave blank to reset to default. + +.. _core-command-embedset-global: + +""""""""""""""" +embedset global +""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]embedset global + +**Description** + +Toggle the global embed setting. + +This is used as a fallback if the user or guild hasn't set a preference. +The default is to use embeds. + +To see full evaluation order of embed settings, run ``[p]help embedset``. + +**Example:** + - ``[p]embedset global`` + +.. _core-command-embedset-server: + +""""""""""""""" +embedset server +""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]embedset server [enabled] + +.. tip:: Alias: ``embedset guild`` + +**Description** + +Set the server's embed setting. + +If set, this is used instead of the global default to determine whether or not to use embeds. +This is used for all commands done in a server. + +If enabled is left blank, the setting will be unset and the global default will be used instead. + +To see full evaluation order of embed settings, run ``[p]help embedset``. + +**Examples:** + - ``[p]embedset server False`` - Disables embeds on this server. + - ``[p]embedset server`` - Resets value to use global default. + +**Arguments:** + - ``[enabled]`` - Whether to use embeds on this server. Leave blank to reset to default. + +.. _core-command-embedset-showsettings: + +""""""""""""""""""""" +embedset showsettings +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]embedset showsettings [command] + +**Description** + +Show the current embed settings. + +Provide a command name to check for command specific embed settings. + +**Examples:** + - ``[p]embedset showsettings`` - Shows embed settings. + - ``[p]embedset showsettings info`` - Also shows embed settings for the 'info' command. + - ``[p]embedset showsettings "ignore list"`` - Checking subcommands requires quotes. + +**Arguments:** + - ``[command]`` - Checks this command for command specific embed settings. + +.. _core-command-embedset-user: + +""""""""""""" +embedset user +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]embedset user [enabled] + +**Description** + +Sets personal embed setting for DMs. + +If set, this is used instead of the global default to determine whether or not to use embeds. +This is used for all commands executed in a DM with the bot. + +If enabled is left blank, the setting will be unset and the global default will be used instead. + +To see full evaluation order of embed settings, run ``[p]help embedset``. + +**Examples:** + - ``[p]embedset user False`` - Disables embeds in your DMs. + - ``[p]embedset user`` - Resets value to use global default. + +**Arguments:** + - ``[enabled]`` - Whether to use embeds in your DMs. Leave blank to reset to default. + +.. _core-command-helpset: + +^^^^^^^ +helpset +^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]helpset + +**Description** + +Commands to manage settings for the help command. + +All help settings are applied globally. + +.. _core-command-helpset-deletedelay: + +""""""""""""""""""" +helpset deletedelay +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset deletedelay + +**Description** + +Set the delay after which help pages will be deleted. + +The setting is disabled by default, and only applies to non-menu help, +sent in server text channels. +Setting the delay to 0 disables this feature. + +The bot has to have MANAGE_MESSAGES permission for this to work. + +**Examples:** + - ``[p]helpset deletedelay 60`` - Delete the help pages after a minute. + - ``[p]helpset deletedelay 1`` - Delete the help pages as quickly as possible. + - ``[p]helpset deletedelay 1209600`` - Max time to wait before deleting (14 days). + - ``[p]helpset deletedelay 0`` - Disable deleting help pages. + +**Arguments:** + - ```` - The seconds to wait before deleting help pages. + +.. _core-command-helpset-maxpages: + +"""""""""""""""" +helpset maxpages +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset maxpages + +**Description** + +Set the maximum number of help pages sent in a server channel. + +.. Note:: This setting does not apply to menu help. + + +If a help message contains more pages than this value, the help message will +be sent to the command author via DM. This is to help reduce spam in server +text channels. + +The default value is 2 pages. + +**Examples:** + - ``[p]helpset maxpages 50`` - Basically never send help to DMs. + - ``[p]helpset maxpages 0`` - Always send help to DMs. + +**Arguments:** + - ```` - The max pages allowed to send per help in a server. + +.. _core-command-helpset-pagecharlimit: + +""""""""""""""""""""" +helpset pagecharlimit +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset pagecharlimit + +**Description** + +Set the character limit for each page in the help message. + +.. Note:: This setting only applies to embedded help. + + +The default value is 1000 characters. The minimum value is 500. +The maximum is based on the lower of what you provide and what discord allows. + +Please note that setting a relatively small character limit may +mean some pages will exceed this limit. + +**Example:** + - ``[p]helpset pagecharlimit 1500`` + +**Arguments:** + - ```` - The max amount of characters to show per page in the help message. + +.. _core-command-helpset-reacttimeout: + +"""""""""""""""""""" +helpset reacttimeout +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset reacttimeout + +**Description** + +Set the timeout for reactions, if menus are enabled. + +The default is 30 seconds. +The timeout has to be between 15 and 300 seconds. + +**Examples:** + - ``[p]helpset reacttimeout 30`` - The default timeout. + - ``[p]helpset reacttimeout 60`` - Timeout of 1 minute. + - ``[p]helpset reacttimeout 15`` - Minimum allowed timeout. + - ``[p]helpset reacttimeout 300`` - Max allowed timeout (5 mins). + +**Arguments:** + - ```` - The timeout, in seconds, of the reactions. + +.. _core-command-helpset-resetformatter: + +"""""""""""""""""""""" +helpset resetformatter +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset resetformatter + +**Description** + +This resets Red's help formatter to the default formatter. + +**Example:** + - ``[p]helpset resetformatter`` + +.. _core-command-helpset-resetsettings: + +""""""""""""""""""""" +helpset resetsettings +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset resetsettings + +**Description** + +This resets Red's help settings to their defaults. + +This may not have an impact when using custom formatters from 3rd party cogs + +**Example:** + - ``[p]helpset resetsettings`` + +.. _core-command-helpset-showaliases: + +""""""""""""""""""" +helpset showaliases +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset showaliases [show_aliases] + +**Description** + +This allows the help command to show existing commands aliases if there is any. + +This defaults to True. +Using this without a setting will toggle. + +**Examples:** + - ``[p]helpset showaliases False`` - Disables showing aliases on this server. + - ``[p]helpset showaliases`` - Toggles the value. + +**Arguments:** + - ``[show_aliases]`` - Whether to include aliases in help. Leave blank to toggle. + +.. _core-command-helpset-showhidden: + +"""""""""""""""""" +helpset showhidden +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset showhidden [show_hidden] + +**Description** + +This allows the help command to show hidden commands. + +This defaults to False. +Using this without a setting will toggle. + +**Examples:** + - ``[p]helpset showhidden True`` - Enables showing hidden commands. + - ``[p]helpset showhidden`` - Toggles the value. + +**Arguments:** + - ``[show_hidden]`` - Whether to use show hidden commands in help. Leave blank to toggle. + +.. _core-command-helpset-showsettings: + +"""""""""""""""""""" +helpset showsettings +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset showsettings + +**Description** + +Show the current help settings. + +.. Warning:: These settings may not be accurate if the default formatter is not in use. + + +**Example:** + - ``[p]helpset showsettings`` + +.. _core-command-helpset-tagline: + +""""""""""""""" +helpset tagline +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset tagline [tagline] + +**Description** + +Set the tagline to be used. + +The maximum tagline length is 2048 characters. +This setting only applies to embedded help. If no tagline is specified, the default will be used instead. + +**Examples:** + - ``[p]helpset tagline Thanks for using the bot!`` + - ``[p]helpset tagline`` - Resets the tagline to the default. + +**Arguments:** + - ``[tagline]`` - The tagline to appear at the bottom of help embeds. Leave blank to reset. + +.. _core-command-helpset-usemenus: + +"""""""""""""""" +helpset usemenus +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset usemenus <"buttons"|"reactions"|"select"|"selectonly"|"disable"> + +**Description** + +Allows the help command to be sent as a paginated menu instead of separate +messages. + +When "reactions", "buttons", "select", or "selectonly" is passed, ``[p]help`` will +only show one page at a time and will use the associated control scheme to navigate between pages. + +**Examples:** + - ``[p]helpset usemenus reactions`` - Enables using reaction menus. + - ``[p]helpset usemenus buttons`` - Enables using button menus. + - ``[p]helpset usemenus select`` - Enables buttons with a select menu. + - ``[p]helpset usemenus selectonly`` - Enables a select menu only on help. + - ``[p]helpset usemenus disable`` - Disables help menus. + +**Arguments:** + - ``<"buttons"|"reactions"|"select"|"selectonly"|"disable">`` - Whether to use ``buttons``, + ``reactions``, ``select``, ``selectonly``, or no menus. + +.. _core-command-helpset-usetick: + +""""""""""""""" +helpset usetick +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset usetick [use_tick] + +**Description** + +This allows the help command message to be ticked if help is sent to a DM. + +Ticking is reacting to the help message with a ✅. + +Defaults to False. +Using this without a setting will toggle. + +.. Note:: This is only used when the bot is not using menus. + + +**Examples:** + - ``[p]helpset usetick False`` - Disables ticking when help is sent to DMs. + - ``[p]helpset usetick`` - Toggles the value. + +**Arguments:** + - ``[use_tick]`` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle. + +.. _core-command-helpset-verifychecks: + +"""""""""""""""""""" +helpset verifychecks +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset verifychecks [verify] + +**Description** + +Sets if commands which can't be run in the current context should be filtered from help. + +Defaults to True. +Using this without a setting will toggle. + +**Examples:** + - ``[p]helpset verifychecks False`` - Enables showing unusable commands in help. + - ``[p]helpset verifychecks`` - Toggles the value. + +**Arguments:** + - ``[verify]`` - Whether to hide unusable commands in help. Leave blank to toggle. + +.. _core-command-helpset-verifyexists: + +"""""""""""""""""""" +helpset verifyexists +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]helpset verifyexists [verify] + +**Description** + +Sets whether the bot should respond to help commands for nonexistent topics. + +When enabled, this will indicate the existence of help topics, even if the user can't use it. + +.. Note:: This setting on its own does not fully prevent command enumeration. + + +Defaults to False. +Using this without a setting will toggle. + +**Examples:** + - ``[p]helpset verifyexists True`` - Enables sending help for nonexistent topics. + - ``[p]helpset verifyexists`` - Toggles the value. + +**Arguments:** + - ``[verify]`` - Whether to respond to help for nonexistent topics. Leave blank to toggle. + +.. _core-command-ignore: + +^^^^^^ +ignore +^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]ignore + +**Description** + +Commands to add servers or channels to the ignore list. + +The ignore list will prevent the bot from responding to commands in the configured locations. + +.. Note:: Owners and Admins override the ignore list. + + +.. _core-command-ignore-channel: + +"""""""""""""" +ignore channel +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]ignore channel [channel] + +**Description** + +Ignore commands in the channel, thread, or category. + +Defaults to the current thread or channel. + +.. Note:: Owners, Admins, and those with Manage Channel permissions override ignored channels. + + +**Examples:** + - ``[p]ignore channel #general`` - Ignores commands in the #general channel. + - ``[p]ignore channel`` - Ignores commands in the current channel. + - ``[p]ignore channel "General Channels"`` - Use quotes for categories with spaces. + - ``[p]ignore channel 356236713347252226`` - Also accepts IDs. + +**Arguments:** + - ```` - The channel to ignore. This can also be a thread or category channel. + +.. _core-command-ignore-list: + +""""""""""" +ignore list +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]ignore list + +**Description** + +List the currently ignored servers and channels. + +**Example:** + - ``[p]ignore list`` + +.. _core-command-ignore-server: + +""""""""""""" +ignore server +""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]ignore server + +.. tip:: Alias: ``ignore guild`` + +**Description** + +Ignore commands in this server. + +.. Note:: Owners, Admins, and those with Manage Server permissions override ignored servers. + + +**Example:** + - ``[p]ignore server`` - Ignores the current server + +.. _core-command-info: + +^^^^ +info +^^^^ + +**Syntax** + +.. code-block:: none + + [p]info + +**Description** + +Shows info about Red. + +.. _core-command-invite: + +^^^^^^ +invite +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]invite + +**Description** + +Shows Red's invite url. + +This will always send the invite to DMs to keep it private. + +This command is locked to the owner unless ``[p]inviteset public`` is set to True. + +**Example:** + - ``[p]invite`` + +.. _core-command-inviteset: + +^^^^^^^^^ +inviteset +^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]inviteset + +**Description** + +Commands to setup Red's invite settings. + +.. _core-command-inviteset-perms: + +""""""""""""""" +inviteset perms +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]inviteset perms + +**Description** + +Make the bot create its own role with permissions on join. + +The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot. + +For that, you need to provide a valid permissions level. +You can generate one here: https://discordapi.com/permissions.html + +Please note that you might need two factor authentication for some permissions. + +**Example:** + - ``[p]inviteset perms 134217728`` - Adds a "Manage Nicknames" permission requirement to the invite. + +**Arguments:** + - ```` - The permission level to require for the bot in the generated invite. + +.. _core-command-inviteset-public: + +"""""""""""""""" +inviteset public +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]inviteset public [confirm=False] + +**Description** + +Toggles if ``[p]invite`` should be accessible for the average user. + +The bot must be made into a ``Public bot`` in the developer dashboard for public invites to work. + +**Example:** + - ``[p]inviteset public yes`` - Toggles the public invite setting. + +**Arguments:** + - ``[confirm]`` - Required to set to public. Not required to toggle back to private. + +.. _core-command-leave: + +^^^^^ +leave +^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]leave [servers...] + +**Description** + +Leaves servers. + +If no server IDs are passed the local server will be left instead. + +.. Note:: This command is interactive. + + +**Examples:** + - ``[p]leave`` - Leave the current server. + - ``[p]leave "Red - Discord Bot"`` - Quotes are necessary when there are spaces in the name. + - ``[p]leave 133049272517001216 240154543684321280`` - Leaves multiple servers, using IDs. + +**Arguments:** + - ``[servers...]`` - The servers to leave. When blank, attempts to leave the current server. + +.. _core-command-licenseinfo: + +^^^^^^^^^^^ +licenseinfo +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]licenseinfo + +.. tip:: Alias: ``licenceinfo`` + +**Description** + +Get info about Red's licenses. + +.. _core-command-load: + +^^^^ +load +^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]load + +**Description** + +Loads cog packages from the local paths and installed cogs. + +See packages available to load with ``[p]cogs``. + +Additional cogs can be added using Downloader, or from local paths using ``[p]addpath``. + +**Examples:** + - ``[p]load general`` - Loads the ``general`` cog. + - ``[p]load admin mod mutes`` - Loads multiple cogs. + +**Arguments:** + - ```` - The cog packages to load. + +.. _core-command-localallowlist: + +^^^^^^^^^^^^^^ +localallowlist +^^^^^^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]localallowlist + +.. tip:: Alias: ``localwhitelist`` + +**Description** + +Commands to manage the server specific allowlist. + +.. Warning:: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server. + + +Use ``[p]localallowlist clear`` to disable the allowlist + +.. _core-command-localallowlist-add: + +"""""""""""""""""" +localallowlist add +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localallowlist add + +**Description** + +Adds a user or role to the server allowlist. + +**Examples:** + - ``[p]localallowlist add @26 @Will`` - Adds two users to the local allowlist. + - ``[p]localallowlist add 262626262626262626`` - Allows a user by ID. + - ``[p]localallowlist add "Super Admins"`` - Allows a role with a space in the name without mentioning. + +**Arguments:** + - ```` - The users or roles to remove from the local allowlist. + +.. _core-command-localallowlist-clear: + +"""""""""""""""""""" +localallowlist clear +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localallowlist clear + +**Description** + +Clears the allowlist. + +This disables the local allowlist and clears all entires. + +**Example:** + - ``[p]localallowlist clear`` + +.. _core-command-localallowlist-list: + +""""""""""""""""""" +localallowlist list +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localallowlist list + +**Description** + +Lists users and roles on the server allowlist. + +**Example:** + - ``[p]localallowlist list`` + +.. _core-command-localallowlist-remove: + +""""""""""""""""""""" +localallowlist remove +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localallowlist remove + +**Description** + +Removes user or role from the allowlist. + +The local allowlist will be disabled if all users are removed. + +**Examples:** + - ``[p]localallowlist remove @26 @Will`` - Removes two users from the local allowlist. + - ``[p]localallowlist remove 262626262626262626`` - Removes a user by ID. + - ``[p]localallowlist remove "Super Admins"`` - Removes a role with a space in the name without mentioning. + +**Arguments:** + - ```` - The users or roles to remove from the local allowlist. + +.. _core-command-localblocklist: + +^^^^^^^^^^^^^^ +localblocklist +^^^^^^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]localblocklist + +.. tip:: Alias: ``localblacklist`` + +**Description** + +Commands to manage the server specific blocklist. + +Use ``[p]localblocklist clear`` to disable the blocklist + +.. _core-command-localblocklist-add: + +"""""""""""""""""" +localblocklist add +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localblocklist add + +**Description** + +Adds a user or role to the local blocklist. + +**Examples:** + - ``[p]localblocklist add @26 @Will`` - Adds two users to the local blocklist. + - ``[p]localblocklist add 262626262626262626`` - Blocks a user by ID. + - ``[p]localblocklist add "Bad Apples"`` - Blocks a role with a space in the name without mentioning. + +**Arguments:** + - ```` - The users or roles to add to the local blocklist. + +.. _core-command-localblocklist-clear: + +"""""""""""""""""""" +localblocklist clear +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localblocklist clear + +**Description** + +Clears the server blocklist. + +This disabled the server blocklist and clears all entries. + +**Example:** + - ``[p]blocklist clear`` + +.. _core-command-localblocklist-list: + +""""""""""""""""""" +localblocklist list +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localblocklist list + +**Description** + +Lists users and roles on the server blocklist. + +**Example:** + - ``[p]localblocklist list`` + +.. _core-command-localblocklist-remove: + +""""""""""""""""""""" +localblocklist remove +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]localblocklist remove + +**Description** + +Removes user or role from blocklist. + +**Examples:** + - ``[p]localblocklist remove @26 @Will`` - Removes two users from the local blocklist. + - ``[p]localblocklist remove 262626262626262626`` - Unblocks a user by ID. + - ``[p]localblocklist remove "Bad Apples"`` - Unblocks a role with a space in the name without mentioning. + +**Arguments:** + - ```` - The users or roles to remove from the local blocklist. + +.. _core-command-modlogset: + +^^^^^^^^^ +modlogset +^^^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]modlogset + +**Description** + +Manage modlog settings. + +.. _core-command-modlogset-cases: + +""""""""""""""" +modlogset cases +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modlogset cases [action] + +**Description** + +Enable or disable case creation for a mod action, like disabling warnings, enabling bans, etc. + +**Examples:** + - ``[p]modlogset cases kick`` - Enables/disables modlog messages for kicks. + - ``[p]modlogset cases ban`` - Enables/disables modlog messages for bans. + +**Arguments:** + - ``[action]`` - The type of mod action to be enabled/disabled for case creation. + + +.. _core-command-modlogset-modlog: + +"""""""""""""""" +modlogset modlog +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modlogset modlog [channel] + +.. tip:: Alias: ``modlogset channel`` + +**Description** + +Set a channel as the modlog. + +**Arguments** + +* ``[channel]``: The channel to set as the modlog. If omitted, the modlog will be disabled. + +.. _core-command-modlogset-resetcases: + +"""""""""""""""""""" +modlogset resetcases +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modlogset resetcases + +**Description** + +Reset all modlog cases in this server. + +.. _core-command-mydata: + +^^^^^^ +mydata +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]mydata + +**Description** + +Commands which interact with the data Red has about you. + +More information can be found in the :doc:`End User Data Documentation.<../red_core_data_statement>` + +.. _core-command-mydata-3rdparty: + +""""""""""""""" +mydata 3rdparty +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata 3rdparty + +**Description** + +View the End User Data statements of each 3rd-party module. + +This will send an attachment with the End User Data statements of all loaded 3rd party cogs. + +**Example:** + - ``[p]mydata 3rdparty`` + +.. _core-command-mydata-forgetme: + +""""""""""""""" +mydata forgetme +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata forgetme + +**Description** + +Have Red forget what it knows about you. + +This may not remove all data about you, data needed for operation, +such as command cooldowns will be kept until no longer necessary. + +Further interactions with Red may cause it to learn about you again. + +**Example:** + - ``[p]mydata forgetme`` + +.. _core-command-mydata-getmydata: + +"""""""""""""""" +mydata getmydata +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata getmydata + +**Description** + +[Coming Soon] Get what data Red has about you. + +.. _core-command-mydata-ownermanagement: + +"""""""""""""""""""""" +mydata ownermanagement +"""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]mydata ownermanagement + +**Description** + +Commands for more complete data handling. + +.. _core-command-mydata-ownermanagement-allowuserdeletions: + +""""""""""""""""""""""""""""""""""""""""" +mydata ownermanagement allowuserdeletions +""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata ownermanagement allowuserdeletions + +**Description** + +Set the bot to allow users to request a data deletion. + +This is on by default. +Opposite of ``[p]mydata ownermanagement disallowuserdeletions`` + +**Example:** + - ``[p]mydata ownermanagement allowuserdeletions`` + +.. _core-command-mydata-ownermanagement-deleteforuser: + +"""""""""""""""""""""""""""""""""""" +mydata ownermanagement deleteforuser +"""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata ownermanagement deleteforuser + +**Description** + +Delete data Red has about a user for a user. + +This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. +Users have access to a different command for this unless they can't interact with the bot at all. +This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. + +**Arguments:** + - ```` - The id of the user whose data would be deleted. + +.. _core-command-mydata-ownermanagement-deleteuserasowner: + +"""""""""""""""""""""""""""""""""""""""" +mydata ownermanagement deleteuserasowner +"""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata ownermanagement deleteuserasowner + +**Description** + +Delete data Red has about a user. + +This will cause the bot to get rid of or disassociate a lot of data about the specified user. +This may include more than just end user data, including anti abuse records. + +**Arguments:** + - ```` - The id of the user whose data would be deleted. + +.. _core-command-mydata-ownermanagement-disallowuserdeletions: + +"""""""""""""""""""""""""""""""""""""""""""" +mydata ownermanagement disallowuserdeletions +"""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata ownermanagement disallowuserdeletions + +**Description** + +Set the bot to not allow users to request a data deletion. + +Opposite of ``[p]mydata ownermanagement allowuserdeletions`` + +**Example:** + - ``[p]mydata ownermanagement disallowuserdeletions`` + +.. _core-command-mydata-ownermanagement-processdiscordrequest: + +"""""""""""""""""""""""""""""""""""""""""""" +mydata ownermanagement processdiscordrequest +"""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata ownermanagement processdiscordrequest + +**Description** + +Handle a deletion request from Discord. + +This will cause the bot to get rid of or disassociate all data from the specified user ID. +You should not use this unless Discord has specifically requested this with regard to a deleted user. +This will remove the user from various anti-abuse measures. +If you are processing a manual request from a user, you may want ``[p]mydata ownermanagement deleteforuser`` instead. + +**Arguments:** + - ```` - The id of the user whose data would be deleted. + +.. _core-command-mydata-ownermanagement-setuserdeletionlevel: + +""""""""""""""""""""""""""""""""""""""""""" +mydata ownermanagement setuserdeletionlevel +""""""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata ownermanagement setuserdeletionlevel + +**Description** + +Sets how user deletions are treated. + +**Example:** + - ``[p]mydata ownermanagement setuserdeletionlevel 1`` + +**Arguments:** + - ```` - The strictness level for user deletion. See Level guide below. + +Level: + - ``0``: What users can delete is left entirely up to each cog. + - ``1``: Cogs should delete anything the cog doesn't need about the user. + +.. _core-command-mydata-whatdata: + +""""""""""""""" +mydata whatdata +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]mydata whatdata + +**Description** + +Find out what type of data Red stores and why. + +**Example:** + - ``[p]mydata whatdata`` + +.. _core-command-reload: + +^^^^^^ +reload +^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]reload + +**Description** + +Reloads cog packages. + +This will unload and then load the specified cogs. + +Cogs that were not loaded will only be loaded. + +**Examples:** + - ``[p]reload general`` - Unloads then loads the ``general`` cog. + - ``[p]reload admin mod mutes`` - Unloads then loads multiple cogs. + +**Arguments:** + - ```` - The cog packages to reload. + +.. _core-command-restart: + +^^^^^^^ +restart +^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]restart [silently=False] + +**Description** + +Attempts to restart Red. + +Makes Red quit with exit code 26. +The restart is not guaranteed: it must be dealt with by the process manager in use. + +**Examples:** + - ``[p]restart`` + - ``[p]restart True`` - Restarts silently. + +**Arguments:** + - ``[silently]`` - Whether to skip sending the restart message. Defaults to False. + +.. _core-command-servers: + +^^^^^^^ +servers +^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]servers + +**Description** + +Lists the servers Red is currently in. + +.. Note:: This command is interactive. + + +.. _core-command-set: + +^^^ +set +^^^ + +**Syntax** + +.. code-block:: none + + [p]set + +**Description** + +Commands for changing Red's settings. + +.. _core-command-set-api: + +""""""" +set api +""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set api + +**Description** + +Commands to set, list or remove various external API tokens. + +This setting will be asked for by some 3rd party cogs and some core cogs. + +To add the keys provide the service name and the tokens as a comma separated +list of key,values as described by the cog requesting this command. + +.. Note:: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot. + + +**Examples:** + - ``[p]set api spotify redirect_uri localhost`` + - ``[p]set api github client_id,whoops client_secret,whoops`` + +**Arguments:** + - ```` - The service you're adding tokens to. + - ```` - Pairs of token keys and values. The key and value should be separated by one of `` ``, ``,``, or ``;``. + +.. _core-command-set-api-list: + +"""""""""""" +set api list +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set api list + +**Description** + +Show all external API services along with their keys that have been set. + +Secrets are not shown. + +**Example:** + - ``[p]set api list`` + +.. _core-command-set-api-remove: + +"""""""""""""" +set api remove +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set api remove + +**Description** + +Remove the given services with all their keys and tokens. + +**Examples:** + - ``[p]set api remove spotify`` + - ``[p]set api remove github youtube`` + +**Arguments:** + - ```` - The services to remove. + +.. _core-command-set-bot: + +""""""" +set bot +""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]set bot + +**Description** + +Commands for changing Red's metadata. + +.. _core-command-set-bot-avatar: + +"""""""""""""" +set bot avatar +"""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set bot avatar [url] + +**Description** + +Sets Red's avatar + +Supports either an attachment or an image URL. + +**Examples:** + - ``[p]set bot avatar`` - With an image attachment, this will set the avatar. + - ``[p]set bot avatar`` - Without an attachment, this will show the command help. + - ``[p]set bot avatar https://links.flaree.xyz/k95`` - Sets the avatar to the provided url. + +**Arguments:** + - ``[url]`` - An image url to be used as an avatar. Leave blank when uploading an attachment. + +.. _core-command-set-bot-avatar-remove: + +""""""""""""""""""""" +set bot avatar remove +""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set bot avatar remove + +.. tip:: Alias: ``set bot avatar clear`` + +**Description** + +Removes Red's avatar. + +**Example:** + - ``[p]set bot avatar remove`` + +.. _core-command-set-bot-custominfo: + +"""""""""""""""""" +set bot custominfo +"""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set bot custominfo [text] + +**Description** + +Customizes a section of ``[p]info``. + +The maximum amount of allowed characters is 1024. +Supports markdown, links and "mentions". + +Link example: ``[My link](https://example.com)`` + +**Examples:** + - ``[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`` + - ``[p]set bot custominfo Join my [support server](discord.gg/discord)!`` + - ``[p]set bot custominfo`` - Removes custom info text. + +**Arguments:** + - ``[text]`` - The custom info text. + +.. _core-command-set-bot-description: + +""""""""""""""""""" +set bot description +""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set bot description [description] + +**Description** + +Sets the bot's description. + +Use without a description to reset. +This is shown in a few locations, including the help menu. + +The maximum description length is 250 characters to ensure it displays properly. + +The default is "Red V3". + +**Examples:** + - ``[p]set bot description`` - Resets the description to the default setting. + - ``[p]set bot description MyBot: A Red V3 Bot`` + +**Arguments:** + - ``[description]`` - The description to use for this bot. Leave blank to reset to the default. + +.. _core-command-set-bot-nickname: + +"""""""""""""""" +set bot nickname +"""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]set bot nickname [nickname] + +**Description** + +Sets Red's nickname for the current server. + +Maximum length for a nickname is 32 characters. + +**Example:** + - ``[p]set bot nickname 🎃 SpookyBot 🎃`` + +**Arguments:** + - ``[nickname]`` - The nickname to give the bot. Leave blank to clear the current nickname. + +.. _core-command-set-bot-username: + +"""""""""""""""" +set bot username +"""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set bot username + +.. tip:: Alias: ``set bot name`` + +**Description** + +Sets Red's username. + +Maximum length for a username is 32 characters. + +.. Note:: The username of a verified bot cannot be manually changed. + + Please contact Discord support to change it. + +**Example:** + - ``[p]set bot username BaguetteBot`` + +**Arguments:** + - ```` - The username to give the bot. + +.. _core-command-set-colour: + +"""""""""" +set colour +"""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set colour [colour] + +.. tip:: Alias: ``set color`` + +**Description** + +Sets a default colour to be used for the bot's embeds. + +Acceptable values for the colour parameter can be found at: + +https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter + +**Examples:** + - ``[p]set colour dark red`` + - ``[p]set colour blurple`` + - ``[p]set colour 0x5DADE2`` + - ``[p]set color 0x#FDFEFE`` + - ``[p]set color #7F8C8D`` + +**Arguments:** + - ``[colour]`` - The colour to use for embeds. Leave blank to set to the default value (red). + +.. _core-command-set-deletedelay: + +""""""""""""""" +set deletedelay +""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set deletedelay [time] + +**Description** + +Set the delay until the bot removes the command message. + +Must be between -1 and 60. + +Set to -1 to disable this feature. + +This is only applied to the current server and not globally. + +**Examples:** + - ``[p]set deletedelay`` - Shows the current delete delay setting. + - ``[p]set deletedelay 60`` - Sets the delete delay to the max of 60 seconds. + - ``[p]set deletedelay -1`` - Disables deleting command messages. + +**Arguments:** + - ``[time]`` - The seconds to wait before deleting the command message. Use -1 to disable. + +.. _core-command-set-errormsg: + +"""""""""""" +set errormsg +"""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set errormsg [msg] + +**Description** + +Set the message that will be sent on uncaught bot errors. + +To include the command name in the message, use the ``{command}`` placeholder. + +If you omit the ``msg`` argument, the message will be reset to the default one. + +**Examples:** + - ``[p]set errormsg`` - Resets the error message back to the default: "Error in command '{command}'.". If the command invoker is one of the bot owners, the message will also include "Check your console or logs for details.". + - ``[p]set errormsg Oops, the command {command} has failed! Please try again later.`` - Sets the error message to a custom one. + +**Arguments:** + - ``[msg]`` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one. + +.. _core-command-set-fuzzy: + +""""""""" +set fuzzy +""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set fuzzy + +**Description** + +Toggle whether to enable fuzzy command search in DMs. + +This allows the bot to identify potential misspelled commands and offer corrections. + +Default is for fuzzy command search to be disabled. + +**Example:** + - ``[p]set fuzzy`` + +.. _core-command-set-locale: + +"""""""""" +set locale +"""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set locale + +**Description** + +Changes the bot's locale in this server. + +Go to `Red's Crowdin page `_ to see locales that are available with translations. + +Use "default" to return to the bot's default set language. + +If you want to change bot's global locale, see ``[p]set locale global`` command. + +**Examples:** + - ``[p]set locale en-US`` + - ``[p]set locale de-DE`` + - ``[p]set locale fr-FR`` + - ``[p]set locale pl-PL`` + - ``[p]set locale default`` - Resets to the global default locale. + +**Arguments:** + - ```` - The default locale to use for the bot. This can be any language code with country code included. + +.. _core-command-set-locale-global: + +""""""""""""""""" +set locale global +""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set locale global + +**Description** + +Changes the bot's default locale. + +This will be used when a server has not set a locale, or in DMs. + +Go to `Red's Crowdin page `_ to see locales that are available with translations. + +To reset to English, use "en-US". + +**Examples:** + - ``[p]set locale global en-US`` + - ``[p]set locale global de-DE`` + - ``[p]set locale global fr-FR`` + - ``[p]set locale global pl-PL`` + +**Arguments:** + - ```` - The default locale to use for the bot. This can be any language code with country code included. + +.. _core-command-set-locale-server: + +""""""""""""""""" +set locale server +""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set locale server + +.. tip:: Aliases: ``set locale local``, ``set locale guild`` + +**Description** + +Changes the bot's locale in this server. + +Go to `Red's Crowdin page `_ to see locales that are available with translations. + +Use "default" to return to the bot's default set language. + +**Examples:** + - ``[p]set locale server en-US`` + - ``[p]set locale server de-DE`` + - ``[p]set locale server fr-FR`` + - ``[p]set locale server pl-PL`` + - ``[p]set locale server default`` - Resets to the global default locale. + +**Arguments:** + - ```` - The default locale to use for the bot. This can be any language code with country code included. + +.. _core-command-set-ownernotifications: + +"""""""""""""""""""""" +set ownernotifications +"""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set ownernotifications + +**Description** + +Commands for configuring owner notifications. + +Owner notifications include usage of ``[p]contact`` and available Red updates. + +.. _core-command-set-ownernotifications-adddestination: + +""""""""""""""""""""""""""""""""""""" +set ownernotifications adddestination +""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set ownernotifications adddestination + +**Description** + +Adds a destination text channel to receive owner notifications. + +**Examples:** + - ``[p]set ownernotifications adddestination #owner-notifications`` + - ``[p]set ownernotifications adddestination 168091848718417920`` - Accepts channel IDs. + +**Arguments:** + - ```` - The channel to send owner notifications to. + +.. _core-command-set-ownernotifications-listdestinations: + +""""""""""""""""""""""""""""""""""""""" +set ownernotifications listdestinations +""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set ownernotifications listdestinations + +**Description** + +Lists the configured extra destinations for owner notifications. + +**Example:** + - ``[p]set ownernotifications listdestinations`` + +.. _core-command-set-ownernotifications-optin: + +"""""""""""""""""""""""""""" +set ownernotifications optin +"""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set ownernotifications optin + +**Description** + +Opt-in on receiving owner notifications. + +This is the default state. + +.. Note:: This will only resume sending owner notifications to your DMs. + + Additional owners and destinations will not be affected. + +**Example:** + - ``[p]set ownernotifications optin`` + +.. _core-command-set-ownernotifications-optout: + +""""""""""""""""""""""""""""" +set ownernotifications optout +""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set ownernotifications optout + +**Description** + +Opt-out of receiving owner notifications. + +.. Note:: This will only stop sending owner notifications to your DMs. + + Additional owners and destinations will still receive notifications. + +**Example:** + - ``[p]set ownernotifications optout`` + +.. _core-command-set-ownernotifications-removedestination: + +"""""""""""""""""""""""""""""""""""""""" +set ownernotifications removedestination +"""""""""""""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set ownernotifications removedestination + +.. tip:: Aliases: ``set ownernotifications remdestination``, ``set ownernotifications deletedestination``, ``set ownernotifications deldestination`` + +**Description** + +Removes a destination text channel from receiving owner notifications. + +**Examples:** + - ``[p]set ownernotifications removedestination #owner-notifications`` + - ``[p]set ownernotifications deletedestination 168091848718417920`` - Accepts channel IDs. + +**Arguments:** + - ```` - The channel to stop sending owner notifications to. + +.. _core-command-set-prefix: + +"""""""""" +set prefix +"""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set prefix + +.. tip:: Alias: ``set prefixes`` + +**Description** + +Sets Red's global prefix(es). + +.. Warning:: This is not additive. It will replace all current prefixes. + + +See also the ``--mentionable`` flag to enable mentioning the bot as the prefix. + +**Examples:** + - ``[p]set prefix !`` + - ``[p]set prefix "! "`` - Quotes are needed to use spaces in prefixes. + - ``[p]set prefix "@Red "`` - This uses a mention as the prefix. See also the ``--mentionable`` flag. + - ``[p]set prefix ! ? .`` - Sets multiple prefixes. + +**Arguments:** + - ```` - The prefixes the bot will respond to globally. + +.. _core-command-set-regionalformat: + +"""""""""""""""""" +set regionalformat +"""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set regionalformat + +.. tip:: Alias: ``set region`` + +**Description** + +Changes the bot's regional format in this server. This is used for formatting date, time and numbers. + +``language_code`` can be any language code with country code included, e.g. ``en-US``, ``de-DE``, ``fr-FR``, ``pl-PL``, etc. +Pass "reset" to ``language_code`` to base regional formatting on bot's locale in this server. + +If you want to change bot's global regional format, see ``[p]set regionalformat global`` command. + +**Examples:** + - ``[p]set regionalformat en-US`` + - ``[p]set region de-DE`` + - ``[p]set regionalformat reset`` - Resets to the locale. + +**Arguments:** + - ``[language_code]`` - The region format to use for the bot in this server. + +.. _core-command-set-regionalformat-global: + +""""""""""""""""""""""""" +set regionalformat global +""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set regionalformat global + +**Description** + +Changes the bot's regional format. This is used for formatting date, time and numbers. + +``language_code`` can be any language code with country code included, e.g. ``en-US``, ``de-DE``, ``fr-FR``, ``pl-PL``, etc. +Pass "reset" to ``language_code`` to base regional formatting on bot's locale. + +**Examples:** + - ``[p]set regionalformat global en-US`` + - ``[p]set region global de-DE`` + - ``[p]set regionalformat global reset`` - Resets to the locale. + +**Arguments:** + - ``[language_code]`` - The default region format to use for the bot. + +.. _core-command-set-regionalformat-server: + +""""""""""""""""""""""""" +set regionalformat server +""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set regionalformat server + +.. tip:: Aliases: ``set regionalformat local``, ``set regionalformat guild`` + +**Description** + +Changes the bot's regional format in this server. This is used for formatting date, time and numbers. + +``language_code`` can be any language code with country code included, e.g. ``en-US``, ``de-DE``, ``fr-FR``, ``pl-PL``, etc. +Pass "reset" to ``language_code`` to base regional formatting on bot's locale in this server. + +**Examples:** + - ``[p]set regionalformat server en-US`` + - ``[p]set region local de-DE`` + - ``[p]set regionalformat server reset`` - Resets to the locale. + +**Arguments:** + - ``[language_code]`` - The region format to use for the bot in this server. + +.. _core-command-set-roles: + +""""""""" +set roles +""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set roles + +**Description** + +Set server's admin and mod roles for Red. + +.. _core-command-set-roles-addadminrole: + +"""""""""""""""""""""" +set roles addadminrole +"""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set roles addadminrole + +**Description** + +Adds an admin role for this guild. + +Admins have the same access as Mods, plus additional admin level commands like: + - ``[p]set serverprefix`` + - ``[p]addrole`` + - ``[p]ban`` + - ``[p]ignore guild`` + + And more. + + **Examples:** + - ``[p]set roles addadminrole @Admins`` + - ``[p]set roles addadminrole Super Admins`` + +**Arguments:** + - ```` - The role to add as an admin. + +.. _core-command-set-roles-addmodrole: + +"""""""""""""""""""" +set roles addmodrole +"""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set roles addmodrole + +**Description** + +Adds a moderator role for this guild. + +This grants access to moderator level commands like: + - ``[p]mute`` + - ``[p]cleanup`` + - ``[p]customcommand create`` + + And more. + + **Examples:** + - ``[p]set roles addmodrole @Mods`` + - ``[p]set roles addmodrole Loyal Helpers`` + +**Arguments:** + - ```` - The role to add as a moderator. + +.. _core-command-set-roles-removeadminrole: + +""""""""""""""""""""""""" +set roles removeadminrole +""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set roles removeadminrole + +.. tip:: Aliases: ``set roles remadmindrole``, ``set roles deladminrole``, ``set roles deleteadminrole`` + +**Description** + +Removes an admin role for this guild. + +**Examples:** + - ``[p]set roles removeadminrole @Admins`` + - ``[p]set roles removeadminrole Super Admins`` + +**Arguments:** + - ```` - The role to remove from being an admin. + +.. _core-command-set-roles-removemodrole: + +""""""""""""""""""""""" +set roles removemodrole +""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set roles removemodrole + +.. tip:: Aliases: ``set roles remmodrole``, ``set roles delmodrole``, ``set roles deletemodrole`` + +**Description** + +Removes a mod role for this guild. + +**Examples:** + - ``[p]set roles removemodrole @Mods`` + - ``[p]set roles removemodrole Loyal Helpers`` + +**Arguments:** + - ```` - The role to remove from being a moderator. + +.. _core-command-set-serverfuzzy: + +""""""""""""""" +set serverfuzzy +""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set serverfuzzy + +**Description** + +Toggle whether to enable fuzzy command search for the server. + +This allows the bot to identify potential misspelled commands and offer corrections. + +.. Note:: This can be processor intensive and may be unsuitable for larger servers. + + +Default is for fuzzy command search to be disabled. + +**Example:** + - ``[p]set serverfuzzy`` + +.. _core-command-set-serverprefix: + +"""""""""""""""" +set serverprefix +"""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]set serverprefix [prefixes...] + +.. tip:: Alias: ``set serverprefixes`` + +**Description** + +Sets Red's server prefix(es). + +.. Warning:: This will override global prefixes, the bot will not respond to any global prefixes in this server. + + This is not additive. It will replace all current server prefixes. + + You cannot have a prefix with more than 25 characters. + +**Examples:** + - ``[p]set serverprefix !`` + - ``[p]set serverprefix "! "`` - Quotes are needed to use spaces in prefixes. + - ``[p]set serverprefix "@Red "`` - This uses a mention as the prefix. + - ``[p]set serverprefix ! ? .`` - Sets multiple prefixes. + +**Arguments:** + - ``[prefixes...]`` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes. + +.. _core-command-set-showsettings: + +"""""""""""""""" +set showsettings +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]set showsettings + +**Description** + +Show the current settings for Red. + +.. _core-command-set-status: + +"""""""""" +set status +"""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status + +**Description** + +Commands for setting Red's status. + +.. _core-command-set-status-competing: + +"""""""""""""""""""" +set status competing +"""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status competing [competing] + +**Description** + +Sets Red's competing status. + +This will appear as ``Competing in ``. + +Maximum length for a competing status is 128 characters. + +**Examples:** + - ``[p]set status competing`` - Clears the activity status. + - ``[p]set status competing London 2012 Olympic Games`` + +**Arguments:** + - ``[competing]`` - The text to follow ``Competing in``. Leave blank to clear the current activity status. + +.. _core-command-set-status-dnd: + +"""""""""""""" +set status dnd +"""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status dnd + +.. tip:: Aliases: ``set status donotdisturb``, ``set status busy`` + +**Description** + +Sets Red's status to do not disturb. + +.. _core-command-set-status-idle: + +""""""""""""""" +set status idle +""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status idle + +.. tip:: Aliases: ``set status away``, ``set status afk`` + +**Description** + +Sets Red's status to idle. + +.. _core-command-set-status-invisible: + +"""""""""""""""""""" +set status invisible +"""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status invisible + +.. tip:: Alias: ``set status offline`` + +**Description** + +Sets Red's status to invisible. + +.. _core-command-set-status-listening: + +"""""""""""""""""""" +set status listening +"""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status listening [listening] + +**Description** + +Sets Red's listening status. + +This will appear as ``Listening to ``. + +Maximum length for a listening status is 128 characters. + +**Examples:** + - ``[p]set status listening`` - Clears the activity status. + - ``[p]set status listening jams`` + +**Arguments:** + - ``[listening]`` - The text to follow ``Listening to``. Leave blank to clear the current activity status. + +.. _core-command-set-status-online: + +""""""""""""""""" +set status online +""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status online + +**Description** + +Sets Red's status to online. + +.. _core-command-set-status-playing: + +"""""""""""""""""" +set status playing +"""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status playing [game] + +.. tip:: Alias: ``set status game`` + +**Description** + +Sets Red's playing status. + +This will appear as ``Playing `` or ``PLAYING A GAME: `` depending on the context. + +Maximum length for a playing status is 128 characters. + +**Examples:** + - ``[p]set status playing`` - Clears the activity status. + - ``[p]set status playing the keyboard`` + +**Arguments:** + - ``[game]`` - The text to follow ``Playing``. Leave blank to clear the current activity status. + +.. _core-command-set-status-streaming: + +"""""""""""""""""""" +set status streaming +"""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status streaming [( )] + +.. tip:: Aliases: ``set status stream``, ``set status twitch`` + +**Description** + +Sets Red's streaming status to a twitch stream. + +This will appear as ``Streaming `` or ``LIVE ON TWITCH`` depending on the context. +It will also include a ``Watch`` button with a twitch.tv url for the provided streamer. + +Maximum length for a stream title is 128 characters. + +Leaving both streamer and stream_title empty will clear it. + +**Examples:** + - ``[p]set status stream`` - Clears the activity status. + - ``[p]set status stream 26 Twentysix is streaming`` - Sets the stream to ``https://www.twitch.tv/26``. + - ``[p]set status stream https://twitch.tv/26 Twentysix is streaming`` - Sets the URL manually. + +**Arguments:** + - ```` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL. + - ```` - The text to follow ``Streaming`` in the status. + +.. _core-command-set-status-watching: + +""""""""""""""""""" +set status watching +""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set status watching [watching] + +**Description** + +Sets Red's watching status. + +This will appear as ``Watching ``. + +Maximum length for a watching status is 128 characters. + +**Examples:** + - ``[p]set status watching`` - Clears the activity status. + - ``[p]set status watching [p]help`` + +**Arguments:** + - ``[watching]`` - The text to follow ``Watching``. Leave blank to clear the current activity status. + +.. _core-command-set-usebotcolour: + +"""""""""""""""" +set usebotcolour +"""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]set usebotcolour + +.. tip:: Alias: ``set usebotcolor`` + +**Description** + +Toggle whether to use the bot owner-configured colour for embeds. + +Default is to use the bot's configured colour. +Otherwise, the colour used will be the colour of the bot's top role. + +**Example:** + - ``[p]set usebotcolour`` + +.. _core-command-set-usebuttons: + +"""""""""""""" +set usebuttons +"""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]set usebuttons [use_buttons] + +**Description** + +Set a global bot variable for using buttons in menus. When enabled, all usage of +cores menus API will use buttons instead of reactions. This defaults to False. +Using this without a setting will toggle. + +**Examples:** +- ``[p]set usebuttons True`` - Enables using buttons. +- ``[p]helpset usebuttons`` - Toggles the value. + +**Arguments:** + - ``[use_buttons]`` - Whether to use buttons. Leave blank to toggle. + +.. _core-command-shutdown: + +^^^^^^^^ +shutdown +^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]shutdown [silently=False] + +**Description** + +Shuts down the bot. + +Allows Red to shut down gracefully. + +This is the recommended method for shutting down the bot. + +**Examples:** + - ``[p]shutdown`` + - ``[p]shutdown True`` - Shutdowns silently. + +**Arguments:** + - ``[silently]`` - Whether to skip sending the shutdown message. Defaults to False. + +.. _core-command-slash: + +^^^^^ +slash +^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]slash + +**Description** + +Base command for managing what application commands are able to be used on Red. + +.. _core-command-slash-disable: + +""""""""""""" +slash disable +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]slash disable [command_type] + +**Description** + +Marks an application command as being disabled, preventing it from being added to the bot. +See commands available to disable with ``[p]slash list``. This command does NOT sync the +enabled commands with Discord, that must be done manually with ``[p]slash sync`` for +commands to appear in users' clients. + +**Arguments:** + - ```` - The command name to disable. Only the top level name of a group command should be used. + - ``[command_type]`` - What type of application command to disable. Must be one of ``slash``, ``message``, or ``user``. Defaults to ``slash``. + +.. _core-command-slash-disablecog: + +"""""""""""""""" +slash disablecog +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]slash disablecog + +**Description** + +Marks all application commands in a cog as being disabled, preventing them from being +added to the bot. See a list of cogs with application commands with ``[p]slash list``. +This command does NOT sync the enabled commands with Discord, that must be done manually +with ``[p]slash sync`` for commands to appear in users' clients. + +**Arguments:** + - ```` - The cog to disable commands from. This argument is case sensitive. + +.. _core-command-slash-enable: + +"""""""""""" +slash enable +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]slash enable [command_type] + +**Description** + +Marks an application command as being enabled, allowing it to be added to the bot. +See commands available to enable with ``[p]slash list``. This command does NOT sync the +enabled commands with Discord, that must be done manually with ``[p]slash sync`` for +commands to appear in users' clients. + +**Arguments:** + - ```` - The command name to enable. Only the top level name of a group command should be used. + - ``[command_type]`` - What type of application command to enable. Must be one of ``slash``, ``message``, or ``user``. Defaults to ``slash``. + +.. _core-command-slash-enablecog: + +""""""""""""""" +slash enablecog +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]slash enablecog + +**Description** + +Marks all application commands in a cog as being enabled, allowing them to be +added to the bot. See a list of cogs with application commands with ``[p]slash list``. +This command does NOT sync the enabled commands with Discord, that must be done manually +with ``[p]slash sync`` for commands to appear in users' clients. + +**Arguments:** + - ```` - The cog to enable commands from. This argument is case sensitive. + +.. _core-command-slash-list: + +"""""""""" +slash list +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]slash list + +**Description** + +List the slash commands the bot can see, and whether or not they are enabled. + +This command shows the state that will be changed to when ``[p]slash sync`` is run. +Commands from the same cog are grouped, with the cog name as the header. + +The prefix denotes the state of the command: +- Commands starting with ``- `` have not yet been enabled. +- Commands starting with ``+ `` have been manually enabled. +- Commands starting with ``++`` have been enabled by the cog author, and cannot be disabled. + +.. _core-command-slash-sync: + +"""""""""" +slash sync +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]slash sync [guild] + +**Description** + +Syncs the slash settings to discord. +Settings from ``[p]slash list`` will be synced with discord, changing what commands appear for users. +This should be run sparingly, make all necessary changes before running this command. + +**Arguments:** + - ``[guild]`` - If provided, syncs commands for that guild. Otherwise, syncs global commands. + +.. _core-command-traceback: + +^^^^^^^^^ +traceback +^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]traceback [public=False] + +**Description** + +Sends to the owner the last command exception that has occurred. + +If public (yes is specified), it will be sent to the chat instead. + +.. Warning:: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration. + + +**Examples:** + - ``[p]traceback`` - Sends the traceback to your DMs. + - ``[p]traceback True`` - Sends the last traceback in the current context. + +**Arguments:** + - ``[public]`` - Whether to send the traceback to the current context. Leave blank to send to your DMs. + +.. _core-command-unignore: + +^^^^^^^^ +unignore +^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]unignore + +**Description** + +Commands to remove servers or channels from the ignore list. + +.. _core-command-unignore-channel: + +"""""""""""""""" +unignore channel +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]unignore channel [channel] + +**Description** + +Remove a channel, thread, or category from the ignore list. + +Defaults to the current thread or channel. + +**Examples:** + - ``[p]unignore channel #general`` - Unignores commands in the #general channel. + - ``[p]unignore channel`` - Unignores commands in the current channel. + - ``[p]unignore channel "General Channels"`` - Use quotes for categories with spaces. + - ``[p]unignore channel 356236713347252226`` - Also accepts IDs. Use this method to unignore categories. + +**Arguments:** + - ```` - The channel to unignore. This can also be a thread or category channel. + +.. _core-command-unignore-server: + +""""""""""""""" +unignore server +""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]unignore server + +.. tip:: Alias: ``unignore guild`` + +**Description** + +Remove this server from the ignore list. + +**Example:** + - ``[p]unignore server`` - Stops ignoring the current server + +.. _core-command-unload: + +^^^^^^ +unload +^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]unload + +**Description** + +Unloads previously loaded cog packages. + +See packages available to unload with ``[p]cogs``. + +**Examples:** + - ``[p]unload general`` - Unloads the ``general`` cog. + - ``[p]unload admin mod mutes`` - Unloads multiple cogs. + +**Arguments:** + - ```` - The cog packages to unload. + +.. _core-command-uptime: + +^^^^^^ +uptime +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]uptime + +**Description** + +Shows Red's uptime. \ No newline at end of file diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/customcommands.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/customcommands.rst new file mode 100644 index 0000000000000000000000000000000000000000..e79526f5b50d3d793e45bd5a8520d7f19cbe59d9 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/customcommands.rst @@ -0,0 +1,294 @@ +.. _customcommands: + +============== +CustomCommands +============== + +This is the cog guide for the customcommands cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load customcom + +.. _customcommands-usage: + +----- +Usage +----- + +This cog contains commands for creating and managing custom commands that display text. + +These are useful for storing information members might need, like FAQ answers or invite links. +Custom commands can be used by anyone by default, so be careful with pings. +Commands can only be lowercase, and will not respond to any uppercase letters. + + +.. _customcommands-commands: + +-------- +Commands +-------- + +.. _customcommands-command-customcom: + +^^^^^^^^^ +customcom +^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]customcom + +.. tip:: Alias: ``cc`` + +**Description** + +Base command for Custom Commands management. + +.. _customcommands-command-customcom-cooldown: + +"""""""""""""""""" +customcom cooldown +"""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]customcom cooldown [cooldown] [per=member] + +**Description** + +Set, edit, or view the cooldown for a custom command. + +You may set cooldowns per member, thread/channel, or guild. Multiple +cooldowns may be set. All cooldowns must be cooled to call the +custom command. + +Examples: + - ``[p]customcom cooldown pingrole`` + - ``[p]customcom cooldown yourcommand 30`` + - ``[p]cc cooldown mycommand 30 guild`` + +**Arguments:** + +- ```` The custom command to check or set the cooldown. +- ``[cooldown]`` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings. +- ``[per]`` The group to apply the cooldown on. Defaults to per member. Valid choices are server / guild, user / member, and channel. + +.. _customcommands-command-customcom-create: + +"""""""""""""""" +customcom create +"""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]customcom create + +.. tip:: Alias: ``customcom add`` + +**Description** + +Create custom commands. + +If a type is not specified, a simple CC will be created. +CCs can be enhanced with arguments, see the guide +:ref:`here `. + +.. _customcommands-command-customcom-create-random: + +""""""""""""""""""""""" +customcom create random +""""""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]customcom create random + +**Description** + +Create a CC where it will randomly choose a response! + +Note: This command is interactive. + +**Arguments:** + +- ```` The command executed to return the text. Cast to lowercase. + +.. _customcommands-command-customcom-create-simple: + +""""""""""""""""""""""" +customcom create simple +""""""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]customcom create simple + +**Description** + +Add a simple custom command. + +Example: + - ``[p]customcom create simple yourcommand Text you want`` + +**Arguments:** + +- ```` The command executed to return the text. Cast to lowercase. +- ```` The text to return when executing the command. See guide for enhanced usage. + +.. _customcommands-command-customcom-delete: + +"""""""""""""""" +customcom delete +"""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]customcom delete + +.. tip:: Aliases: ``customcom del``, ``customcom remove`` + +**Description** + +Delete a custom command. + +Example: + - ``[p]customcom delete yourcommand`` + +**Arguments:** + +- ```` The custom command to delete. + +.. _customcommands-command-customcom-edit: + +"""""""""""""" +customcom edit +"""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]customcom edit [text] + +**Description** + +Edit a custom command. + +Example: + - ``[p]customcom edit yourcommand Text you want`` + +**Arguments:** + +- ```` The custom command to edit. +- ```` The new text to return when executing the command. + +.. _customcommands-command-customcom-list: + +"""""""""""""" +customcom list +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]customcom list + +**Description** + +List all available custom commands. + +The list displays a preview of each command's response, with +markdown escaped and newlines replaced with spaces. + +.. _customcommands-command-customcom-raw: + +""""""""""""" +customcom raw +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]customcom raw + +**Description** + +Get the raw response of a custom command, to get the proper markdown. + +This is helpful for copy and pasting. + +**Arguments:** + +- ```` The custom command to get the raw response of. + +.. _customcommands-command-customcom-search: + +"""""""""""""""" +customcom search +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]customcom search + +**Description** + +Searches through custom commands, according to the query. + +Uses fuzzy searching to find close matches. + +**Arguments:** + +- ```` The query to search for. Can be multiple words. + +.. _customcommands-command-customcom-show: + +"""""""""""""" +customcom show +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]customcom show + +**Description** + +Shows a custom command's responses and its settings. + +**Arguments:** + +- ```` The custom command to show. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/dev.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/dev.rst new file mode 100644 index 0000000000000000000000000000000000000000..6b5cc3164e14b140b3f09b3c78f392e8f48b3958 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/dev.rst @@ -0,0 +1,254 @@ +.. _dev: + +=== +Dev +=== + +This is the cog guide for the dev cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load dev + +.. _dev-usage: + +----- +Usage +----- + +Various development focused utilities. All commands in this cog are +restricted to the bot owners. + +.. note:: + + Unlike other cogs, the Dev cog is only loaded if the bot is + started with the ``--dev`` flag. + + .. warning:: + + It is not suggested that you run Dev in production. Many + of these cog's commands may cause down-the-line complications if + not used appropriately. + +.. _dev-commands: + +-------- +Commands +-------- + +.. _dev-command-bypasscooldowns: + +^^^^^^^^^^^^^^^ +bypasscooldowns +^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]bypasscooldowns [toggle] + +**Description** + +Give bot owners the ability to bypass cooldowns. Note that this bypass +does not persist through restarts/shutdowns. + +**Arguments** + +* ``[toggle]``: |bool-input| Otherwise, defaults to the inverse of the current setting. + +.. _dev-command-debug: + +^^^^^ +debug +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]debug + +**Description** + +Evaluate a statement of python code. + +The bot will always respond with the return value of the code. +If the return value of the code is a coroutine, it will be awaited, +and the result of that will be the bot's response. + +Note: Only one statement may be evaluated. Using certain restricted +keywords, e.g. yield, will result in a syntax error. For multiple +lines or asynchronous code, see [p]repl or [p]eval. + +**Environment Variables** + +* ``ctx``: Command invocation context +* ``bot``: The bot object +* ``channel``: The current channel object +* ``author``: The current author's member object +* ``guild``: The current guild object +* ``message``: The command's message object +* ``aiohttp``: The aiohttp library +* ``asyncio``: The asyncio library +* ``discord``: The discord.py library +* ``commands``: The redbot.core.commands module +* ``cf``: The redbot.core.utils.chat_formatting module +* ``_``: The result from the last dev command + +**Arguments** + +* ````: The statement to run. + +.. _dev-command-eval: + +^^^^ +eval +^^^^ + +**Syntax** + +.. code-block:: none + + [p]eval + +**Description** + +Execute asynchronous code. + +This command wraps code into the body of an async function and then +calls and awaits it. The bot will respond with anything printed to +stdout, as well as the return value of the function. + +The code can be within a codeblock, inline code or neither, as long +as they are not mixed and they are formatted correctly. + +**Environment Variables** + +* ``ctx``: Command invocation context +* ``bot``: The bot object +* ``channel``: The current channel object +* ``author``: The current author's member object +* ``guild``: The current guild object +* ``message``: The command's message object +* ``aiohttp``: The aiohttp library +* ``asyncio``: The asyncio library +* ``discord``: The discord.py library +* ``commands``: The redbot.core.commands module +* ``cf``: The redbot.core.utils.chat_formatting module +* ``_``: The result from the last dev command + +**Arguments** + +* ````: The code to evaluate. + +.. _dev-command-mock: + +^^^^ +mock +^^^^ + +**Syntax** + +.. code-block:: none + + [p]mock + +**Description** + +Mock another user invoking a command. The prefix must not be entered. + +**Arguments** + +* ````: The user to mock. |user-input-quotes| +* ````: The command to invoke. + +.. _dev-command-mockmsg: + +^^^^^^^ +mockmsg +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]mockmsg + +**Description** + +Dispatch a message event as if it were sent by a different user. + +Current message is used as a base (including attachments, embeds, etc.), +the content and author of the message are replaced with the given arguments. + +**Arguments** + +* ````: The member to mock. |user-input-quotes| +* ````: The content used for the message. + +.. note:: + + If ``content`` isn't passed, the message needs to contain embeds, attachments, + or anything else that makes the message non-empty. + +.. _dev-command-repl: + +^^^^ +repl +^^^^ + +**Syntax** + +.. code-block:: none + + [p]repl + +**Description** + +Open an interactive REPL. + +The REPL will only recognise code as messages which start with a +backtick. This includes codeblocks, and as such multiple lines can be +evaluated. + +Use ``exit()`` or ``quit`` to exit the REPL session, prefixed with +a backtick so they may be interpreted. + +**Environment Variables** + +* ``ctx``: Command invocation context +* ``bot``: The bot object +* ``channel``: The current channel object +* ``author``: The current author's member object +* ``guild``: The current guild object +* ``message``: The command's message object +* ``aiohttp``: The aiohttp library +* ``asyncio``: The asyncio library +* ``discord``: The discord.py library +* ``commands``: The redbot.core.commands module +* ``cf``: The redbot.core.utils.chat_formatting module +* ``_``: The result from the last dev command + +.. _dev-command-repl-pause: + +"""""""""" +repl pause +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]repl pause [toggle] + +**Description** + +Pauses/resumes the REPL running in the current channel. + +**Arguments** + +* ``[toggle]``: |bool-input| Otherwise, defaults to the inverse of the current setting. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/downloader.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/downloader.rst new file mode 100644 index 0000000000000000000000000000000000000000..1e4b2cc2dcdc276acfc06af6ac88ca3d52fad0eb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/downloader.rst @@ -0,0 +1,538 @@ +.. _downloader: + +========== +Downloader +========== + +This is the cog guide for the downloader cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load downloader + +.. _downloader-usage: + +----- +Usage +----- + +Install community cogs made by Cog Creators. + +Community cogs, also called third party cogs, are not included +in the default Red install. + +Community cogs come in repositories. Repos are a group of cogs +you can install. You always need to add the creator's repository +using the ``[p]repo`` command before you can install one or more +cogs from the creator. + + +.. _downloader-commands: + +-------- +Commands +-------- + +.. _downloader-command-cog: + +^^^ +cog +^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]cog + +**Description** + +Base command for cog installation management commands. + +.. _downloader-command-cog-checkforupdates: + +""""""""""""""""""" +cog checkforupdates +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog checkforupdates + +**Description** + +Check for available cog updates (including pinned cogs). + +This command doesn't update cogs, it only checks for updates. +Use ``[p]cog update`` to update cogs. + +.. _downloader-command-cog-info: + +"""""""" +cog info +"""""""" + +**Syntax** + +.. code-block:: none + + [p]cog info + +**Description** + +List information about a single cog. + +Example: + - ``[p]cog info 26-Cogs defender`` + +**Arguments** + +- ```` The repo to get cog info from. +- ```` The cog to get info on. + +.. _downloader-command-cog-install: + +""""""""""" +cog install +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog install + +**Description** + +Install a cog from the given repo. + +Examples: + - ``[p]cog install 26-Cogs defender`` + - ``[p]cog install Laggrons-Dumb-Cogs say roleinvite`` + +**Arguments** + +- ```` The name of the repo to install cogs from. +- ```` The cog or cogs to install. + +.. _downloader-command-cog-installversion: + +"""""""""""""""""" +cog installversion +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog installversion + +**Description** + +Install a cog from the specified revision of given repo. + +Revisions are "commit ids" that point to the point in the code when a specific change was made. +The latest revision can be found in the URL bar for any GitHub repo by `pressing "y" on that repo `_. + +Older revisions can be found in the URL bar by `viewing the commit history of any repo `_ + +Example: + - ``[p]cog installversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`` + +**Arguments** + +- ```` The name of the repo to install cogs from. +- ```` The revision to install from. +- ```` The cog or cogs to install. + +.. _downloader-command-cog-list: + +"""""""" +cog list +"""""""" + +**Syntax** + +.. code-block:: none + + [p]cog list + +**Description** + +List all available cogs from a single repo. + +Example: + - ``[p]cog list 26-Cogs`` + +**Arguments** + +- ```` The repo to list cogs from. + +.. _downloader-command-cog-listpinned: + +"""""""""""""" +cog listpinned +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog listpinned + +**Description** + +List currently pinned cogs. + +.. _downloader-command-cog-pin: + +""""""" +cog pin +""""""" + +**Syntax** + +.. code-block:: none + + [p]cog pin + +**Description** + +Pin cogs - this will lock cogs on their current version. + +Examples: + - ``[p]cog pin defender`` + - ``[p]cog pin outdated_cog1 outdated_cog2`` + +**Arguments** + +- ```` The cog or cogs to pin. Must already be installed. + +.. _downloader-command-cog-uninstall: + +""""""""""""" +cog uninstall +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog uninstall + +**Description** + +Uninstall cogs. + +You may only uninstall cogs which were previously installed +by Downloader. + +Examples: + - ``[p]cog uninstall defender`` + - ``[p]cog uninstall say roleinvite`` + +**Arguments** + +- ```` The cog or cogs to uninstall. + +.. _downloader-command-cog-unpin: + +""""""""" +cog unpin +""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog unpin + +**Description** + +Unpin cogs - this will remove the update lock from those cogs. + +Examples: + - ``[p]cog unpin defender`` + - ``[p]cog unpin updated_cog1 updated_cog2`` + +**Arguments** + +- ```` The cog or cogs to unpin. Must already be installed and pinned. + +.. _downloader-command-cog-update: + +"""""""""" +cog update +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog update [cogs...] + +**Description** + +Update all cogs, or ones of your choosing. + +Examples: + - ``[p]cog update`` + - ``[p]cog update defender`` + +**Arguments** + +- ``[cogs...]`` The cog or cogs to update. If omitted, all cogs are updated. + +.. _downloader-command-cog-updateallfromrepos: + +"""""""""""""""""""""" +cog updateallfromrepos +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog updateallfromrepos + +**Description** + +Update all cogs from repos of your choosing. + +Examples: + - ``[p]cog updateallfromrepos 26-Cogs`` + - ``[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`` + +**Arguments** + +- ```` The repo or repos to update all cogs from. + +.. _downloader-command-cog-updatetoversion: + +""""""""""""""""""" +cog updatetoversion +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]cog updatetoversion [cogs...] + +**Description** + +Update all cogs, or ones of your choosing to chosen revision of one repo. + +Note that update doesn't mean downgrade and therefore ``revision`` +has to be newer than the version that cog currently has installed. If you want to +downgrade the cog, uninstall and install it again. + +See ``[p]cog installversion`` for an explanation of ``revision``. + +Example: + - ``[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`` + +**Arguments** + +- ```` The repo or repos to update all cogs from. +- ```` The revision to update to. +- ``[cogs...]`` The cog or cogs to update. + +.. _downloader-command-findcog: + +^^^^^^^ +findcog +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]findcog + +**Description** + +Find which cog a command comes from. + +This will only work with loaded cogs. + +Example: + - ``[p]findcog ping`` + +**Arguments** + +- ```` The command to search for. + +.. _downloader-command-pipinstall: + +^^^^^^^^^^ +pipinstall +^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]pipinstall + +**Description** + +Install a group of dependencies using pip. + +Examples: + - ``[p]pipinstall bs4`` + - ``[p]pipinstall py-cpuinfo psutil`` + +Improper usage of this command can break your bot, be careful. + +**Arguments** + +- ```` The package or packages you wish to install. + +.. _downloader-command-repo: + +^^^^ +repo +^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]repo + +**Description** + +Base command for repository management. + +.. _downloader-command-repo-add: + +"""""""" +repo add +"""""""" + +**Syntax** + +.. code-block:: none + + [p]repo add [branch] + +**Description** + +Add a new repo. + +Examples: + - ``[p]repo add 26-Cogs https://github.com/Twentysix26/x26-Cogs`` + - ``[p]repo add Laggrons-Dumb-Cogs https://github.com/retke/Laggrons-Dumb-Cogs v3`` + +Repo names can only contain characters A-z, numbers, underscores, and hyphens. +The branch will be the default branch if not specified. + +**Arguments** + +- ```` The name given to the repo. +- ```` URL to the cog branch. Usually GitHub or GitLab. +- ``[branch]`` Optional branch to install cogs from. + +.. _downloader-command-repo-delete: + +""""""""""" +repo delete +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]repo delete + +.. tip:: Aliases: ``repo remove``, ``repo del`` + +**Description** + +Remove repos and their files. + +Examples: + - ``[p]repo delete 26-Cogs`` + - ``[p]repo delete 26-Cogs Laggrons-Dumb-Cogs`` + +**Arguments** + +- ```` The repo or repos to remove. + +.. _downloader-command-repo-info: + +""""""""" +repo info +""""""""" + +**Syntax** + +.. code-block:: none + + [p]repo info + +**Description** + +Show information about a repo. + +Example: + - ``[p]repo info 26-Cogs`` + +**Arguments** + +- ```` The name of the repo to show info about. + +.. _downloader-command-repo-list: + +""""""""" +repo list +""""""""" + +**Syntax** + +.. code-block:: none + + [p]repo list + +**Description** + +List all installed repos. + +.. _downloader-command-repo-update: + +""""""""""" +repo update +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]repo update [repos...] + +**Description** + +Update all repos, or ones of your choosing. + +This will *not* update the cogs installed from those repos. + +Examples: + - ``[p]repo update`` + - ``[p]repo update 26-Cogs`` + - ``[p]repo update 26-Cogs Laggrons-Dumb-Cogs`` + +**Arguments** + +- ``[repos...]`` The name or names of repos to update. If omitted, all repos are updated. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/economy.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/economy.rst new file mode 100644 index 0000000000000000000000000000000000000000..498f376c3eb8c3aaef9de66b149be35a61c4dfe7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/economy.rst @@ -0,0 +1,391 @@ +.. _economy: + +======= +Economy +======= + +This is the cog guide for the economy cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load economy + +.. _economy-usage: + +----- +Usage +----- + +Get rich and have fun with imaginary currency! + + +.. _economy-commands: + +-------- +Commands +-------- + +.. _economy-command-bank: + +^^^^ +bank +^^^^ + +**Syntax** + +.. code-block:: none + + [p]bank + +**Description** + +Base command to manage the bank. + +.. _economy-command-bank-balance: + +"""""""""""" +bank balance +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]bank balance [user] + +**Description** + +Show the user's account balance. + +Example: + - ``[p]bank balance`` + - ``[p]bank balance @Twentysix`` + +**Arguments** + +- ```` The user to check the balance of. If omitted, defaults to your own balance. + +.. _economy-command-bank-set: + +"""""""" +bank set +"""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]bank set + +**Description** + +Set the balance of a user's bank account. + +Putting + or - signs before the amount will add/remove currency on the user's bank account instead. + +Examples: + - ``[p]bank set @Twentysix 26`` - Sets balance to 26 + - ``[p]bank set @Twentysix +2`` - Increases balance by 2 + - ``[p]bank set @Twentysix -6`` - Decreases balance by 6 + +**Arguments** + +- ```` The user to set the currency of. +- ```` The amount of currency to set their balance to. + +.. _economy-command-bank-transfer: + +""""""""""""" +bank transfer +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]bank transfer + +**Description** + +Transfer currency to other users. + +This will come out of your balance, so make sure you have enough. + +Example: + - ``[p]bank transfer @Twentysix 500`` + +**Arguments** + +- ```` The user to give currency to. +- ```` The amount of currency to give. + +.. _economy-command-economyset: + +^^^^^^^^^^ +economyset +^^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]economyset + +**Description** + +Base command to manage Economy settings. + +.. _economy-command-economyset-paydayamount: + +""""""""""""""""""""""" +economyset paydayamount +""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]economyset paydayamount + +**Description** + +Set the amount earned each payday. + +Example: + - ``[p]economyset paydayamount 400`` + +**Arguments** + +- ```` The new amount to give when using the payday command. Default is 120. + +.. _economy-command-economyset-paydaytime: + +""""""""""""""""""""" +economyset paydaytime +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]economyset paydaytime + +**Description** + +Set the cooldown for the payday command. + +Examples: + - ``[p]economyset paydaytime 86400`` + - ``[p]economyset paydaytime 1d`` + +**Arguments** + +- | ```` The new duration to wait in between uses of payday. Default is 5 minutes. + | Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds) + +.. _economy-command-economyset-rolepaydayamount: + +""""""""""""""""""""""""""" +economyset rolepaydayamount +""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]economyset rolepaydayamount + +**Description** + +Set the amount earned each payday for a role. + +Set to 0 will remove the custom payday for that role instead. + +Only available when not using a global bank. + +Example: + - ``[p]economyset rolepaydayamount @Members 400`` + +**Arguments** + +- ```` The role to assign a custom payday amount to. +- ```` The new amount to give when using the payday command. + +.. _economy-command-economyset-showsettings: + +""""""""""""""""""""""" +economyset showsettings +""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]economyset showsettings + +**Description** + +Shows the current economy settings + +.. _economy-command-economyset-slotmax: + +"""""""""""""""""" +economyset slotmax +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]economyset slotmax + +**Description** + +Set the maximum slot machine bid. + +Example: + - ``[p]economyset slotmax 50`` + +**Arguments** + +- ```` The new maximum bid for using the slot machine. Default is 100. + +.. _economy-command-economyset-slotmin: + +"""""""""""""""""" +economyset slotmin +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]economyset slotmin + +**Description** + +Set the minimum slot machine bid. + +Example: + - ``[p]economyset slotmin 10`` + +**Arguments** + +- ```` The new minimum bid for using the slot machine. Default is 5. + +.. _economy-command-economyset-slottime: + +""""""""""""""""""" +economyset slottime +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]economyset slottime + +**Description** + +Set the cooldown for the slot machine. + +Examples: + - ``[p]economyset slottime 10`` + - ``[p]economyset slottime 10m`` + +**Arguments** + +- | ```` The new duration to wait in between uses of the slot machine. Default is 5 seconds. + | Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds) + +.. _economy-command-leaderboard: + +^^^^^^^^^^^ +leaderboard +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]leaderboard [top=10] [show_global=False] + +**Description** + +Print the leaderboard. + +Defaults to top 10. + +Examples: + - ``[p]leaderboard`` + - ``[p]leaderboard 50`` - Shows the top 50 instead of top 10. + - ``[p]leaderboard 100 yes`` - Shows the top 100 from all servers. + +**Arguments** + +- ```` How many positions on the leaderboard to show. Defaults to 10 if omitted. +- ```` Whether to include results from all servers. This will default to false unless specified. + +.. _economy-command-payday: + +^^^^^^ +payday +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]payday + +**Description** + +Get some free currency. + +The amount awarded and frequency can be configured. + +.. _economy-command-payouts: + +^^^^^^^ +payouts +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]payouts + +**Description** + +Show the payouts for the slot machine. + +.. _economy-command-slot: + +^^^^ +slot +^^^^ + +**Syntax** + +.. code-block:: none + + [p]slot + +**Description** + +Use the slot machine. + +Example: + - ``[p]slot 50`` + +**Arguments** + +- ```` The amount to bet on the slot machine. Winning payouts are higher when you bet more. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/filter.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/filter.rst new file mode 100644 index 0000000000000000000000000000000000000000..e8c9167d39be9d680fcfcd90852c7200a33c8016 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/filter.rst @@ -0,0 +1,335 @@ +.. _filter: + +====== +Filter +====== + +This is the cog guide for the filter cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load filter + +.. _filter-usage: + +----- +Usage +----- + +This cog is designed for "filtering" unwanted words and phrases from a server. + +It provides tools to manage a list of words or sentences, and to customize automatic actions to be taken against users who use those words in channels or in their name/nickname. + +This can be used to prevent inappropriate language, off-topic discussions, invite links, and more. + + +.. _filter-commands: + +-------- +Commands +-------- + +.. _filter-command-filter: + +^^^^^^ +filter +^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]filter + +**Description** + +Base command to add or remove words from the server filter. + +Use double quotes to add or remove sentences. + +.. _filter-command-filter-add: + +"""""""""" +filter add +"""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter add [words...] + +**Description** + +Add words to the filter. + +Use double quotes to add sentences. + +Examples: + - ``[p]filter add word1 word2 word3`` + - ``[p]filter add "This is a sentence"`` + +**Arguments:** + +- ``[words...]`` The words or sentences to filter. + +.. _filter-command-filter-channel: + +"""""""""""""" +filter channel +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter channel + +**Description** + +Base command to add or remove words from the channel filter. + +Use double quotes to add or remove sentences. + +.. _filter-command-filter-channel-add: + +"""""""""""""""""" +filter channel add +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter channel add [words...] + +**Description** + +Add words to the filter. + +Use double quotes to add sentences. + +Examples: + - ``[p]filter channel add word1 word2 word3`` + - ``[p]filter channel add "This is a sentence"`` + +**Arguments:** + +- ``[words...]`` The words or sentences to filter. + +.. _filter-command-filter-channel-clear: + +"""""""""""""""""""" +filter channel clear +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter channel clear + +**Description** + +Clears this channel's filter list. + +.. _filter-command-filter-channel-list: + +""""""""""""""""""" +filter channel list +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter channel list + +**Description** + +Send a list of the channel's filtered words. + +.. _filter-command-filter-channel-remove: + +""""""""""""""""""""" +filter channel remove +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter channel remove [words...] + +**Description** + +Remove words from the filter. + +Use double quotes to remove sentences. + +Examples: + - ``[p]filter channel remove word1 word2 word3`` + - ``[p]filter channel remove "This is a sentence"`` + +**Arguments:** + +- ``[words...]`` The words or sentences to no longer filter. + +.. _filter-command-filter-clear: + +"""""""""""" +filter clear +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter clear + +**Description** + +Clears this server's filter list. + +.. _filter-command-filter-delete: + +""""""""""""" +filter delete +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter delete [words...] + +.. tip:: Aliases: ``filter remove``, ``filter del`` + +**Description** + +Remove words from the filter. + +Use double quotes to remove sentences. + +Examples: + - ``[p]filter remove word1 word2 word3`` + - ``[p]filter remove "This is a sentence"`` + +**Arguments:** + +- ``[words...]`` The words or sentences to no longer filter. + +.. _filter-command-filter-list: + +""""""""""" +filter list +""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter list + +**Description** + +Send a list of this server's filtered words. + +.. _filter-command-filter-names: + +"""""""""""" +filter names +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filter names + +**Description** + +Toggle name and nickname filtering. + +This is disabled by default. + +.. _filter-command-filterset: + +^^^^^^^^^ +filterset +^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]filterset + +**Description** + +Base command to manage filter settings. + +.. _filter-command-filterset-ban: + +""""""""""""" +filterset ban +""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filterset ban + +**Description** + +Set the filter's autoban conditions. + +Users will be banned if they send ```` filtered words in +```` seconds. + +Set both to zero to disable autoban. + +Examples: + - ``[p]filterset ban 5 5`` - Ban users who say 5 filtered words in 5 seconds. + - ``[p]filterset ban 2 20`` - Ban users who say 2 filtered words in 20 seconds. + +**Arguments:** + +- ```` The amount of filtered words required to trigger a ban. +- ```` The period of time in which too many filtered words will trigger a ban. + +.. _filter-command-filterset-defaultname: + +""""""""""""""""""""" +filterset defaultname +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]filterset defaultname + +**Description** + +Set the nickname for users with a filtered name. + +Note that this has no effect if filtering names is disabled +(to toggle, run ``[p]filter names``). + +The default name used is *John Doe*. + +Example: + - ``[p]filterset defaultname Missingno`` + +**Arguments:** + +- ```` The new nickname to assign. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/general.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/general.rst new file mode 100644 index 0000000000000000000000000000000000000000..782c82f905314106fad93958dd52e25659f92e00 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/general.rst @@ -0,0 +1,218 @@ +.. _general: + +======= +General +======= + +This is the cog guide for the general cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load general + +.. _general-usage: + +----- +Usage +----- + +This cog includes a miscellaneous group of games, useful +tools, and informative commands such as ``serverinfo`` or ``urban``. + +.. _general-commands: + +-------- +Commands +-------- + +Here's a list of all commands available for this cog. + +.. _general-command-8: + +^^^^^^^^^ +8 (8ball) +^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]8 + +**Description** + +Ask 8 ball a question. + +.. note:: Your question must end with a question mark. + +**Arguments** + +* ````: The question you would like to ask 8 ball. + +.. _general-command-choose: + +^^^^^^ +choose +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]choose [others...] + +**Description** + +Choose between multiple options. +Options are separated by spaces. + +.. note:: There must be at least 2 options to pick from. +.. note:: To denote options which include whitespace, you should enclose the option in double quotes. + +**Arguments** + +* ````: The first mandatory option. +* ````: The second mandatory option. +* ``[others...]``: Any remaining optional options. + + +.. _general-command-flip: + +^^^^ +flip +^^^^ + +**Syntax** + +.. code-block:: none + + [p]flip [user] + +**Description** + +Flip a coin... or a user. + +**Arguments** + +* ``[user]``: The user to flip. Defaults to flipping a coin if no user is provided. + +.. _general-command-lmgtfy: + +^^^^^^ +lmgtfy +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]lmgtfy + +**Description** + +Create a lmgtfy link. + +**Arguments** + +* ````: The terms used to generate the lmgtfy link. + +.. _general-command-roll: + +^^^^ +roll +^^^^ + +**Syntax** + +.. code-block:: none + + [p]roll [number=100] + +**Description** + +Roll a random number. The result will be between 1 and ````. + +**Arguments** + +* ``[number]``: The maximum number that can be rolled. Defaults to 100. + +.. _general-command-rps: + +^^^^^^^^^^^^^^^^^^^^^^^^^ +rps (Rock Paper Scissors) +^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]rps + +**Description** + +Play Rock Paper Scissors. + +**Arguments** + +* ````: The choice that you choose. + +.. note:: Choices **must** be between ``rock``, ``paper``, or ``scissors``. + +.. _general-commands-serverinfo: + +^^^^^^^^^^ +serverinfo +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]serverinfo [details=False] + +**Description** + +Show server information. + +**Arguments** + +* ``[details]``: Show extra details about the server when set to True. Defaults to False. + +.. _general-commands-stopwatch: + +^^^^^^^^^ +stopwatch +^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]stopwatch + +**Description** + +Start or stop the stopwatch. + +.. _general-commands-urban: + +^^^^^ +urban +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]urban + +**Description** + +Search the Urban Dictionary. + +**Arguments** + +* ````: The term to search for. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/image.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/image.rst new file mode 100644 index 0000000000000000000000000000000000000000..8bb01099fe9ee273971c809d8206806ef19cf93c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/image.rst @@ -0,0 +1,205 @@ +.. _image: + +===== +Image +===== + +This is the cog guide for the image cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load image + +.. _image-usage: + +----- +Usage +----- + +This cog provides commands for retrieving pictures from +websites such as Giphy and Imgur. + +.. _image-commands: + +-------- +Commands +-------- + +Here's a list of all commands available for this cog. + +.. _image-command-gif: + +^^^ +gif +^^^ + +**Syntax** + +.. code-block:: none + + [p]gif + +**Description** + +Retrieve the first search result from Giphy. This command requires API tokens +to be set via the :ref:`giphycreds ` command. + +**Arguments** + +* ````: The keywords used to search Giphy. + +.. _image-command-gifr: + +^^^^ +gifr +^^^^ + +**Syntax** + +.. code-block:: none + + [p]gifr + +**Description** + +Retrieve a random GIF from a Giphy search. This command requires API tokens +to be set via the :ref:`giphycreds ` command. + +**Arguments** + +* ````: The keywords used to generate a random GIF. + +.. _image-command-imgur: + +^^^^^ +imgur +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]imgur + +**Description** + +Retrieves pictures from Imgur. This command requires API tokens to be set +via the :ref:`imgurcreds ` command. + +.. _image-command-imgur-search: + +"""""""""""" +imgur search +"""""""""""" + +**Syntax** + +.. code-block:: none + + [p]imgur search [count=1] + +**Description** + +Search for pictures on Imgur. This command requires API tokens to be set +via the :ref:`imgurcreds ` command. + +**Arguments** + +* ``[count]``: How many images should be returned (maximum 5). Defaults to 1. + +* ````: The terms used to search Imgur. + +.. _image-command-imgur-subreddit: + +""""""""""""""" +imgur subreddit +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]imgur subreddit [count=1] [sort_type=top] [window=day] + +**Description** + +Get images from a subreddit. This command requires API tokens to be set +via the :ref:`imgurcreds ` command. + +**Arguments** + +* ````: The subreddit to get images from. + +* ``[count]``: The number of images to return (maximum 5). Defaults to 1. + +* ``[sort_type]``: New, or top results. Defaults to top. + +* ``[window]``: The timeframe, can be the past day, week, month, year or all. Defaults to day. + +.. _image-command-giphycreds: + +^^^^^^^^^^ +giphycreds +^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]giphycreds + +**Description** + +Explains how to set GIPHY API tokens. + +**Getting your API key** + +1. Login (or create) a GIPHY account. +2. Visit `this page `__. +3. Press 'Create an App'. +4. Click 'Select API', and then 'Next Step'. +5. Add an app name, for example 'Red'. +6. Add an app description, for example 'Used for Red's image cog'. +7. Click 'Create App'. You'll need to agree to the GIPHY API terms. +8. Copy the API Key. +9. In Discord, run the following command:: + + [p]set api GIPHY api_key + +.. _image-command-imgurcreds: + +^^^^^^^^^^ +imgurcreds +^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]imgurcreds + +**Description** + +Explains how to set Imgur API tokens. + +**Getting your API key** + +1. Login to (or create) an Imgur account. +2. Visit `this page `__. +3. Add an app name for your application, for example 'Red'. +4. Select 'Anonymous usage without user authorization' for the auth type. +5. Set the authorization callback URL to ``https://localhost`` +6. Leave the app website blank. +7. Enter a valid email address and a description. +8. Check the captcha box and click next. +9. Your Client ID will be on the next page. +10. In Discord, run the following command:: + + [p]set api imgur client_id diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/mod.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/mod.rst new file mode 100644 index 0000000000000000000000000000000000000000..9c37d36440e4f4971fa40c4ec9fcfc3c2aa7dbe2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/mod.rst @@ -0,0 +1,763 @@ +.. _mod: + +=== +Mod +=== + +This is the cog guide for the mod cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load mod + +.. _mod-usage: + +----- +Usage +----- + +A range of highly customizable moderation tools used to protect your +guild from users who cannot follow the rules. + + +.. _mod-commands: + +-------- +Commands +-------- + +.. _mod-command-ban: + +^^^ +ban +^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]ban [days] [reason] + +**Description** + +Ban a user from this server and optionally delete days of messages. + +``days`` is the amount of days of messages to cleanup on ban. + +**Arguments** + +* ````: The user to ban. |user-input| +* ``[days]``: The amount of days of messages to cleanup on ban. This parameter defaults to the defaultdays setting, or no days if this has not yet been configured. +* ``[reason]``: The reason why the user was banned (optional). + +**Example Usage** + +* ``[p]ban 428675506947227648 7 Continued to spam after told to stop.`` + This will ban the user with ID 428675506947227648 and it will delete 7 days worth of messages. +* ``[p]ban @Twentysix 7 Continued to spam after told to stop.`` + This will ban Twentysix and it will delete 7 days worth of messages. + +A user ID should be provided if the user is not a member of this server. +If days is not a number, it's treated as the first word of the reason. +Minimum 0 days, maximum 7. If not specified, the defaultdays setting will be used instead. + +.. _mod-command-kick: + +^^^^ +kick +^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]kick [reason] + +**Description** + +Kick a user. + +**Arguments** + +* ````: The member to kick. |member-input| +* ``[reason]``: The reason why the user was kicked (optional). + +**Example Usage** + +* ``[p]kick 428675506947227648 wanted to be kicked.`` + This will kick the user with ID 428675506947227648 from the server. +* ``[p]kick @Twentysix wanted to be kicked.`` + This will kick Twentysix from the server. + +If a reason is specified, it will be the reason that shows up +in the audit log. + +.. _mod-command-massban: + +^^^^^^^ +massban +^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]massban [days] [reason] + +.. tip:: Alias: ``hackban`` + +**Description** + +Mass bans user(s) from the server. + +**Arguments** + +* ````: The users to ban. This must be a list of user IDs separated by spaces. +* ``[days]``: The amount of days of messages to cleanup on massban. +* ``[reason]``: The reason why these users were banned. + +**Example Usage** + +* ``[p]massban 345628097929936898 57287406247743488 7 they broke all rules.`` + This will ban all the added userids and delete 7 days worth of their messages. + +.. _mod-command-modset: + +^^^^^^ +modset +^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]modset + +**Description** + +Manage server administration settings. + +.. _mod-command-modset-defaultdays: + +"""""""""""""""""" +modset defaultdays +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset defaultdays [days=0] + +**Description** + +Set the default number of days worth of messages to be deleted when a user is banned. + +The number of days must be between 0 and 7. + +**Arguments** + +* ``[days=0]``: The default number of days of messages to be deleted when a user is banned. + +.. note:: This value must be between 0 and 7. + +.. _mod-command-modset-defaultduration: + +"""""""""""""""""""""" +modset defaultduration +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset defaultduration + +**Description** + +Set the default time to be used when a user is tempbanned. + +Accepts: seconds, minutes, hours, days, weeks + +**Arguments** + +* ````: The default duration for when a user is temporarily banned. Accepts seconds, minutes, hours, days or weeks. + +**Example Usage** + +* ``[p]modset defaultduration 7d12h10m`` +* ``[p]modset defaultduration 7 days 12 hours 10 minutes`` + +.. _mod-command-modset-deletenames: + +"""""""""""""""""" +modset deletenames +"""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]modset deletenames [confirmation=False] + +**Description** + +Delete all stored usernames and nicknames. + +**Arguments** + +- ````: Whether to delete all stored usernames and nicknames. |bool-input| + +.. _mod-command-modset-deleterepeats: + +"""""""""""""""""""" +modset deleterepeats +"""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset deleterepeats [repeats] + +**Description** + +Enable auto-deletion of repeated messages. + +**Arguments** + +* ``[repeats]``: The number of repeated messages needed before further messages are deleted. + +.. note:: Must be between 2 and 20. Set to -1 to disable this feature. + +.. _mod-command-modset-dm: + +""""""""" +modset dm +""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset dm [enabled] + +**Description** + +Toggle whether a message should be sent to a user when they are kicked/banned. + +If this option is enabled, the bot will attempt to DM the user with the guild name +and reason as to why they were kicked/banned. + +**Arguments** + +* ``[enabled]``: Whether a message should be sent to a user when they are kicked/banned. |bool-input| + +.. _mod-command-modset-hierarchy: + +"""""""""""""""" +modset hierarchy +"""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset hierarchy + +**Description** + +Toggle role hierarchy check for mods and admins. + +.. warning:: Disabling this setting will allow mods to take actions on users above them in the role hierarchy! + +This is enabled by default. + +.. _mod-command-modset-mentionspam: + +"""""""""""""""""" +modset mentionspam +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset mentionspam + +**Description** + +Manage the automoderation settings for mentionspam. + +.. _mod-command-modset-mentionspam-ban: + +"""""""""""""""""""""" +modset mentionspam ban +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset mentionspam ban + +**Description** + +Set the autoban conditions for mention spam. + +Users will be banned if they send any message which contains more than +```` mentions. + +**Arguments** + +* ````: Must be 0 or greater. Set to 0 to disable this feature. + +.. _mod-command-modset-mentionspam-kick: + +""""""""""""""""""""""" +modset mentionspam kick +""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset mentionspam kick + +**Description** + +Set the autokick conditions for mention spam. + +Users will be kicked if they send any message which contains more than +```` mentions. + +**Arguments** + +* ````: Must be 0 or greater. Set to 0 to disable this feature. + +.. _mod-command-modset-mentionspam-strict: + +""""""""""""""""""""""""" +modset mentionspam strict +""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset mentionspam strict [enabled] + +**Description** + +Setting to account for duplicate mentions. + +If enabled all mentions will count including duplicated mentions. +If disabled only unique mentions will count. + +Use this command without any parameter to see the current setting. + +**Arguments** + +* ``[enabled]``: Whether all mentions will count, including duplicated mentions. |bool-input| + +.. _mod-command-modset-mentionspam-warn: + +""""""""""""""""""""""" +modset mentionspam warn +""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset mentionspam warn + +**Description** + +Sets the autowarn conditions for mention spam. + +Users will be warned if they send any messages which contain more than +```` mentions. + +**Arguments** + +* ````: Must be 0 or greater. Set to 0 to disable this feature. + +.. _mod-command-modset-reinvite: + +""""""""""""""" +modset reinvite +""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset reinvite + +**Description** + +Toggle whether an invite will be sent to a user when unbanned. + +If this is True, the bot will attempt to create and send a single-use invite +to the newly-unbanned user. + +.. _mod-command-modset-showsettings: + +""""""""""""""""""" +modset showsettings +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset showsettings + +**Description** + +Show the current server administration settings. + +.. _mod-command-modset-trackallnames: + +"""""""""""""""""""" +modset trackallnames +"""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]modset trackallnames [enabled] + +**Description** + +Toggle whether all name changes should be tracked. + +Toggling this off also overrides the tracknicknames setting. + +**Arguments** + +* ``[enabled]``: Whether all name changes should be tracked. |bool-input| + +.. _mod-command-modset-tracknicknames: + +""""""""""""""""""""" +modset tracknicknames +""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]modset tracknicknames [enabled] + +**Description** + +Toggle whether nickname changes should be tracked. + +This setting will be overridden if trackallnames is disabled. + +**Arguments** + +* ``[enabled]``: Whether all nickname changes should be tracked. |bool-input| + +.. _mod-command-movedeletedelay: + +^^^^^^^^^^^^^^^ +movedeletedelay +^^^^^^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]movedeletedelay + +**Description** + +Move deletedelay settings to core + +.. _mod-command-moveignoredchannels: + +^^^^^^^^^^^^^^^^^^^ +moveignoredchannels +^^^^^^^^^^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]moveignoredchannels + +**Description** + +Move ignored channels and servers to core + +.. _mod-command-names: + +^^^^^ +names +^^^^^ + +**Syntax** + +.. code-block:: none + + [p]names + +**Description** + +Show previous names and nicknames of a member. + +**Arguments** + +* ````: |member-input| + +.. _mod-command-rename: + +^^^^^^ +rename +^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]rename [nickname] + +**Description** + +Change a member's nickname. + +Leaving the nickname empty will remove it. + +**Arguments** + +* ````: |member-input| +* ``[nickname]``: The new nickname for the member. + +.. _mod-command-slowmode: + +^^^^^^^^ +slowmode +^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]slowmode [interval=0:00:00] + +**Description** + +Changes thread's or channel's slowmode setting. + +Interval can be anything from 0 seconds to 6 hours. +Use without parameters to disable. + +**Arguments** + +* ``[interval=0:00:00]``: The time for the thread's/channel's slowmode settings. + +.. note:: + Interval can be anything from 0 seconds to 6 hours. + Use without parameters to disable. + +.. _mod-command-softban: + +^^^^^^^ +softban +^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]softban [reason] + +**Description** + +Kick a member and delete 1 day's worth of their messages. + +**Arguments** + +* ````: The member to softban. |member-input-quotes| +* ``[reason]``: Reason for the kick (optional). + +.. _mod-command-tempban: + +^^^^^^^ +tempban +^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]tempban [duration] [days] [reason] + +**Description** + +Temporarily ban a user from this server. + +**Arguments** + +* ````: The member to temporarily ban. |member-input-quotes| +* ``[duration]``: The amount of time the user should be banned for. +* ``[days]``: The amount of days of messages to cleanup on tempban. +* ``[reason]``: The reason for the tempban (optional). + +**Example Usage** + +* ``[p]tempban @Twentysix Because I say so`` + This will ban Twentysix for the default amount of time set by an administrator. +* ``[p]tempban @Twentysix 15m You need a timeout`` + This will ban Twentysix for 15 minutes. +* ``[p]tempban 428675506947227648 1d2h15m 5 Evil person`` + This will ban the user with ID 428675506947227648 for 1 day 2 hours 15 minutes and will delete the last 5 days of their messages. + +.. _mod-command-unban: + +^^^^^ +unban +^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]unban [reason] + +**Description** + +Unban a user from this server. + +**Arguments** + +* ````: |user-input| +* ``[reason]``: The reason for the unban (optional). + +.. _mod-command-userinfo: + +^^^^^^^^ +userinfo +^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]userinfo [member] + +**Description** + +Show information about a user. + +This includes fields for status, discord join date, server +join date, voice state and previous names/nicknames. + +If the user has no roles, previous names or previous nicknames, +these fields will be omitted. + +**Arguments** + +* ``[member]``: |member-input| + +.. _mod-command-voiceban: + +^^^^^^^^ +voiceban +^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]voiceban [reason] + +**Description** + +Ban a user from speaking and listening in the server's voice channels. + +**Arguments** + +* ````: The member to ban from voice. |member-input| +* ``[reason]``: The reason for the voiceban (optional). + +.. _mod-command-voicekick: + +^^^^^^^^^ +voicekick +^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]voicekick [reason] + +**Description** + +Kick a member from a voice channel. + +**Arguments** + +* ````: |member-input| +* ``[reason]``: The reason for the voicekick (optional). + +.. _mod-command-voiceunban: + +^^^^^^^^^^ +voiceunban +^^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]voiceunban [reason] + +**Description** + +Unban a user from speaking and listening in the server's voice channels. + +**Arguments** + +* ````: The member to unban from voice. |member-input-quotes| +* ``[reason]``: The reason for the voiceunban (optional). diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/modlog.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/modlog.rst new file mode 100644 index 0000000000000000000000000000000000000000..8b4b70a7a1a184e7cf5d00a84dfa6a94fad927f5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/modlog.rst @@ -0,0 +1,115 @@ +.. _modlog: + +====== +ModLog +====== + +This is the cog guide for the modlog cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load modlog + +.. _modlog-usage: + +----- +Usage +----- + +Browse and manage modlog cases. + + +.. _modlog-commands: + +-------- +Commands +-------- + +.. _modlog-command-case: + +^^^^ +case +^^^^ + +**Syntax** + +.. code-block:: none + + [p]case + +**Description** + +Show the specified case. + +**Arguments** + +* ````: The case number to get information for. + +.. _modlog-command-casesfor: + +^^^^^^^^ +casesfor +^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]casesfor + +**Description** + +Display cases for the specified member. + +**Arguments** + +* ````: The member to get cases for. |member-input| + +.. _modlog-command-listcases: + +^^^^^^^^^ +listcases +^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]listcases + +**Description** + +List cases for the specified member. + +**Arguments** + +* ````: The member to get cases for. |member-input| + +.. _modlog-command-reason: + +^^^^^^ +reason +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]reason [case] + +**Description** + +Specify a reason for a modlog case. + +Please note that you can only edit cases you are +the owner of unless you are a mod, admin or server owner. + +**Arguments** + +* ``[case]``: The case number to update the reason for. +* ````: The new reason for the specified case. + +.. note:: If no case number is specified, the latest case will be used. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/mutes.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/mutes.rst new file mode 100644 index 0000000000000000000000000000000000000000..cbab3fba56f75f7fef158ec720a6a5e04082876f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/mutes.rst @@ -0,0 +1,410 @@ +.. _mutes: + +===== +Mutes +===== + +This is the cog guide for the mutes cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load mutes + +.. _mutes-usage: + +----- +Usage +----- + +Mute users temporarily or indefinitely. + +.. _mutes-commands: + +-------- +Commands +-------- + +.. _mutes-command-activemutes: + +^^^^^^^^^^^ +activemutes +^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]activemutes + +**Description** + +Displays active mutes on this server. + +.. _mutes-command-mute: + +^^^^ +mute +^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]mute [time_and_reason] + +**Description** + +Mute users. + +Examples: + +* ``[p]mute @member1 @member2 spam 5 hours`` +* ``[p]mute @member1 3 days`` + +**Arguments** + +* ````: A space separated list of usernames, ID's, or mentions. +* ``[time_and_reason]``: The time and reason. If no time is provided, the mute will use the default set time or indefinite if this hasn't been configured. + +.. _mutes-command-mutechannel: + +^^^^^^^^^^^ +mutechannel +^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]mutechannel [time_and_reason] + +.. tip:: Alias: ``channelmute`` + +**Description** + +Mute a user in the current text channel (or in the parent of the current thread). + +Examples: + +* ``[p]mutechannel @member1 @member2 spam 5 hours`` +* ``[p]mutechannel @member1 3 days`` + +**Arguments** + +* ````: A space separated list of usernames, ID's, or mentions. +* ``[time_and_reason]``: The time and reason. If no time is provided, the mute will use the default set time or indefinite if this hasn't been configured. + +.. _mutes-command-muteset: + +^^^^^^^ +muteset +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]muteset + +**Description** + +Mute settings. + +.. _mutes-command-muteset-defaulttime: + +""""""""""""""""""" +muteset defaulttime +""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset defaulttime [time] + +.. tip:: Alias: ``muteset time`` + +**Description** + +Set the default mute time for the mute command. + +If no time interval is provided this will be cleared. + +**Arguments** + +* ``[time]``: The length of time for a default mute. + +.. _mutes-command-muteset-forcerole: + +""""""""""""""""" +muteset forcerole +""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset forcerole + +**Description** + +Whether or not to force role only mutes on the bot. + +**Arguments** + +* ````: Whether to enable or disable this setting, must provide ``true`` or ``false``. + +.. _mutes-command-muteset-makerole: + +"""""""""""""""" +muteset makerole +"""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset makerole + +**Description** + +Create a Muted role. + +This will create a role and apply overwrites to all available channels +to more easily setup muting a user. + +If you already have a muted role created on the server use +``[p]muteset role ROLE_NAME_HERE`` + +**Arguments** + +* ````: The name of the muted role to create. + +.. _mutes-command-muteset-notification: + +"""""""""""""""""""" +muteset notification +"""""""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset notification [channel] + +**Description** + +Set the notification channel for automatic unmute issues. + +If no channel is provided this will be cleared and notifications +about issues when unmuting users will not be sent anywhere. + +**Arguments** + +* ``[channel]``: The channel to receive unmute issue updates. |channel-input| + +.. _mutes-command-muteset-role: + +"""""""""""" +muteset role +"""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset role [role] + +**Description** + +Sets the role to be applied when muting a user. + +If no role is setup the bot will attempt to mute a user by setting +channel overwrites in all channels to prevent the user from sending messages. + +.. Note:: + + If no role is setup a user may be able to leave the server + and rejoin no longer being muted. + +**Arguments** + +* ``[role]``: The role for muted users to receive. |role-input| + +.. _mutes-command-muteset-senddm: + +"""""""""""""" +muteset senddm +"""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset senddm + +**Description** + +Set whether mute notifications should be sent to users in DMs. + +**Arguments** + +* ````: Whether to enable or disable this setting, must provide ``true`` or ``false``. + +.. _mutes-command-muteset-settings: + +"""""""""""""""" +muteset settings +"""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset settings + +.. tip:: Alias: ``muteset showsettings`` + +**Description** + +Shows the current mute settings for this guild. + +.. _mutes-command-muteset-showmoderator: + +""""""""""""""""""""" +muteset showmoderator +""""""""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]muteset showmoderator + +**Description** + +Decide whether the name of the moderator muting a user should be included in the DM to that user. + +**Arguments** + +* ````: Whether to enable or disable this setting, must provide ``true`` or ``false``. + +.. _mutes-command-unmute: + +^^^^^^ +unmute +^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]unmute [reason] + +**Description** + +Unmute users. + +**Arguments** + +* ````: A space separated list of usernames, ID's, or mentions. +* ``[reason]``: The reason for the unmute. + +.. _mutes-command-unmutechannel: + +^^^^^^^^^^^^^ +unmutechannel +^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]unmutechannel [reason] + +.. tip:: Alias: ``channelunmute`` + +**Description** + +Unmute a user in this channel (or in the parent of this thread). + +**Arguments** + +* ````: A space separated list of usernames, ID's, or mentions. +* ``[reason]``: The reason for the unmute. + +.. _mutes-command-voicemute: + +^^^^^^^^^ +voicemute +^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]voicemute [reason] + +**Description** + +Mute a user in their current voice channel. + +Examples: + +* ``[p]voicemute @member1 @member2 spam 5 hours`` +* ``[p]voicemute @member1 3 days`` + +**Arguments** + +* ````: A space separated list of usernames, ID's, or mentions. +* ``[time_and_reason]``: The time and reason. If no time is provided, the mute will use the default set time or indefinite if this hasn't been configured. + +.. _mutes-command-voiceunmute: + +^^^^^^^^^^^ +voiceunmute +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]voiceunmute [reason] + +**Description** + +Unmute a user in their current voice channel. + +**Arguments** + +* ````: A space separated list of usernames, ID's, or mentions. +* ``[reason]``: The reason for the unmute. \ No newline at end of file diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/permissions.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/permissions.rst new file mode 100644 index 0000000000000000000000000000000000000000..57b6c04d8bb6aa1e47a7c9c8c36521a0a0513c79 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/permissions.rst @@ -0,0 +1,440 @@ +.. _permissions: + +=========== +Permissions +=========== + +This is the cog guide for the permissions cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load permissions + +.. _permissions-usage: + +----- +Usage +----- + +Customise permissions for commands and cogs. + +This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do. +This cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands. + +When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command. +Global rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked in is: + +1. Rules about a user. +2. Rules about the voice channel a user is in. +3. Rules about the text channel or a parent of the thread a command was issued in. +4. Rules about a role the user has (The highest role they have with a rule will be used). +5. Rules about the server a user is in (Global rules only). + + +.. _permissions-commands: + +-------- +Commands +-------- + +.. _permissions-command-permissions: + +^^^^^^^^^^^ +permissions +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]permissions + +**Description** + +Command permission management tools. + +.. _permissions-command-permissions-acl: + +""""""""""""""" +permissions acl +""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions acl + +**Description** + +Manage permissions with YAML files. + +.. tip:: See :ref:`here ` for more information with configuring these yaml files. + +.. _permissions-command-permissions-acl-getglobal: + +""""""""""""""""""""""""" +permissions acl getglobal +""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions acl getglobal + +**Description** + +Get a YAML file detailing all global rules. + +.. _permissions-command-permissions-acl-getserver: + +""""""""""""""""""""""""" +permissions acl getserver +""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions acl getserver + +**Description** + +Get a YAML file detailing all rules in this server. + +.. _permissions-command-permissions-acl-setglobal: + +""""""""""""""""""""""""" +permissions acl setglobal +""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions acl setglobal + +**Description** + +Set global rules with a YAML file. + +.. warning:: + This will override reset *all* global rules + to the rules specified in the uploaded file. + +This does not validate the names of commands and cogs before +setting the new rules. + +.. _permissions-command-permissions-acl-setserver: + +""""""""""""""""""""""""" +permissions acl setserver +""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions acl setserver + +**Description** + +Set rules for this server with a YAML file. + +.. warning:: + This will override reset *all* rules in this + server to the rules specified in the uploaded file. + +.. _permissions-command-permissions-acl-updateglobal: + +"""""""""""""""""""""""""""" +permissions acl updateglobal +"""""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions acl updateglobal + +**Description** + +Update global rules with a YAML file. + +This won't touch any rules not specified in the YAML +file. + +.. _permissions-command-permissions-acl-updateserver: + +"""""""""""""""""""""""""""" +permissions acl updateserver +"""""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions acl updateserver + +**Description** + +Update rules for this server with a YAML file. + +This won't touch any rules not specified in the YAML +file. + +.. _permissions-command-permissions-acl-yamlexample: + +""""""""""""""""""""""""""" +permissions acl yamlexample +""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]permissions acl yamlexample + +**Description** + +Sends an example of the yaml layout for permissions + +.. _permissions-command-permissions-addglobalrule: + +""""""""""""""""""""""""" +permissions addglobalrule +""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions addglobalrule + +**Description** + +Add a global rule to a cog or command. + +**Arguments** + +* ````: This should be one of "allow" or "deny". +* ````: The cog or command to add the rule to. This is case sensitive. +* ````: One or more users, channels or roles the rule is for. + +.. _permissions-command-permissions-addserverrule: + +""""""""""""""""""""""""" +permissions addserverrule +""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions addserverrule + +**Description** + +Add a rule to a cog or command in this server. + +**Arguments** + +* ````: This should be one of "allow" or "deny". +* ````: The cog or command to add the rule to. This is case sensitive. +* ````: One or more users, channels or roles the rule is for. + +.. _permissions-command-permissions-canrun: + +"""""""""""""""""" +permissions canrun +"""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]permissions canrun + +**Description** + +Check if a user can run a command. + +This will take the current context into account, such as the +server and text channel. + +**Arguments** + +* ````: The user to check permissions for. +* ````: The command to check whether the user can run it or not. + +.. _permissions-command-permissions-clearglobalrules: + +"""""""""""""""""""""""""""" +permissions clearglobalrules +"""""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions clearglobalrules + +**Description** + +Reset all global rules. + +.. _permissions-command-permissions-clearserverrules: + +"""""""""""""""""""""""""""" +permissions clearserverrules +"""""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions clearserverrules + +**Description** + +Reset all rules in this server. + +.. _permissions-command-permissions-explain: + +""""""""""""""""""" +permissions explain +""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]permissions explain + +**Description** + +Explain how permissions works. + +.. _permissions-command-permissions-removeglobalrule: + +"""""""""""""""""""""""""""" +permissions removeglobalrule +"""""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions removeglobalrule + +**Description** + +Remove a global rule from a command. + +**Arguments** + +* ````: The cog or command to remove the rule from. This is case sensitive. +* ````: One or more users, channels or roles the rule is for. + +.. _permissions-command-permissions-removeserverrule: + +"""""""""""""""""""""""""""" +permissions removeserverrule +"""""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions removeserverrule + +**Description** + +Remove a server rule from a command. + +**Arguments** + +* ````: The cog or command to remove the rule from. This is case sensitive. +* ````: One or more users, channels or roles the rule is for. + +.. _permissions-command-permissions-setdefaultglobalrule: + +"""""""""""""""""""""""""""""""" +permissions setdefaultglobalrule +"""""""""""""""""""""""""""""""" + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions setdefaultglobalrule + +**Description** + +Set the default global rule for a command or a cog. + +This is the rule a command will default to when no other rule +is found. + +**Arguments** + +* ````: The cog or command to add the rule to. This is case sensitive. +* ````: One or more users, channels or roles the rule is for. + +.. _permissions-command-permissions-setdefaultserverrule: + +"""""""""""""""""""""""""""""""" +permissions setdefaultserverrule +"""""""""""""""""""""""""""""""" + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]permissions setdefaultserverrule + +**Description** + +Set the default rule for a command or a cog in this server. + +This is the rule a command will default to when no other rule +is found. + +**Arguments** + +* ````: The cog or command to add the rule to. This is case sensitive. +* ````: One or more users, channels or roles the rule is for. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/reports.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/reports.rst new file mode 100644 index 0000000000000000000000000000000000000000..24d429cf5ad43966a7f2e5e7fe0bbc1222b5d3c9 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/reports.rst @@ -0,0 +1,141 @@ +.. _reports: + +======= +Reports +======= + +This is the cog guide for the reports cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load reports + +.. _reports-usage: + +----- +Usage +----- + +Create user reports that server staff can respond to. + +Users can open reports using ``[p]report``. These are then sent +to a channel in the server for staff, and the report creator +gets a DM. Both can be used to communicate. + + +.. _reports-commands: + +-------- +Commands +-------- + +.. _reports-command-report: + +^^^^^^ +report +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]report [text] + +**Description** + +Send a report. + +Use without arguments for interactive reporting, or do +``[p]report [text]`` to use it non-interactively. + +**Arguments** + +* ``[text]``: The content included within the report. + +.. _reports-command-report-interact: + +""""""""""""""" +report interact +""""""""""""""" + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]report interact + +**Description** + +Open a message tunnel. + +This tunnel will forward things you say in this channel or thread +to the ticket opener's direct messages. + +Tunnels do not persist across bot restarts. + +**Arguments** + +* ````: The ticket number to open the tunnel in. + +.. _reports-command-reportset: + +^^^^^^^^^ +reportset +^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]reportset + +**Description** + +Manage Reports. + +.. _reports-command-reportset-output: + +"""""""""""""""" +reportset output +"""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]reportset output + +**Description** + +Set the channel where reports will be sent. + +**Arguments** + +* ````: |channel-input| + +.. _reports-command-reportset-toggle: + +"""""""""""""""" +reportset toggle +"""""""""""""""" + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]reportset toggle + +**Description** + +Enable or disable reporting for this server. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/streams.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/streams.rst new file mode 100644 index 0000000000000000000000000000000000000000..23aefd078c3eaf97d9fc3a95ae17980b0563412a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/streams.rst @@ -0,0 +1,533 @@ +.. _streams: + +======= +Streams +======= + +This is the cog guide for the Streams cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load streams + +.. _streams-usage: + +----- +Usage +----- + +This cog provides commands to check if a channel +on a supported streaming service is live as well +as to create and manage alerts for channels. + +Supported streaming services are: + +- Twitch +- Youtube +- Picarto + +Youtube and Twitch both require setting authentication +details for commands for those services to work. See +:ref:`[p]streamset twitchtoken ` and +:ref:`[p]streamset youtubekey ` +for more information. + +.. _streams-commands: + +-------- +Commands +-------- + +.. _streams-command-streamset: + +^^^^^^^^^ +streamset +^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset + +**Description** + +Manage stream alert settings. + +.. _streams-command-streamset-autodelete: + +^^^^^^^^^^^^^^^^^^^^ +streamset autodelete +^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset autodelete + +**Description** + +Toggles automatic deletion of stream alerts when the +stream goes offline. + +**Arguments** + +* ````: Whether to turn on or off + +.. _streams-command-streamset-ignorereruns: + +^^^^^^^^^^^^^^^^^^^^^^ +streamset ignorereruns +^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset ignorereruns + +**Description** + +Toggles excluding reruns from the alerts. + +At this time, this functionality only applies to Twitch stream alerts. + +.. _streams-command-streamset-mention: + +^^^^^^^^^^^^^^^^^ +streamset mention +^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset mention + +**Description** + +Toggle mentions for stream alerts. + +.. _streams-command-streamset-mention-all: + +^^^^^^^^^^^^^^^^^^^^^ +streamset mention all +^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset mention all + +**Description** + +Toggle mentioning ``@everyone`` for stream alerts. + +.. _streams-command-streamset-mention-online: + +^^^^^^^^^^^^^^^^^^^^^^^^ +streamset mention online +^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset mention online + +**Description** + +Toggle mentioning ``@here`` for stream alerts. + +.. _streams-command-streamset-mention-role: + +^^^^^^^^^^^^^^^^^^^^^^ +streamset mention role +^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset mention role + +**Description** + +Toggle mentioning a role for stream alerts. + +**Arguments** + +* ````: The role to toggle a mention for. |role-input| + +.. _streams-command-streamset-message: + +^^^^^^^^^^^^^^^^^ +streamset message +^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset message + +**Description** + +Manage custom messages for stream alerts. + +.. _streams-command-streamset-message-mention: + +^^^^^^^^^^^^^^^^^^^^^^^^^ +streamset message mention +^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset message mention + +**Description** + +Sets a stream alert message for when mentions are enabled. + +Use ``{mention}`` in the message to insert the selected mentions. + +Use ``{stream}`` in the message to insert the channel or user name. + +Use ``{stream.display_name}`` in the message to insert the channel's display name +(on Twitch, this may be different from ``{stream}``). + +For example: ``[p]streamset message mention {mention}, {stream.display_name} is live!`` + +**Arguments** + +* ````: Your alert message + +.. _streams-command-streamset-message-nomention: + +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +streamset message nomention +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset message nomention + +**Description** + +Sets a stream alert message for when mentions are disabled. + +Use ``{stream}`` in the message to insert the channel or user name. + +Use ``{stream.display_name}`` in the message to insert the channel's display name +(on Twitch, this may be different from ``{stream}``). + +For example: ``[p]streamset message nomention {stream.display_name} is live!`` + +**Arguments** + +* ````: Your alert message + +.. _streams-command-streamset-message-clear: + +^^^^^^^^^^^^^^^^^^^^^^^ +streamset message clear +^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset message clear + +**Description** + +Resets the stream alert messages for the server. + +.. _streams-command-streamset-timer: + +^^^^^^^^^^^^^^^ +streamset timer +^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset timer + +**Description** + +Sets the refresh time for stream alerts (how frequently they will be checked). + +This cannot be set to anything less than 60 seconds. + +**Arguments** + +* ````: The frequency with which streams should be checked, in seconds + +.. _streams-command-streamset-youtubekey: + +^^^^^^^^^^^^^^^^^^^^ +streamset youtubekey +^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset youtubekey + +**Description** + +Explains how to set the YouTube token. + +To get one, do the following: + +1. Create a project +(see https://support.google.com/googleapi/answer/6251787 for details) + +2. Enable the YouTube Data API v3 +(see https://support.google.com/googleapi/answer/6158841 for instructions) + +3. Set up your API key +(see https://support.google.com/googleapi/answer/6158862 for instructions) + +4. Copy your API key and run the command ``[p]set api youtube api_key `` + +.. attention:: These tokens are sensitive and should only be + used in a private channel or in DM with the bot. + +.. _streams-command-streamset-twitchtoken: + +^^^^^^^^^^^^^^^^^^^^^ +streamset twitchtoken +^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset twitchtoken + +**Description** + +Explains how to set the Twitch token. + +To set the Twitch API tokens, follow these steps: + +1. Go to this page: https://dev.twitch.tv/dashboard/apps. + +2. Click Register Your Application. + +3. Enter a name, set the OAuth Redirect URI to http://localhost, and select an Application Category of your choosing. + +4. Click Register. + +5. Copy your client ID and your client secret into: +``[p]set api twitch client_id client_secret `` + +.. attention:: These tokens are sensitive and should only be + used in a private channel or in DM with the bot. + +.. _streams-command-streamset-usebuttons: + +^^^^^^^^^^^^^^^^^^^^ +streamset usebuttons +^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamset usebuttons + +**Description** + +Toggle whether to use buttons for stream alerts. + +.. _streams-command-picarto: + +^^^^^^^ +picarto +^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]picarto + +**Description** + +Check if a Picarto channel is live. + +**Arguments** + +* ````: The Picarto channel to check. + +.. _streams-command-twitchstream: + +^^^^^^^^^^^^ +twitchstream +^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]twitchstream + +**Description** + +Check if a Twitch channel is live. + +**Arguments** + +* ````: The Twitch channel to check. + +.. _streams-command-youtubestream: + +^^^^^^^^^^^^^ +youtubestream +^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]youtubestream + +**Description** + +Check if a YouTube channel is live. + +**Arguments** + +* ````: The name or id of the YouTube channel to be checked. + +.. _streams-command-streamalert: + +^^^^^^^^^^^ +streamalert +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamalert + +**Description** + +Manage automated stream alerts. + +.. _streams-command-streamalert-list: + +^^^^^^^^^^^^^^^^ +streamalert list +^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamalert list + +**Description** + +Lists all active alerts in the current server. + +.. _streams-command-streamalert-picarto: + +^^^^^^^^^^^^^^^^^^^ +streamalert picarto +^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamalert picarto + +**Description** + +Toggle alerts in the current channel for the +specified Picarto channel. + +**Arguments** + +* ````: The Picarto channel to toggle the alert for. + +.. _streams-command-streamalert-twitch-channel: + +^^^^^^^^^^^^^^^^^^^^^^^^^^ +streamalert twitch channel +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamalert twitch channel + +**Description** + +Toggle alerts in the current channel for the +specified Twitch channel. + +**Arguments** + +* ````: The Twitch channel to toggle the alert for. + +.. _streams-command-streamalert-youtube: + +^^^^^^^^^^^^^^^^^^^ +streamalert youtube +^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamalert youtube + +**Description** + +Toggle alerts in the current channel for the +specified Picarto channel. + +**Arguments** + +* ````: The name or id of the YouTube channel to be checked. + +.. _streams-command-streamalert-stop: + +^^^^^^^^^^^^^^^^ +streamalert stop +^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]streamalert stop [disable-all=No] + +**Description** + +Disable all stream alerts for this channel or server. + +**Arguments** + +* ``[disable-all]``: Defaults to ``no``. If this is set to ``yes``, all + stream alerts in the current server will be disabled. + If ``no`` or unspecified, all stream alerts in the + current channel will be stopped. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/trivia.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/trivia.rst new file mode 100644 index 0000000000000000000000000000000000000000..3996e29f0e42ec8076244731f91ddac95b148b1b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/trivia.rst @@ -0,0 +1,439 @@ +.. _trivia: + +====== +Trivia +====== + +This is the cog guide for the trivia cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load trivia + +.. _trivia-usage: + +----- +Usage +----- + +This cog allows for playing trivia with others. You may +choose to play just one category at a time or choose +multiple to add variety to your game. You can even create +your own lists! + +.. _trivia-commands: + +-------- +Commands +-------- + +Here is a list of all of the commands for this cog: + +.. _trivia-command-triviaset: + +^^^^^^^^^ +triviaset +^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset + +**Description** + +Commands for managing trivia settings. + +.. _trivia-command-triviaset-botplays: + +^^^^^^^^^^^^^^^^^^ +triviaset botplays +^^^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset botplays + +**Description** + +Sets whether the bot gains a point if nobody guesses correctly. + +**Arguments** + +- ```` If ``true``, the bot will gain a point if nobody + guesses correctly, otherwise it will not. + +.. _trivia-command-triviaset-maxscore: + +^^^^^^^^^^^^^^^^^^ +triviaset maxscore +^^^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset maxscore + +**Description** + +Sets the total points required to win. + +**Arguments** + +- ```` The amount of points required to win. + +.. _trivia-command-triviaset-override: + +^^^^^^^^^^^^^^^^^^ +triviaset override +^^^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset override + +**Description** + +Allow/disallow trivia lists to override the settings. + +**Arguments** + +- ```` Whether trivia lists should be able to override settings. + +.. _trivia-command-triviaset-payout: + +^^^^^^^^^^^^^^^^ +triviaset payout +^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset payout + +**Description** + +Sets the payout multiplier. + +If a user wins trivia when at least 3 users are playing, they will receive credits; +the amount received is determined by multiplying their total score by this multiplier. + +**Arguments** + +- ```` The amount to multiply the winner's score by to determine payout. + This can be any positive decimal number. Setting this to 0 will disable. + +.. _trivia-command-triviaset-revealanswer: + +^^^^^^^^^^^^^^^^^^^^^^ +triviaset revealanswer +^^^^^^^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset revealanswer + +**Description** + +Sets whether or not the answer is revealed if the time limit for answering runs out. + +**Arguments** + +- ```` If ``true``, the bot will reveal the answer if there is no + correct guess within the time limit. + +.. _trivia-command-triviaset-showsettings: + +^^^^^^^^^^^^^^^^^^^^^^ +triviaset showsettings +^^^^^^^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset showsettings + +**Description** + +Shows the current trivia settings. + +.. _trivia-command-triviaset-stopafter: + +^^^^^^^^^^^^^^^^^^^ +triviaset stopafter +^^^^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset stopafter + +**Description** + +Sets how long the bot should wait before stopping the trivia +session due to lack of response. + +**Arguments** + +- ```` The number of seconds to wait before stopping the session. + +.. _trivia-command-triviaset-timelimit: + +^^^^^^^^^^^^^^^^^^^ +triviaset timelimit +^^^^^^^^^^^^^^^^^^^ + +.. note:: |mod-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset timelimit + +**Description** + +Sets the maximum time permitted to answer a question. + +**Arguments** + +- ```` The number of seconds to wait for an answer. + +.. _trivia-command-triviaset-custom: + +^^^^^^^^^^^^^^^^ +triviaset custom +^^^^^^^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset custom + +**Description** + +Manage custom trivia lists. + +.. tip:: + + Looking to learn how to create your own trivia lists? + See :ref:`here ` for more information. + +.. _trivia-command-triviaset-custom-upload: + +^^^^^^^^^^^^^^^^^^^^^^^ +triviaset custom upload +^^^^^^^^^^^^^^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset custom upload + +**Description** + +Upload a custom trivia list. The bot will prompt you to upload +your list as an attachment in Discord. + +.. _trivia-command-triviaset-custom-list: + +^^^^^^^^^^^^^^^^^^^^^ +triviaset custom list +^^^^^^^^^^^^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset custom list + +**Description** + +List all uploaded custom trivia lists. + +.. _trivia-command-triviaset-custom-delete: + +^^^^^^^^^^^^^^^^^^^^^^^ +triviaset custom delete +^^^^^^^^^^^^^^^^^^^^^^^ + +.. note:: |owner-lock| + +**Syntax** + +.. code-block:: none + + [p]triviaset custom delete + +**Description** + +Delete a custom trivia list. + +**Arguments** + +- ```` The name of the custom list to be deleted. + +.. _trivia-command-trivia: + +^^^^^^ +trivia +^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]trivia + +**Description** + +Start a trivia session on the specified category. + +Multiple categories can be listed, in which case the trivia session +will use all of the specified lists to select questions from. + +**Arguments** + +- ```` The category to play. Can be multiple. + +.. _trivia-command-trivia-leaderboard: + +^^^^^^^^^^^^^^^^^^ +trivia leaderboard +^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]trivia leaderboard + +**Description** + +Shows the trivia leaderboard. Defaults to the top ten in the +current server, sorted by total wins. The subcommands provide +more customized leaderboards. + +.. _trivia-command-trivia-leaderboard-global: + +^^^^^^^^^^^^^^^^^^^^^^^^^ +trivia leaderboard global +^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]trivia leaderboard global [sort_by=wins] [top=10] + +**Description** + +The global trivia leaderboard. + +**Arguments** + +- ``[sort_by=wins]`` The method by which to sort the leaderboard (defaults to wins). Can be one of: + + - ``wins`` Total wins + - ``avg`` Average score + - ``total`` Total correct answers from all sessions + - ``games`` Total games played. + +- ``[top=10]`` The number of ranks to show on the leaderboard. Defaults to 10 + +.. _trivia-command-trivia-leaderboard-server: + +^^^^^^^^^^^^^^^^^^^^^^^^^ +trivia leaderboard server +^^^^^^^^^^^^^^^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]trivia leaderboard server [sort_by=wins] [top=10] + +**Description** + +The trivia leaderboard for this server. + +**Arguments** + +- ``[sort_by=wins]`` The method by which to sort the leaderboard (defaults to wins). Can be one of: + + - ``wins`` Total wins + - ``avg`` Average score + - ``total`` Total correct answers from all sessions + - ``games`` Total games played. + +- ``[top=10]`` The number of ranks to show on the leaderboard. Defaults to 10 + +.. _trivia-command-trivia-list: + +^^^^^^^^^^^ +trivia list +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]trivia list + +**Description** + +Lists the available trivia categories + +.. _trivia-command-trivia-stop: + +^^^^^^^^^^^ +trivia stop +^^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]trivia stop + +**Description** + +Stops an ongoing trivia session. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/warnings.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/warnings.rst new file mode 100644 index 0000000000000000000000000000000000000000..a0264e2476564435e9c1242efaefbba710ca0038 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_guides/warnings.rst @@ -0,0 +1,403 @@ +.. _warnings: + +======== +Warnings +======== + +This is the cog guide for the warnings cog. You will +find detailed docs about usage and commands. + +``[p]`` is considered as your prefix. + +.. note:: To use this cog, load it by typing this:: + + [p]load warnings + +.. _warnings-usage: + +----- +Usage +----- + +Warn misbehaving users and take automated actions. + + +.. _warnings-commands: + +-------- +Commands +-------- + +.. _warnings-command-actionlist: + +^^^^^^^^^^ +actionlist +^^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]actionlist + +**Description** + +List all configured automated actions for Warnings. + +.. _warnings-command-mywarnings: + +^^^^^^^^^^ +mywarnings +^^^^^^^^^^ + +**Syntax** + +.. code-block:: none + + [p]mywarnings + +**Description** + +List warnings for yourself. + +.. _warnings-command-reasonlist: + +^^^^^^^^^^ +reasonlist +^^^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]reasonlist + +**Description** + +List all configured reasons for Warnings. + +.. _warnings-command-unwarn: + +^^^^^^ +unwarn +^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]unwarn [reason] + +**Description** + +Remove a warning from a member. + +**Arguments** + +* ````: The member to remove the warning from. |member-input-quotes| +* ````: The warning ID to remove from the member. +* ``[reason]``: The reason for unwarning this member. + +.. _warnings-command-warn: + +^^^^ +warn +^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]warn [points=1] + +**Description** + +Warn the user for the specified reason. + +**Arguments** + +* ````: The member to warn. |member-input-quotes| +* ``[points]``: The number of points the warning should be for. If no number is supplied, 1 point will be given. Pre-set warnings disregard this. +* ````: The reason for the warning. This can be a registered reason, or a custom reason if ``[p]warningset allowcustomreasons`` is set. + +.. _warnings-command-warnaction: + +^^^^^^^^^^ +warnaction +^^^^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]warnaction + +**Description** + +Manage automated actions for Warnings. + +Actions are essentially command macros. Any command can be run +when the action is initially triggered, and/or when the action +is lifted. + +Actions must be given a name and a points threshold. When a +user is warned enough so that their points go over this +threshold, the action will be executed. + +.. _warnings-command-warnaction-add: + +"""""""""""""" +warnaction add +"""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warnaction add + +**Description** + +Create an automated action. + +Duplicate action names are not allowed. + +**Arguments** + +* ````: The name of the action. +* ````: The number of points for this action. + +.. _warnings-command-warnaction-delete: + +""""""""""""""""" +warnaction delete +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warnaction delete + +**Description** + +Delete the action with the specified name. + +**Arguments** + +* ````: The name of the action to delete. + +.. _warnings-command-warnings: + +^^^^^^^^ +warnings +^^^^^^^^ + +.. note:: |admin-lock| + +**Syntax** + +.. code-block:: none + + [p]warnings + +**Description** + +List the warnings for the specified member. + +**Arguments** + +* ````: The member to get the warnings for. |member-input| + +.. _warnings-command-warningset: + +^^^^^^^^^^ +warningset +^^^^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]warningset + +**Description** + +Manage settings for Warnings. + +.. _warnings-command-warningset-allowcustomreasons: + +""""""""""""""""""""""""""""" +warningset allowcustomreasons +""""""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warningset allowcustomreasons + +**Description** + +Enable or disable custom reasons for a warning. + +**Arguments** + +* ````: |bool-input| + +.. _warnings-command-warningset-senddm: + +""""""""""""""""" +warningset senddm +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warningset senddm + +**Description** + +Set whether warnings should be sent to users in DMs. + +**Arguments** + +* ````: |bool-input| + +.. _warnings-command-warningset-showmoderator: + +"""""""""""""""""""""""" +warningset showmoderator +"""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warningset showmoderator + +**Description** + +Decide whether the name of the moderator warning a user should be included in the DM to that user. + +**Arguments** + +* ````: |bool-input| + +.. _warnings-command-warningset-usewarnchannel: + +""""""""""""""""""""""""" +warningset usewarnchannel +""""""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warningset usewarnchannel + +**Description** + +Set if warnings should be sent to a channel set with ``[p]warningset warnchannel``. + +**Arguments** + +* ````: |bool-input| + +.. _warnings-command-warningset-warnchannel: + +"""""""""""""""""""""" +warningset warnchannel +"""""""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warningset warnchannel [channel] + +**Description** + +Set the channel where warnings should be sent to. + +**Arguments** + +* ``[channel]``: |channel-input| Leave empty to use the channel ``[p]warn`` command was called in. + +.. _warnings-command-warnreason: + +^^^^^^^^^^ +warnreason +^^^^^^^^^^ + +.. note:: |guildowner-lock| + +**Syntax** + +.. code-block:: none + + [p]warnreason + +**Description** + +Manage warning reasons. + +Reasons must be given a name, description and points value. The +name of the reason must be given when a user is warned. + +.. _warnings-command-warnreason-create: + +""""""""""""""""" +warnreason create +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warnreason create + +.. tip:: Alias: ``warnreason add`` + +**Description** + +Create a warning reason. + +**Arguments** + +* ````: The name for the new reason. +* ````: The number of points with the new reason. +* ````: The description of the new warn reason. + +.. _warnings-command-warnreason-delete: + +""""""""""""""""" +warnreason delete +""""""""""""""""" + +**Syntax** + +.. code-block:: none + + [p]warnreason delete + +**Description** + +Delete a warning reason. + +**Arguments** + +* ````: The name of the reason to delete. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/cog_permissions.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_permissions.rst new file mode 100644 index 0000000000000000000000000000000000000000..f9b263f7f90882cb85c65c59b0026a034b130ac5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/cog_permissions.rst @@ -0,0 +1,98 @@ +.. Permissions Cog Reference +.. _cog_permissions: + +========================= +Permissions Cog Reference +========================= + +------------ +How it works +------------ + +When loaded, the permissions cog will allow you to define extra custom rules for who can use a +command. + +If no applicable rules are found, the command will behave normally. + +Rules can also be added to cogs, which will affect all commands from that cog. The cog name can be +found from the help menu. + +------------- +Rule priority +------------- + +Rules set for subcommands will take precedence over rules set for the parent commands, which +lastly take precedence over rules set for the cog. So for example, if a user is denied the Core +cog, but allowed the ``[p]set token`` command, the user will not be able to use any command in the +Core cog except for ``[p]set token``. + +In terms of scope, global rules will be checked first, then server rules. + +For each of those, the first rule pertaining to one of the following models will be used: + +1. User +2. Voice channel a user is connected to +3. The channel command was issued in (parent channel in case of invocations in threads) +4. Channel category +5. Roles, highest to lowest +6. Server (can only be in global rules) +7. Default rules + +In private messages, only global rules about a user will be checked. + +------------------------- +Setting Rules From a File +------------------------- + +The permissions cog can also set, display or update rules with a YAML file with the +``[p]permissions yaml`` command. Models must be represented by ID. Rules must be ``true`` for +allow, or ``false`` for deny. Here is an example: + +.. code-block:: yaml + + COG: + Admin: + 78631113035100160: true + 96733288462286848: false + Audio: + 133049272517001216: true + default: false + COMMAND: + cleanup bot: + 78631113035100160: true + default: false + ping: + 96733288462286848: false + default: true + +---------------------- +Example configurations +---------------------- + +Locking the ``[p]play`` command to approved server(s) as a bot owner: + +.. code-block:: none + + [p]permissions setdefaultglobalrule deny play + [p]permissions addglobalrule allow play [server ID or name] + +Locking the ``[p]play`` command to specific voice channel(s) as a serverowner or admin: + +.. code-block:: none + + [p]permissions setdefaultserverrule deny play + [p]permissions setdefaultserverrule deny "playlist start" + [p]permissions addserverrule allow play [voice channel ID or name] + [p]permissions addserverrule allow "playlist start" [voice channel ID or name] + +Allowing extra roles to use ``[p]cleanup``: + +.. code-block:: none + + [p]permissions addserverrule allow cleanup [role ID] + +Preventing ``[p]cleanup`` from being used in channels where message history is important: + +.. code-block:: none + + [p]permissions addserverrule deny cleanup [channel ID or mention] diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/conf.py b/testbed/Cog-Creators__Red-DiscordBot/docs/conf.py new file mode 100644 index 0000000000000000000000000000000000000000..2f4e23587aeba9c08dcf0e947e72cba29cc338d8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/conf.py @@ -0,0 +1,281 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# +# Red - Discord Bot documentation build configuration file, created by +# sphinx-quickstart on Thu Aug 10 23:18:25 2017. +# +# This file is execfile()d with the current directory set to its +# containing dir. +# +# Note that not all possible configuration values are present in this +# autogenerated file. +# +# All configuration values have a default; values that are commented out +# serve to show the default. + +# If extensions (or modules to document with autodoc) are in another directory, +# add these directories to sys.path here. If the directory is relative to the +# documentation root, use os.path.abspath to make it absolute, like shown here. +# +import os +import sys +import time + +sys.path.insert(0, os.path.abspath("..")) +sys.path.insert(0, os.path.abspath("_ext")) + +os.environ["BUILDING_DOCS"] = "1" + + +# -- General configuration ------------------------------------------------ + +# If your documentation needs a minimal Sphinx version, state it here. +# +# needs_sphinx = '1.0' + +# Add any Sphinx extension module names here, as strings. They can be +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom +# ones. +extensions = [ + "sphinx.ext.autodoc", + "sphinx.ext.extlinks", + "sphinx.ext.intersphinx", + "sphinx.ext.viewcode", + "sphinx.ext.napoleon", + "sphinx.ext.doctest", + "sphinxcontrib_trio", + "sphinx-prompt", + "deprecated_removed", +] + +# Add any paths that contain templates here, relative to this directory. +templates_path = ["_templates"] + +# The suffix(es) of source filenames. +# You can specify multiple suffix as a list of string: +# +# source_suffix = ['.rst', '.md'] +source_suffix = ".rst" + +# The master toctree document. +master_doc = "index" + +# General information about the project. +project = "Red - Discord Bot" +copyright = f"2018-{time.strftime('%Y')}, Cog Creators" +author = "Cog Creators" + +# The version info for the project you're documenting, acts as replacement for +# |version| and |release|, also used in various other places throughout the +# built documents. +# +from redbot.core import __version__ +from discord import __version__ as dpy_version, version_info as dpy_version_info + +# The short X.Y version. +version = __version__ +# The full version, including alpha/beta/rc tags. +release = __version__ + +# The language for content autogenerated by Sphinx. Refer to documentation +# for a list of supported languages. +# +# This is also used if you do content translation via gettext catalogs. +# Usually you set "language" from the command line for these cases. +language = "en" + +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +# This patterns also effect to html_static_path and html_extra_path +exclude_patterns = [ + "_build", + "Thumbs.db", + ".DS_Store", + # to ensure that include files (partial pages) aren't built, exclude them + "**/_includes/**", +] + +# The name of the Pygments (syntax highlighting) style to use. +pygments_style = "default" + +# If true, `todo` and `todoList` produce output, else they produce nothing. +todo_include_todos = False + +# Role which is assigned when you make a simple reference within backticks +default_role = "any" + +# Includes substitutions for all files +with open("prolog.txt", "r") as file: + rst_prolog = file.read() + +# Adds d.py version to available substitutions in all files +rst_prolog += f"\n.. |DPY_VERSION| replace:: {dpy_version}" + +# Add release highlight indicator to available substitutions in all files +rst_prolog += f"\n.. |cool| replace:: \N{HEAVY BLACK HEART}\N{VARIATION SELECTOR-16}" + +# -- Options for HTML output ---------------------------------------------- + +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +# +html_theme = "sphinx_rtd_theme" + +# Add any extra paths that contain custom files (such as robots.txt or +# .htaccess) here, relative to this directory. These files are copied +# directly to the root of the documentation. +# +html_extra_path = ["_html"] + +# Theme options are theme-specific and customize the look and feel of a theme +# further. For a list of options available for each theme, see the +# documentation. +# +# html_theme_options = {} + +html_context = { + # Enable the "Edit in GitHub link within the header of each page. + "display_github": True, + "github_user": "Cog-Creators", + "github_repo": "Red-DiscordBot", + "github_version": "V3/develop/docs/", +} + +# Add any paths that contain custom static files (such as style sheets) here, +# relative to this directory. They are copied after the builtin static files, +# so a file named "default.css" will overwrite the builtin "default.css". +# html_static_path = ['_static'] + +# Custom sidebar templates, must be a dictionary that maps document names +# to template names. +# +# This is required for the alabaster theme +# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars +html_sidebars = { + "**": [ + "about.html", + "navigation.html", + "relations.html", # needs 'show_related': True theme option to display + "searchbox.html", + "donate.html", + ] +} + + +# -- Options for HTMLHelp output ------------------------------------------ + +# Output file base name for HTML help builder. +htmlhelp_basename = "Red-DiscordBotdoc" + + +# -- Options for LaTeX output --------------------------------------------- + +latex_elements = { + # The paper size ('letterpaper' or 'a4paper'). + # + # 'papersize': 'letterpaper', + # The font size ('10pt', '11pt' or '12pt'). + # + # 'pointsize': '10pt', + # Additional stuff for the LaTeX preamble. + # + # 'preamble': '', + # Latex figure (float) alignment + # + # 'figure_align': 'htbp', +} + +# Grouping the document tree into LaTeX files. List of tuples +# (source start file, target name, title, +# author, documentclass [howto, manual, or own class]). +latex_documents = [ + (master_doc, "Red-DiscordBot.tex", "Red - Discord Bot Documentation", "Cog Creators", "manual") +] + + +# -- Options for manual page output --------------------------------------- + +# One entry per manual page. List of tuples +# (source start file, name, description, authors, manual section). +man_pages = [(master_doc, "red-discordbot", "Red - Discord Bot Documentation", [author], 1)] + + +# -- Options for Texinfo output ------------------------------------------- + +# Grouping the document tree into Texinfo files. List of tuples +# (source start file, target name, title, author, +# dir menu entry, description, category) +texinfo_documents = [ + ( + master_doc, + "Red-DiscordBot", + "Red - Discord Bot Documentation", + author, + "Red-DiscordBot", + "One line description of project.", + "Miscellaneous", + ) +] + + +# -- Options for linkcheck builder ---------------------------------------- + +# A list of regular expressions that match URIs that should not be +# checked when doing a linkcheck build. +linkcheck_ignore = [r"https://java.com*", r"https://chocolatey.org*"] +linkcheck_retries = 3 + + +# -- Options for extensions ----------------------------------------------- + +if dpy_version_info.releaselevel == "final": + # final release - versioned docs should be available + dpy_docs_url = f"https://discordpy.readthedocs.io/en/v{dpy_version}/" +else: + # alpha release - `latest` version of docs should be used + dpy_docs_url = "https://discordpy.readthedocs.io/en/latest/" + +# Intersphinx +intersphinx_mapping = { + "python": ("https://docs.python.org/3", None), + "dpy": (dpy_docs_url, None), + "motor": ("https://motor.readthedocs.io/en/stable/", None), + "babel": ("http://babel.pocoo.org/en/stable/", None), + "dateutil": ("https://dateutil.readthedocs.io/en/stable/", None), +} + +# Extlinks +# This allows to create links to d.py docs with +# :dpy_docs:`link text ` +extlinks = { + "dpy_docs": (f"{dpy_docs_url}/%s", None), + "issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#%s"), + "ghuser": ("https://github.com/%s", "@%s"), +} + +# Doctest +# If this string is non-empty, all blocks with ``>>>`` in them will be +# tested, not just the ones explicitly marked with ``.. doctest::`` +doctest_test_doctest_blocks = "" + +# Autodoc options +autodoc_default_options = {"show-inheritance": True} +autodoc_typehints = "none" + + +from docutils import nodes +from sphinx.transforms import SphinxTransform + + +# d.py's |coro| substitution leaks into our docs because we don't replace some of the docstrings +class IgnoreCoroSubstitution(SphinxTransform): + default_priority = 210 + + def apply(self, **kwargs) -> None: + for ref in self.document.traverse(nodes.substitution_reference): + if ref["refname"] == "coro": + ref.replace_self(nodes.Text("", "")) + + +def setup(app): + app.add_transform(IgnoreCoroSubstitution) diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_apikeys.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_apikeys.rst new file mode 100644 index 0000000000000000000000000000000000000000..128150f450996401d8e9ff390e3b62c0de930b02 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_apikeys.rst @@ -0,0 +1,81 @@ +.. V3 Shared API Key Reference + +=============== +Shared API Keys +=============== + +Red has a central API key storage utilising the core bots config. This allows cog creators to add a single location to store API keys for their cogs which may be shared between other cogs. + +There needs to be some consistency between cog creators when using shared API keys between cogs. To help make this easier service should be all **lowercase** and the key names should match the naming convention of the API being accessed. + +Example: + +Twitch has a client ID and client secret so a user should be asked to input + +``[p]set api twitch client_id,1234ksdjf client_secret,1234aldlfkd`` + +and when accessed in the code it should be done by + +.. code-block:: python + + await self.bot.get_shared_api_tokens("twitch") + +Each service has its own dict of key, value pairs for each required key type. If there's only one key required then a name for the key is still required for storing and accessing. + +Example: + +``[p]set api youtube api_key,1234ksdjf`` + +and when accessed in the code it should be done by + +.. code-block:: python + + await self.bot.get_shared_api_tokens("youtube") + + +*********** +Basic Usage +*********** + +.. code-block:: python + + class MyCog: + @commands.command() + async def youtube(self, ctx, user: str): + youtube_keys = await self.bot.get_shared_api_tokens("youtube") + if youtube_keys.get("api_key") is None: + return await ctx.send("The YouTube API key has not been set.") + # Use the API key to access content as you normally would + + +*************** +Event Reference +*************** + +.. function:: on_red_api_tokens_update(service_name, api_tokens) + + Dispatched when service's api keys are updated. + + :param service_name: Name of the service. + :type service_name: :class:`str` + :param api_tokens: New Mapping of token names to tokens. This contains api tokens that weren't changed too. + :type api_tokens: Mapping[:class:`str`, :class:`str`] + + +********************* +Additional References +********************* + +.. py:currentmodule:: redbot.core.bot + +.. automethod:: Red.get_shared_api_tokens + :noindex: + +.. automethod:: Red.set_shared_api_tokens + :noindex: + +.. automethod:: Red.remove_shared_api_tokens + :noindex: + +.. automethod:: Red.remove_shared_api_services + :noindex: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_bank.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_bank.rst new file mode 100644 index 0000000000000000000000000000000000000000..fc1dddb9c37e04a970767b7a1b7253a45b47f61a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_bank.rst @@ -0,0 +1,45 @@ +.. V3 Bank + +.. role:: python(code) + :language: python + +==== +Bank +==== + +Bank has now been separated from Economy for V3. New to bank is support for +having a global bank. + +*********** +Basic Usage +*********** + +.. code-block:: python + + from redbot.core import bank, commands + import discord + + class MyCog(commands.Cog): + @commands.command() + async def balance(self, ctx, user: discord.Member = commands.Author): + bal = await bank.get_balance(user) + currency = await bank.get_currency_name(ctx.guild) + await ctx.send( + "{}'s balance is {} {}".format( + user.display_name, bal, currency + ) + ) + +************* +API Reference +************* + +Bank +====== + +.. automodule:: redbot.core.bank + :members: + :exclude-members: cost + + .. autofunction:: cost + :decorator: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_bot.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_bot.rst new file mode 100644 index 0000000000000000000000000000000000000000..27627ae180dcc400b69bf581e77c80559acb75b4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_bot.rst @@ -0,0 +1,17 @@ +.. bot module docs + +=== +Bot +=== + +.. automodule:: redbot.core.bot + +Red +^^^ + +.. autoclass:: Red + :members: + :exclude-members: get_context, get_embed_color + + .. automethod:: register_rpc_handler + .. automethod:: unregister_rpc_handler diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_checks.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_checks.rst new file mode 100644 index 0000000000000000000000000000000000000000..6fe3b5cc41e69d882e9317210eb85fdc2c96127e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_checks.rst @@ -0,0 +1,11 @@ +.. _checks: + +======================== +Command Check Decorators +======================== + +The following are all decorators for commands, which add restrictions to where and when they can be +run. + +.. automodule:: redbot.core.commands + :members: permissions_check, bot_has_permissions, bot_in_a_guild, bot_can_manage_channel, bot_can_react, has_permissions, can_manage_channel, has_guild_permissions, is_owner, guildowner, guildowner_or_can_manage_channel, guildowner_or_permissions, admin, admin_or_can_manage_channel, admin_or_permissions, mod, mod_or_can_manage_channel, mod_or_permissions diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_cogmanager.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_cogmanager.rst new file mode 100644 index 0000000000000000000000000000000000000000..af094f1367177791985bcbcd399da17b6fa16df4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_cogmanager.rst @@ -0,0 +1,8 @@ +.. cog manager docs + +=========== +Cog Manager +=========== + +.. automodule:: redbot.core.cog_manager + :members: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_commands.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_commands.rst new file mode 100644 index 0000000000000000000000000000000000000000..38a574707062284f1eb5b828e75a5d32539ccd66 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_commands.rst @@ -0,0 +1,75 @@ +.. red commands module documentation + +================ +Commands Package +================ + +This package acts almost identically to :doc:`discord.ext.commands `; i.e. +all of the attributes from discord.py's are also in ours. +Some of these attributes, however, have been slightly modified, while others have been added to +extend functionalities used throughout the bot, as outlined below. + +.. autofunction:: redbot.core.commands.command + +.. autofunction:: redbot.core.commands.hybrid_command + +.. autofunction:: redbot.core.commands.group + +.. autofunction:: redbot.core.commands.hybrid_group + +.. autoclass:: redbot.core.commands.Cog + + .. automethod:: format_help_for_context + + .. automethod:: red_get_data_for_user + + .. automethod:: red_delete_data_for_user + +.. autoclass:: redbot.core.commands.GroupCog + +.. autoclass:: redbot.core.commands.Command + :members: + :inherited-members: format_help_for_context + +.. autoclass:: redbot.core.commands.HybridCommand + :members: + +.. autoclass:: redbot.core.commands.Group + :members: + +.. autoclass:: redbot.core.commands.HybridGroup + :members: + +.. autoclass:: redbot.core.commands.Context + :members: + +.. autoclass:: redbot.core.commands.GuildContext + +.. autoclass:: redbot.core.commands.DMContext + +.. automodule:: redbot.core.commands.requires + :members: PrivilegeLevel, PermState, Requires + +.. automodule:: redbot.core.commands.converter + :members: + :exclude-members: UserInputOptional, convert + :no-undoc-members: + + .. autodata:: UserInputOptional + :annotation: + +.. _framework-commands-help: + +****************** +Help Functionality +****************** + +.. warning:: + + The content in this section is provisional and may change + without prior notice or warning. Updates to this will be communicated + on `this issue `_ + + +.. automodule:: redbot.core.commands.help + :members: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_config.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_config.rst new file mode 100644 index 0000000000000000000000000000000000000000..52aa30056a6105bafb606ce8eb574880561ae566 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_config.rst @@ -0,0 +1,569 @@ +.. config shite + +.. role:: python(code) + :language: python + +====== +Config +====== + +Config was introduced in V3 as a way to make data storage easier and safer for all developers regardless of skill level. +It will take some getting used to as the syntax is entirely different from what Red has used before, but we believe +Config will be extremely beneficial to both cog developers and end users in the long run. + +.. note:: While config is great for storing data safely, there are some caveats to writing performant code which uses it. + Make sure to read the section on best practices for more of these details. + +*********** +Basic Usage +*********** + +.. code-block:: python + + from redbot.core import Config + from redbot.core import commands + + class MyCog(commands.Cog): + def __init__(self): + self.config = Config.get_conf(self, identifier=1234567890) + + self.config.register_global( + foo=True + ) + + @commands.command() + async def return_some_data(self, ctx): + await ctx.send(await self.config.foo()) + +******** +Tutorial +******** + +.. py:currentmodule:: redbot.core.config + +This tutorial will walk you through how to use Config. + +First, you need to import Config: + +.. code-block:: python + + from redbot.core import Config + +Then, in the class's :code:`__init__` function, you need to get a config instance: + +.. code-block:: python + + class MyCog(commands.Cog): + def __init__(self): + self.config = Config.get_conf(self, identifier=1234567890) + +The ``identifier`` in :py:meth:`Config.get_conf` is used to keep your cog's data separate +from that of another cog, and thus should be unique to your cog. For example: if we +have two cogs named :code:`MyCog` and their identifier is different, each will have +its own data without overwriting the other's data. Note that it is also possible +to force registration of a data key before allowing you to get and set data for +that key by adding :code:`force_registration=True` after identifier (that defaults +to :code:`False` though) + +After we've gotten that, we need to register default values: + +.. code-block:: python + + class MyCog(commands.Cog): + def __init__(self): + self.config = Config.get_conf(self, identifier=1234567890) + default_global = { + "foobar": True, + "foo": { + "bar": True, + "baz": False + } + } + default_guild = { + "blah": [], + "baz": 1234567890 + } + self.config.register_global(**default_global) + self.config.register_guild(**default_guild) + +As seen in the example above, we can set up our defaults in dicts and then use those in +the appropriate :code:`register` function. As seen above, there's :py:meth:`Config.register_global` +and :py:meth:`Config.register_guild`, but there's also :py:meth:`Config.register_member`, +:py:meth:`Config.register_role`, :py:meth:`Config.register_user`, and :py:meth:`Config.register_channel`. +Note that :code:`member` stores based on guild id AND the user's id. + +Once we have our defaults registered and we have the object, we can now use those values +in various ways: + +.. code-block:: python + + @commands.command() + @commands.admin_or_permissions(manage_guild=True) + async def setbaz(self, ctx, new_value): + await self.config.guild(ctx.guild).baz.set(new_value) + await ctx.send("Value of baz has been changed!") + + @commands.command() + @commands.is_owner() + async def setfoobar(self, ctx, new_value): + await self.config.foobar.set(new_value) + + @commands.command() + async def checkbaz(self, ctx): + baz_val = await self.config.guild(ctx.guild).baz() + await ctx.send("The value of baz is {}".format("True" if baz_val else "False")) + +Notice a few things in the above examples: + +1. Global doesn't have anything in between :code:`self.config` and the variable. + +2. Both the getters and setters need to be awaited because they're coroutines. + +3. If you're getting the value, the syntax is:: + + self.config..variable_name() + +4. If setting, it's:: + + self.config..variable_name.set(new_value) + +It is also possible to use :code:`async with` syntax to get and set config +values. When entering the statement, the config value is retrieved, and on exit, +it is saved. This puts a safeguard on any code within the :code:`async with` +block such that if it breaks from the block in any way (whether it be from +:code:`return`, :code:`break`, :code:`continue` or an exception), the value will +still be saved. + +.. important:: + + Only mutable config values can be used in the :code:`async with` statement + (namely lists or dicts), and they must be modified *in place* for their + changes to be saved. + +Here is an example of the :code:`async with` syntax: + +.. code-block:: python + + @commands.command() + async def addblah(self, ctx, new_blah): + guild_group = self.config.guild(ctx.guild) + async with guild_group.blah() as blah: + blah.append(new_blah) + await ctx.send("The new blah value has been added!") + + +.. important:: + + Please note that while you have nothing between ``config`` and the variable name for global + data, you also have the following commands to get data specific to each category. + + * :py:meth:`Config.guild` for guild data which takes an object of type :py:class:`discord.Guild`. + * :py:meth:`Config.member` which takes :py:class:`discord.Member`. + * :py:meth:`Config.user` which takes :py:class:`discord.User`. + * :py:meth:`Config.role` which takes :py:class:`discord.Role`. + * :py:meth:`Config.channel` which takes :py:class:`discord.abc.GuildChannel` or :py:class:`discord.Thread`. + +If you need to wipe data from the config, you want to look at :py:meth:`Group.clear`, or :py:meth:`Config.clear_all` +and similar methods, such as :py:meth:`Config.clear_all_guilds`. + +Which one you should use depends on what you want to do. + +If you're looking to clear data for a single guild/member/channel/role/user, +you want to use :py:meth:`Group.clear` as that will clear the data only for the +specified thing. + +If using :py:meth:`Config.clear_all`, it will reset all data everywhere. + +There are other methods provided to reset data from a particular scope. For +example, :py:meth:`Config.clear_all_guilds` resets all guild data. For member +data, you can clear on both a per-guild and guild-independent basis, see +:py:meth:`Config.clear_all_members` for more info. + +************** +Advanced Usage +************** + +Config makes it extremely easy to organize data that can easily fit into one of the standard categories (global, +guild, user etc.) but there may come a time when your data does not work with the existing categories. There are now +features within Config to enable developers to work with data how they wish. + +This usage guide will cover the following features: + +- :py:meth:`Config.init_custom` +- :py:meth:`Config.register_custom` +- :py:meth:`Config.custom` +- :py:meth:`Group.get_raw` +- :py:meth:`Group.set_raw` +- :py:meth:`Group.clear_raw` + + +Custom Groups +^^^^^^^^^^^^^ +While Config has built-in groups for the common discord objects, +sometimes you need a combination of these or your own defined grouping. +Config handles this by allowing you to define custom groups. + +Let's start by showing how :py:meth:`Config.custom` can be equivalent to :py:meth:`Config.guild` by modifying the above +Tutorial example. + +.. code-block:: python + + from redbot.core import Config, commands + + + class MyCog(commands.Cog): + def __init__(self): + self.config = Config.get_conf(self, identifier=1234567890) + default_guild = { + "blah": [], + "baz": 1234567890 + } + + # self.config.register_guild(**default_guild) + + self.config.init_custom("CustomGuildGroup", 1) + self.config.register_custom("CustomGuildGroup", **default_guild) + +In the above, we registered the custom group named "CustomGuildGroup" to contain the same defaults +that :code:`self.config.guild` normally would. First, we initialized the group "CustomGuildGroup" to +accept one identifier by calling :py:meth:`Config.init_custom` with the argument :code:`1`. Then we used +:py:meth:`Config.register_custom` to register the default values. + +.. important:: + + :py:meth:`Config.init_custom` **must** be called prior to using a custom group. + + +Now let's use this custom group: + +.. code-block:: python + + @commands.command() + async def setbaz(self, ctx, new_value): + # await self.config.guild(ctx.guild).baz.set(new_value) + + await self.config.custom("CustomGuildGroup", ctx.guild.id).baz.set(new_value) + await ctx.send("Value of baz has been changed!") + + @commands.command() + async def checkbaz(self, ctx): + # baz_val = await self.config.guild(ctx.guild).baz() + + baz_val = await self.config.custom("CustomGuildGroup", ctx.guild.id).baz() + await ctx.send("The value of baz is {}".format("True" if baz_val else "False")) + +Here we used :py:meth:`Config.custom` to access our custom group much like we would have used :py:meth:`Config.guild`. +Since it's a custom group, we need to use :code:`id` attribute of guild to get a unique identifier. + +Now let's see an example that uses multiple identifiers: + +.. code-block:: python + + from redbot.core import Config, commands + + + class ChannelAccess(commands.Cog): + def __init__(self): + self.config = Config.get_conf(self, identifier=1234567890) + default_access = { + "allowed": False + } + + self.config.init_custom("ChannelAccess", 2) + self.config.register_custom("ChannelAccess", **default_access) + + @commands.command() + @commands.is_owner() + async def grantaccess(self, ctx, channel: discord.TextChannel, member: discord.Member): + await self.config.custom("ChannelAccess", channel.id, member.id).allowed.set(True) + await ctx.send("Member has been granted access to that channel") + + @commands.command() + async def checkaccess(self, ctx, channel: discord.TextChannel): + allowed = await self.config.custom("ChannelAccess", channel.id, ctx.author.id).allowed() + await ctx.send("Your access to this channel is {}".format("Allowed" if allowed else "Denied")) + +In the above example, we defined the custom group "ChannelAccess" to accept two identifiers +using :py:meth:`Config.init_custom`. Then, we were able to set the default value for any member's +access to any channel to `False` until the bot owner grants them access. + +.. important:: + + The ordering of the identifiers matter. :code:`custom("ChannelAccess", channel.id, member.id)` is NOT the same + as :code:`custom("ChannelAccess", member.id, channel.id)` + +Raw Group Access +^^^^^^^^^^^^^^^^ + +For this example let's suppose that we're creating a cog that allows users to buy and own multiple pets using +the built-in Economy credits:: + + from redbot.core import bank + from redbot.core import Config, commands + + + class Pets(commands.Cog): + def __init__(self): + self.config = Config.get_conf(self, 1234567890) + + # Here we'll assign some default costs for the pets + self.config.register_global( + dog=100, + cat=100, + bird=50 + ) + self.config.register_user( + pets={} + ) + +And now that the cog is set up we'll need to create some commands that allow users to purchase these pets:: + + # continued + @commands.command() + async def get_pet(self, ctx, pet_type: str, pet_name: str): + """ + Purchase a pet. + + Pet type must be one of: dog, cat, bird + """ + # Now we need to determine what the cost of the pet is and + # if the user has enough credits to purchase it. + + # We will need to use "get_raw" + try: + cost = await self.config.get_raw(pet_type) + except KeyError: + # KeyError is thrown whenever the data you try to access does not + # exist in the registered defaults or in the saved data. + await ctx.send("Bad pet type, try again.") + return + +After we've determined the cost of the pet we need to check if the user has enough credits and then we'll need to +assign a new pet to the user. This is very easily done using the V3 bank API and :py:meth:`Group.set_raw`:: + + # continued + if await bank.can_spend(ctx.author, cost): + await self.config.user(ctx.author).pets.set_raw( + pet_name, value={'cost': cost, 'hunger': 0} + ) + + # this is equivalent to doing the following + + pets = await self.config.user(ctx.author).pets() + pets[pet_name] = {'cost': cost, 'hunger': 0} + await self.config.user(ctx.author).pets.set(pets) + +Since the pets can get hungry we're gonna need a command that let's pet owners check how hungry their pets are:: + + # continued + @commands.command() + async def hunger(self, ctx, pet_name: str): + try: + hunger = await self.config.user(ctx.author).pets.get_raw(pet_name, 'hunger') + except KeyError: + # Remember, this is thrown if something in the provided identifiers + # is not found in the saved data or the defaults. + await ctx.send("You don't own that pet!") + return + + await ctx.send("Your pet has {}/100 hunger".format(hunger)) + +We're responsible pet owners here, so we've also got to have a way to feed our pets:: + + # continued + @commands.command() + async def feed(self, ctx, pet_name: str, food: int): + # This is a bit more complicated because we need to check if the pet is + # owned first. + try: + pet = await self.config.user(ctx.author).pets.get_raw(pet_name) + except KeyError: + # If the given pet name doesn't exist in our data + await ctx.send("You don't own that pet!") + return + + hunger = pet.get("hunger") + + # Determine the new hunger and make sure it doesn't go negative + new_hunger = max(hunger - food, 0) + + await self.config.user(ctx.author).pets.set_raw( + pet_name, 'hunger', value=new_hunger + ) + + # We could accomplish the same thing a slightly different way + await self.config.user(ctx.author).pets.get_attr(pet_name).hunger.set(new_hunger) + + await ctx.send("Your pet is now at {}/100 hunger!".format(new_hunger) + +Of course, if we're less than responsible pet owners, there are consequences:: + + #continued + @commands.command() + async def adopt(self, ctx, pet_name: str, *, member: discord.Member): + try: + pet = await self.config.user(member).pets.get_raw(pet_name) + except KeyError: + await ctx.send("That person doesn't own that pet!") + return + + hunger = pet.get("hunger") + if hunger < 80: + await ctx.send("That pet is too well taken care of to be adopted.") + return + + await self.config.user(member).pets.clear_raw(pet_name) + + # this is equivalent to doing the following + + pets = await self.config.user(member).pets() + del pets[pet_name] + await self.config.user(member).pets.set(pets) + + await self.config.user(ctx.author).pets.set_raw(pet_name, value=pet) + await ctx.send( + "Your request to adopt this pet has been granted due to " + "how poorly it was taken care of." + ) + + +************* +V2 Data Usage +************* +There has been much conversation on how to bring V2 data into V3 and, officially, we recommend that cog developers +make use of the public interface in Config (using the categories as described in these docs) rather than simply +copying and pasting your V2 data into V3. Using Config as recommended will result in a much better experience for +you in the long run and will simplify cog creation and maintenance. + +However. + +We realize that many of our cog creators have expressed disinterest in writing converters for V2 to V3 style data. +As a result we have opened up config to take standard V2 data and allow cog developers to manipulate it in V3 in +much the same way they would in V2. The following examples will demonstrate how to accomplish this. + +.. warning:: + + By following this method to use V2 data in V3 you may be at risk of data corruption if your cog is used on a bot + with multiple shards. USE AT YOUR OWN RISK. + +.. code-block:: python + + from redbot.core import Config, commands + + + class ExampleCog(commands.Cog): + def __init__(self): + self.config = Config.get_conf(self, 1234567890) + self.config.init_custom("V2", 1) + self.data = {} + + async def load_data(self): + self.data = await self.config.custom("V2", "V2").all() + + async def save_data(self): + await self.config.custom("V2", "V2").set(self.data) + + + async def setup(bot): + cog = ExampleCog() + await cog.load_data() + await bot.add_cog(cog) + +************************************ +Best practices and performance notes +************************************ + +Config prioritizes being a safe data store without developers needing to +know how end users have configured their bot. + +This does come with some performance costs, so keep the following in mind when choosing to +develop using config + +* Config use in events should be kept minimal and should only occur + after confirming the event needs to interact with config + +* Caching frequently used things, especially things used by events, + results in faster and less event loop blocking code. + +* Only use config's context managers when you intend to modify data. + +* While config is a great general use option, it may not always be the right one for you. + As a cog developer, even though config doesn't require one, + you can choose to require a database or store to something such as an sqlite + database stored within your cog's datapath. + + +************* +API Reference +************* + +.. important:: + + Before we begin with the nitty gritty API Reference, you should know that there are tons of working code examples + inside the bot itself! Simply take a peek inside of the :code:`tests/core/test_config.py` file for examples of using + Config in all kinds of ways. + +.. important:: + + When getting, setting or clearing values in Config, all keys are casted to `str` for you. This + includes keys within a `dict` when one is being set, as well as keys in nested dictionaries + within that `dict`. For example:: + + >>> config = Config.get_conf(self, identifier=999) + >>> config.register_global(foo={}) + >>> await config.foo.set_raw(123, value=True) + >>> await config.foo() + {'123': True} + >>> await config.foo.set({123: True, 456: {789: False}} + >>> await config.foo() + {'123': True, '456': {'789': False}} + +.. automodule:: redbot.core.config + +Config +^^^^^^ + +.. autoclass:: Config + :members: + +Group +^^^^^ + +.. autoclass:: Group + :members: + :special-members: + +Value +^^^^^ + +.. autoclass:: Value + :members: + :special-members: __call__ + + +**************** +Driver Reference +**************** + +.. autofunction:: redbot.core.drivers.get_driver + +.. autoclass:: redbot.core.drivers.BackendType + :members: + +.. autoclass:: redbot.core.drivers.ConfigCategory + :members: + +Base Driver +^^^^^^^^^^^ +.. autoclass:: redbot.core.drivers.BaseDriver + :members: + +JSON Driver +^^^^^^^^^^^ +.. autoclass:: redbot.core.drivers.JsonDriver + :members: + +Postgres Driver +^^^^^^^^^^^^^^^ +.. autoclass:: redbot.core.drivers.PostgresDriver + :members: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_datamanager.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_datamanager.rst new file mode 100644 index 0000000000000000000000000000000000000000..9cccee6c2344a83f89fcd1eb519390eb344ef6a5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_datamanager.rst @@ -0,0 +1,11 @@ +.. data manager docs + +============ +Data Manager +============ + +Data manager is a module that handles all the information necessary to bootstrap +the bot into a state where more abstract data management systems can take over. + +.. automodule:: redbot.core.data_manager + :members: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_events.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_events.rst new file mode 100644 index 0000000000000000000000000000000000000000..6a1e3c1b23f03cdbb71f82042addd2e098f7ef60 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_events.rst @@ -0,0 +1,12 @@ +.. framework events list + +============= +Custom Events +============= + +RPC Server +^^^^^^^^^^ + +.. py:method:: Red.on_shutdown() + + Dispatched when the bot begins it's shutdown procedures. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_i18n.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_i18n.rst new file mode 100644 index 0000000000000000000000000000000000000000..b305a8e12e3937b4efa1e0816d38a709a201c247 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_i18n.rst @@ -0,0 +1,54 @@ +.. i18n framework reference + +.. role:: python(code) + :language: python + +============================== +Internationalization Framework +============================== + +----------- +Basic Usage +----------- + +.. code-block:: python + + from redbot.core import commands + from redbot.core.i18n import Translator, cog_i18n + + _ = Translator("ExampleCog", __file__) + + @cog_i18n(_) + class ExampleCog: + """description""" + + @commands.command() + async def mycom(self, ctx): + """command description""" + await ctx.send(_("This is a test command")) + +-------- +Tutorial +-------- + +After making your cog, generate a :code:`messages.pot` file + +We recommend using redgettext - a modified version of pygettext for Red. +You can install redgettext by running :code:`pip install redgettext` in a command prompt. + +To generate the :code:`messages.pot` file, you will now need to run +:code:`python -m redgettext -c [path_to_cog]` +This file will contain all strings to be translated, including +docstrings. +(For advanced usage check :code:`python -m redgettext -h`) + +You can now use a tool like `poedit +`_ to translate the strings in your messages.pot file. + +------------- +API Reference +------------- + +.. automodule:: redbot.core.i18n + :members: + :special-members: __call__ diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_modlog.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_modlog.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e8d3a84e1afd6e4d25892eaa8a40e9c91f37902 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_modlog.rst @@ -0,0 +1,103 @@ +.. V3 Mod log + +.. role:: python(code) + :language: python + + +======= +Mod log +======= + +Mod log has now been separated from Mod for V3. + +*********** +Basic Usage +*********** + +.. code-block:: python + + from redbot.core import commands, modlog + import discord + + class MyCog(commands.Cog): + @commands.command() + @commands.admin_or_permissions(ban_members=True) + async def ban(self, ctx, user: discord.Member, reason: str = None): + await ctx.guild.ban(user) + case = await modlog.create_case( + ctx.bot, ctx.guild, ctx.message.created_at, action_type="ban", + user=user, moderator=ctx.author, reason=reason + ) + await ctx.send("Done. It was about time.") + + +********************** +Registering Case types +********************** + +To register case types, use a special ``cog_load()`` method which is called when you add a cog: + +.. code-block:: python + + # mycog/mycog.py + from redbot.core import modlog, commands + import discord + + class MyCog(commands.Cog): + + async def cog_load(self): + await self.register_casetypes() + + @staticmethod + async def register_casetypes(): + # Registering a single casetype + ban_case = { + "name": "ban", + "default_setting": True, + "image": "\N{HAMMER}", + "case_str": "Ban", + } + try: + await modlog.register_casetype(**ban_case) + except RuntimeError: + pass + + # Registering multiple casetypes + new_types = [ + { + "name": "hackban", + "default_setting": True, + "image": "\N{BUST IN SILHOUETTE}\N{HAMMER}", + "case_str": "Hackban", + }, + { + "name": "kick", + "default_setting": True, + "image": "\N{WOMANS BOOTS}", + "case_str": "Kick", + } + ] + await modlog.register_casetypes(new_types) + +.. code-block:: python + + # mycog/__init__.py + from .mycog import MyCog + + async def setup(bot): + cog = MyCog() + await bot.add_cog(cog) + +.. important:: + Image should be the emoji you want to represent your case type with. + + +************* +API Reference +************* + +Mod log +======= + +.. automodule:: redbot.core.modlog + :members: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_rpc.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_rpc.rst new file mode 100644 index 0000000000000000000000000000000000000000..45757b128d622d7e4a6f009e40f13c7c81eee14d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_rpc.rst @@ -0,0 +1,67 @@ +.. rpc docs + +=== +RPC +=== + +.. important:: + + RPC support is included in Red on a provisional basis. Backwards incompatible changes (up to and including removal of the RPC) may occur if deemed necessary. + +V3 comes default with an internal RPC server that may be used to remotely control the bot in various ways. +Cogs must register functions to be exposed to RPC clients. +Each of those functions must only take JSON serializable parameters and must return JSON serializable objects. + +To enable the internal RPC server you must start the bot with the ``--rpc`` flag. + +******** +Examples +******** + +.. code-block:: Python + + async def setup(bot): + c = Cog() + await bot.add_cog(c) + bot.register_rpc_handler(c.rpc_method) + +******************************* +Interacting with the RPC Server +******************************* + +The RPC server opens a websocket bound to port ``6133`` on ``127.0.0.1``. +This is not configurable for security reasons as broad access to this server gives anyone complete control over your bot. +To access the server you must find a library that implements websocket based JSONRPC in the language of your choice. + +There are a few built-in RPC methods to note: + +* ``GET_METHODS`` - Returns a list of available RPC methods. +* ``GET_METHOD_INFO`` - Will return the docstring for an available RPC method. Useful for finding information about the method's parameters and return values. +* ``GET_TOPIC`` - Returns a list of available RPC message topics. +* ``GET_SUBSCRIPTIONS`` - Returns a list of RPC subscriptions. +* ``SUBSCRIBE`` - Subscribes to an available RPC message topic. +* ``UNSUBSCRIBE`` - Unsubscribes from an RPC message topic. + +All RPC methods accept a list of parameters. +The built-in methods above expect their parameters to be in list format. + +All cog-based methods expect their parameter list to take one argument, a JSON object, in the following format:: + + params = [ + { + "args": [], # A list of positional arguments + "kwargs": {}, # A dictionary of keyword arguments + } + ] + + # As an example, here's a call to "get_method_info" + rpc_call("GET_METHOD_INFO", ["get_methods",]) + + # And here's a call to "core__load" + rpc_call("CORE__LOAD", {"args": [["general", "economy", "downloader"],], "kwargs": {}}) + +************* +API Reference +************* + +Please see the :class:`redbot.core.bot.Red` class for details on the RPC handler register and unregister methods. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_tree.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_tree.rst new file mode 100644 index 0000000000000000000000000000000000000000..1d989a75b85df7d9e43df5f67ab8f07a3aa2ce63 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_tree.rst @@ -0,0 +1,21 @@ +.. tree module docs + +==== +Tree +==== + +Red uses a subclass of discord.py's ``CommandTree`` object in order to allow Cog Creators to add application commands to their cogs without worrying about the command count limit and to support caching ``AppCommand`` objects. When an app command is added to the bot's tree, it will not show up in ``tree.get_commands`` or other similar methods unless the command is "enabled" with ``[p]slash enable`` (similar to "load"ing a cog) and ``tree.red_check_enabled`` has been run since the command was added to the tree. + +.. note:: + + If you are adding app commands to the tree during load time, the loading process will call ``tree.red_check_enabled`` for your cog and its app commands. If you are adding app commands to the bot **outside of load time**, a call to ``tree.red_check_enabled`` after adding the commands is required to ensure the commands will appear properly. + + If application commands from your cog show up in ``[p]slash list`` as enabled from an ``(unknown)`` cog and disabled from your cog at the same time, you did not follow the instructions above. You must manually call ``tree.red_check_enabled`` **after** adding the commands to the tree. + +.. automodule:: redbot.core.tree + +RedTree +^^^^^^^ + +.. autoclass:: RedTree + :members: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/framework_utils.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_utils.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc76687169eb5469a908235d1a3f5bd42ab0f23d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/framework_utils.rst @@ -0,0 +1,92 @@ +.. red's core utils documentation + +================= +Utility Functions +================= + +General Utility +=============== + +.. automodule:: redbot.core.utils + :members: deduplicate_iterables, bounded_gather, bounded_gather_iter, get_end_user_data_statement, get_end_user_data_statement_or_raise, can_user_send_messages_in, can_user_manage_channel, can_user_react_in + +.. autoclass:: AsyncIter + :members: + :special-members: __await__ + :exclude-members: enumerate, filter + + .. automethod:: enumerate + :async-for: + + .. automethod:: filter + :async-for: + + +Chat Formatting +=============== + +.. automodule:: redbot.core.utils.chat_formatting + :members: + :exclude-members: pagify + + .. autofunction:: pagify(text, delims=('\n',), *, priority=False, escape_mass_mentions=True, shorten_by=8, page_length=2000) + :for: + +Embed Helpers +============= + +.. automodule:: redbot.core.utils.embed + :members: + :exclude-members: randomize_color + +Menus +===== + +.. automodule:: redbot.core.utils.menus + :members: + +Event Predicates +================ + +MessagePredicate +**************** + +.. autoclass:: redbot.core.utils.predicates.MessagePredicate + :members: + +ReactionPredicate +***************** + +.. autoclass:: redbot.core.utils.predicates.ReactionPredicate + :members: + +Mod Helpers +=========== + +.. automodule:: redbot.core.utils.mod + :members: + +Tunnel +====== + +.. automodule:: redbot.core.utils.tunnel + :members: Tunnel + :exclude-members: files_from_attatch + +Common Filters +============== + +.. automodule:: redbot.core.utils.common_filters + :members: + +Utility UI +========== + +.. automodule:: redbot.core.utils.views + :members: + +AntiSpam +======== + +.. automodule:: redbot.core.utils.antispam + :members: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/getting_started.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/getting_started.rst new file mode 100644 index 0000000000000000000000000000000000000000..1bc9e64eb9410fc4cb8faa243fda0ae49f1586cb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/getting_started.rst @@ -0,0 +1,361 @@ +.. don't forget to set permissions hyperlink + + commands links + guide links + +.. _getting-started: + +=============== +Getting started +=============== + +If you recently installed Red, you should read this. +This is a quick start guide for a general usage. + +.. note:: + + If you haven't installed Red, please do it by following + one of the `installation guides `. + +Assuming you correctly installed Red, you should have a +window like this: + +.. image:: .resources/red-console.png + +.. _getting-started-invite: + +------------------------- +Invite Red to your server +------------------------- + +When started, the console will show you the ``Invite URL`` +(visible at the bottom of the screenshot above). +Paste the link into your browser and select the server you want +to invite the bot in, like any other bot. + +.. note:: You need the ``Manage server`` permission to add bots. + +Complete the captcha, it should tell you ``Authorized!`` and you +should see your bot in the members list. + +.. attention:: + If Discord shows ``Bot requires code grant``, please untick this + option in your token settings + + .. image:: .resources/code-grant.png + +.. _getting-started-interact: + +----------------- +Interact with Red +----------------- + +As a chatbot, you interact with Red via the Discord text channels +(not from the command prompt). To send commands to the bot, you will have to +use the prefix you set before, followed by the command you want to use. For +example, if your prefix is ``!``, you will execute your command like this: +``!ping``. + +.. note:: Since the prefix can be anything, it'll be referenced as ``[p]`` + in documentations. + +.. _getting-started-commands: + +~~~~~~~~~~~~ +The commands +~~~~~~~~~~~~ + +The command you're going to use the most is **help**. This command will +show you **all of the available commands** of the bot with a small description. + +.. code-block:: none + + [p]help + +.. tip:: The message is generated dynamically and users will only see the + commands they can use. You can change what commands users can use with the + permissions cog. + +You can also pick a command to get its detailed description and the +parameters. + +.. code-block:: none + + [p]help command + +.. note:: + Arguments enclosed in ``< >`` are **required** for the command to work. + + Arguments enclosed in ``[ ]`` are **optional** for the command; + you can decide whether to use them or not. + + If your argument includes spaces like ``Hello world!``, most of the time + you will need to place it in double quotes like this: ``"Hello world!"``. + Sometimes (especially for the last argument) these double quotes are not + required. + + Arguments followed by an ellipsis ``...`` means that you may provide + multiple arguments for the command. + + For example, the command ``[p]cog install`` in the downloader cog has + the syntax ``cog install ``, meaning that you can provide + 1 or more ``cogs`` to install from the ``repo``. + + Arguments followed by ``=value`` means that, if not specified, + the argument will be equal to ``value``. + + For example, the command ``[p]cleanup messages`` in the cleanup cog has + the syntax ``cleanup messages [delete_pinned=False]``, which means + ``delete_pinned`` default will be false, unless you specify it as true. + +You can use help to show the **categories** too, generally called cogs, +by doing the following (notice the capitalization): + +.. code-block:: none + + [p]help YourCategory + +Help also shows **command groups**. They are group of commands. +To get the description of a subcommand, type this: + +.. code-block:: none + + [p]help commandgroup subcommand + +When using subcommands, you also need to specify the command group. +As an example, ``cleanup`` has 6 subcommands. If you want +to use one of them, do: ``[p]cleanup messages 10`` + +.. _getting-started-cogs: + +---- +Cogs +---- + +Red is built with cogs, a fancy term for plugins. They are +modules that add functionality to Red. They contain +commands to use. + +Red comes with 18 cogs containing the basic features, such +as moderation, utility, music, streams... + +You can see your loaded and unloaded cogs with the ``[p]cogs`` +command. By default, all cogs will be unloaded. + +You can load or unload a cog by using the load or unload command + +.. code-block:: none + + [p]load cogname + [p]unload cogname + +.. tip:: You can load and unload multiple cogs at once: + + .. code-block:: none + + [p]load cog1 cog2 ... + +You can enable and disable everything you want, which means you can +customize Red how you want! + +.. _getting-started-community-cogs: + +~~~~~~~~~~~~~~ +Community cogs +~~~~~~~~~~~~~~ + +There's an entire `community `_ that contributes +to Red. Those contributors make additional cogs for you to use. You can +download them using the downloader cog. + +You can start using the downloader cog by loading it: ``[p]load downloader`` + +You can find cogs by searching on ``_. Find whatever you want, +there are hundreds of cogs available! + +.. note:: An even better way to discover new cogs and repositories is in the works! Stay tuned! + +Cogs come in repositories. A repository is a container of cogs +that you can install. Let's suppose you want to install the ``say`` +cog from the repository ``Laggrons-Dumb-Cogs``. You'll first need +to add the repository. + +.. code-block:: none + + [p]repo add Laggrons-Dumb-Cogs https://github.com/retke/Laggrons-Dumb-Cogs + +.. note:: You may need to specify a branch. If so, add its name after the link. + +Then you can install the cog + +.. code-block:: none + + [p]cog install Laggrons-Dumb-Cogs say + +Now the cog is installed, but not loaded. You can load it using the ``[p]load`` +command we talked about before. + +.. _getting-started-permissions: + +----------- +Permissions +----------- + +Red works with different levels of permissions. Every cog defines +the level of permission needed for a command. + +~~~~~~~~~ +Bot owner +~~~~~~~~~ + +The bot owner can access all commands on every guild. They can also use +exclusive commands that can interact with the global settings +or system files. + +*You* are the owner by default. + +~~~~~~~~~~~~ +Server owner +~~~~~~~~~~~~ + +The server owner can access all commands on their guild, except the global +ones or those that can interact with system files (available for the +bot owner). + +~~~~~~~~~~~~~ +Administrator +~~~~~~~~~~~~~ + +The administrator is defined by its roles. You can set multiple admin roles +with the ``[p]set roles addadminrole`` and ``[p]set roles removeadminrole`` commands. + +For example, in the mod cog, an admin can use the ``[p]modset`` command +which defines the cog settings. + +~~~~~~~~~ +Moderator +~~~~~~~~~ + +A moderator is a step above the average users. You can set multiple moderator +roles with the ``[p]set roles addmodrole`` and ``[p]set roles removemodrole`` commands. + +For example, in the filter cog, a mod will be able to use the various commands +under ``[p]filter`` (such as adding and removing filtered words), but they will +not be able to modify the cog settings with the ``[p]filterset`` command. + +.. tip:: + If you don't like the default permission settings for some commands or + want to restrict a cog or a command to a channel/member, you can use + the permissions cog. + +.. _getting-started-hosting: + +------- +Hosting +------- + +If you are hosting Red on your personal computer, you will soon notice that +if you close the window or if you shut down you computer, Red will be offline. +It needs an environment to work and respond. + +You can try to host Red somewhere it will always be online, like on a virtual +private server (VPS) or on a personal server (e.g. Raspberry Pi). + +If you want to do it, follow these steps. + +.. warning:: + Before trying to host Red on a Linux environment, you need to know the + basics of the Unix commands, such as navigating the system files or use + a terminal text editor. + + You should read `DigitalOcean's tutorial: An Introduction to Linux Basics + `_ + if you have not used Linux before. + +1. **Find a host** + + You need to find a server to host Red. You can rent a VPS (it can be free) + on an online service. Please check :ref:`this list of hosts ` for + more information. + + You can also buy a Raspberry Pi (~$20), which is a micro-computer that will + be able to host Red. The model 3 or above is recommended. + +2. **Install Linux** + + Most of the VPS providers have tools for installing Linux automatically. If + you're a beginner, we recommend **Ubuntu 22.04 LTS**. + + For Raspberry Pi users, just install `Raspbian + `_ on a micro-SD card. + +2.1. **Log in** + + .. note:: This section is for those who have an online server. If you have + a local Linux machine, just open the terminal and skip to the next part. + + As we said before, a VPS is controlled through command line. You will have to + connect to your VPS through a protocol called SSH. + + .. image:: .resources/instances-ssh-button.png + + On your host page (here, it is Google Cloud), find the SSH button and click on + it. You will be connected to your server with command line. You should see + something like this. + + .. image:: .resources/ssh-output.png + + .. note:: Don't forget to type the command ``logout`` to close the SSH properly. + +3. **Install and set up Red** + + Follow one of the Linux installation guides. We provide guides for the + most used distributions. Check the `list of install guides ` and search for + your distribution. + +4. **Set up an auto-restart** + + Once you got Red running on your server, it will still shut down if you close + the window. You can set up an auto-restarting system that will create a + side task and handle fatal errors, so you can just leave your server running + and enjoy Red! + + For that, follow :ref:`the systemd service guide `. + +.. _getting-started-userdocs: + +------------------ +User documentation +------------------ + +You will soon start using the Red core cogs. A detailed documentation is +available for every core cog, under the :ref:`How to use
` section. + +The cog guides are formatted the same. They're divided into 3 sections: + +* **Guide** + + This will introduce you to the cog and explain you how it works. + +* **Commands** + + A list of the available commands, with details and arguments. + Each command guide will be formatted like this: + + * **Syntax** + + A line that will show how the command must be invoked, with the arguments. + + * **Aliases** + + Each command may have one or more aliases, which are alternative command names + you can use to invoke the same command. For example, ``[p]set colour`` can also + be invoked with ``[p]set color``. If there are aliases for a command, they will + appear just under the syntax. + + * **Description** + + A detailed description of what the command does, with details about how + it must be used. + + * **Arguments** + + A list of all arguments needed (or not) for the command, with more details. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/guide_cog_creation.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_cog_creation.rst new file mode 100644 index 0000000000000000000000000000000000000000..0bde5a68aab3e56002ecdb4289cc158c1474b1fb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_cog_creation.rst @@ -0,0 +1,174 @@ +.. Making cogs for V3 + +.. role:: python(code) + :language: python + +======================== +Creating cogs for Red V3 +======================== + +This guide serves as a tutorial on creating cogs for Red V3. +It will cover the basics of setting up a package for your +cog and the basics of setting up the file structure. We will +also point you towards some further resources that may assist +you in the process. + +--------------- +Getting started +--------------- + +To start off, be sure that you have installed Python 3.8. +Next, you need to decide if you want to develop against the Stable or Develop version of Red. +Depending on what your goal is should help determine which version you need. + +.. attention:: + The Develop version may have changes on it which break compatibility with the Stable version and other cogs. + If your goal is to support both versions, make sure you build compatibility layers or use separate branches to keep compatibility until the next Red release + +Open a terminal or command prompt and type one of the following + Stable Version: :code:`python3.8 -m pip install -U Red-DiscordBot` + +.. note:: + + To install the development version, replace ``Red-DiscordBot`` in the above commands with the + link below. **The development version of the bot contains experimental changes. It is not + intended for normal users.** We will not support anyone using the development version in any + support channels. Using the development version may break third party cogs and not all core + commands may work. Downgrading to stable after installing the development version may cause + data loss, crashes or worse. Please keep this in mind when using the development version + while working on cog creation. + + .. code-block:: none + + git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=Red-DiscordBot + + +(Windows users may need to use :code:`py -3.8` or :code:`python` instead of :code:`python3.8`) + +-------------------- +Setting up a package +-------------------- + +To set up a package, we would just need to create a new folder. +This should be named whatever you want the cog to be named (for +the purposes of this example, we'll call this :code:`mycog`). +In this folder, create three files: :code:`__init__.py`, +:code:`mycog.py`, and :code:`info.json`. Open the folder in +a text editor or IDE (examples include `Sublime Text 3 `_, +`Visual Studio Code `_, `Atom `_, and +`PyCharm `_). + +.. attention:: + While you can intentionally override Red's cogs/extensions, this may break things. + We would prefer if people wanted custom behavior + for any core cog/extension, an issue and/or PR is made + Overriding Permissions specifically is dangerous. + + Subclassing to make changes to Red's cogs/extensions + may not be a safe way to stay up to date either, + as changes to cogs and their interactions with red + are not guaranteed to not be breaking. + + Any cogs doing this are doing so at their own risk, + and should also inform users of associated risks. + +-------------- +Creating a cog +-------------- + +With your package opened in a text editor or IDE, open :code:`mycog.py`. +In that file, place the following code: + +.. code-block:: python + + from redbot.core import commands + + class MyCog(commands.Cog): + """My custom cog""" + + def __init__(self, bot): + self.bot = bot + + @commands.command() + async def mycom(self, ctx): + """This does stuff!""" + # Your code will go here + await ctx.send("I can do stuff!") + +Open :code:`__init__.py`. In that file, place the following: + +.. code-block:: python + + from .mycog import MyCog + + + async def setup(bot): + await bot.add_cog(MyCog(bot)) + +Make sure that both files are saved. + +---------------- +Testing your cog +---------------- + +To test your cog, you will need a running instance of V3. +Assuming you installed V3 as outlined above, run :code:`redbot-setup` +and provide the requested information. Once that's done, run Red +by doing :code:`redbot --dev` to start Red. +Complete the initial setup by providing a valid token and setting a +prefix. Once the bot has started up, use the link provided in the +console to add it to a server (note that you must have the +:code:`Manage Server` (or :code:`Administrator`) permission to add bots +to a server). Once it's been added to a server, find the full path +to the directory where your cog package is located. In Discord, do +:code:`[p]addpath `, then do +:code:`[p]load mycog`. Once the cog is loaded, do :code:`[p]mycom` +The bot should respond with :code:`I can do stuff!`. If it did, you +have successfully created a cog! + +.. note:: **Package/Folder layout** + + You must make sure you structure your local path correctly or + you get an error about missing the setup function. As cogs are + considered packages, they are each contained within separate folders. + The folder you need to add using :code:`[p]addpath` is the parent + folder of these package folders. Below is an example + + .. code-block:: none + + - D:\ + -- red-env + -- red-data + -- red-cogs + ---- mycog + ------ __init__.py + ------ mycog.py + ---- coolcog + ------ __init__.py + ------ coolcog.py + + You would then use :code:`[p]addpath D:\red-cogs` to add the path + and then you can use :code:`[p]load mycog` or :code:`[p]load coolcog` + to load them + + You can also take a look at `our cookiecutter `_, for help creating the right structure. + +------------------- +Publishing your cog +------------------- + +Go to :doc:`/guide_publish_cogs` + +-------------------------------- +Becoming an Approved Cog Creator +-------------------------------- + +:doc:`/guide_cog_creators` explains the Cog Creator Application process and lists requirements and good practices for Cog Creators. This information is worth following for anyone creating cogs for Red, regardless of if you plan to publish your cogs or not. + +-------------------- +Additional resources +-------------------- + +Be sure to check out the :doc:`/guide_migration` for some resources +on developing cogs for V3. This will also cover differences between V2 and V3 for +those who developed cogs for V2. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/guide_cog_creators.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_cog_creators.rst new file mode 100644 index 0000000000000000000000000000000000000000..928f814a513ce09444f28375a27c33a8f0a78f4d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_cog_creators.rst @@ -0,0 +1,202 @@ +.. Cog Creator Applications + +.. role:: python(code) + :language: python + +================================ +Becoming an Approved Cog Creator +================================ + +This guide serves to explain the Cog Creator Application process and lays out the requirements to be a Cog Creator. + +---------------------------------- +Creating a Cog Creator Application +---------------------------------- + +.. note:: + You will need to have created and published your cogs before you create a Cog Creator Application! + See `guide_cog_creation` and `guide_publish_cogs` for more information. + +Cog Creator Applications are hosted on the `cogboard `__. +To create an application, start a new topic in the "Applications" category and fill out all of the required information. +QA reviews Cog Creator Applications for security and functionality on a first come, first serve basis. +Once your application is reviewed, you will have 14 days to make any requested changes, or to check in with the member of QA who is reviewing your application. + +----------------------------- +Requirements for Cog Creators +----------------------------- + +The following is a list of the requirements for approved Cog Creators. +QA uses this list to request changes for Cog Creator Applications. +Handling these requirements before submitting your application can streamline the review process. +Any Cog Creator that does not follow these requirements will have their repo removed from approved listings and may have their Cog Creator status revoked. + +- Readme that contains + + - Repository name + - Installation instructions + - Extra setup instructions (if applicable) + - Credits (if applicable) + +- Repo-wide ``info.json`` file with the keys + + - ``author`` + - ``name`` + - ``short`` + - ``description`` + +- Cog ``info.json`` files with the keys + + - ``author`` + - ``name`` + - ``short`` + - ``requirements`` (if applicable) + - ``description`` + + See `info-json-format` for more information on how to set up ``info.json`` files. + +- No cog contains malicious code. +- No cog contains code that could impact the stability of the bot, such as blocking the event loop for an extended period of time, unreasonably high IO usage, etc. +- No cog contains copied code that does not respect the license of the source. +- Disclose in the ``install_msg`` key of the ``info.json`` file of each cog that contains any of the following: + + - Heavy memory or I/O usage. + - Any NSFW material. + - Bundled data. + - Stored data (outside of using Config). + - Interactions with outside services. + - Any extra setup instructions required. + +- No cog breaks the Discord TOS. +- No cog conflicts with any core cogs (e.g., causing a core cog to fail to load) unless it is intended to replace that cog. +- Your repo shows an understanding of a range of common cog practices. This requirement exists to ensure QA can trust the safety and functionality of any future code you will create. This is handled on a case-by-case basis, however the following points should outline what we are looking to see: + + - Cogs that are more than what is able to be run in a simple eval. + - Cogs that are more than just a simple API access request. + - Cogs that properly use Red utilities, for example Config, or any other utility functions. + - Cogs that use event listeners (bot.wait_for or cog-wide listeners) or custom tasks that are efficient and handle exceptions appropriately. + - Cogs that handle errors properly. + - Cogs that handle permissions properly. + + *While we're looking for these things to qualify your code, you don't need to apply all of them in order to qualify.* + +- Any unusable or broken commands or cogs are hidden. +- The default locale must be English. +- The main cog class and every command must have a doc-string. +- No cog allows for escalation of permissions. (e.g., sending a mass ping through the bot without having permission to do so) +- Respect the role hierarchy. Don't let a lower role have a way to grant a higher role. +- If your cog install comes with any pre-packaged data, use `bundled_data_path()` to access it. +- If your cog install creates any non-config data, use `cog_data_path()` to store it. +- Unless the cog is intentionally designed to listen to certain input from bots, cogs should ignore input from bots. +- Cogs use public methods of Red where possible. +- Use the proper method if one exists. (and ask for one if it doesn't exist) + + - If that's not possible, don't break anything in core or any other cog with your code. + - If you have to use private methods, lock the cog to specific Red versions you can guarantee it works on without breaking anything using the ``min_bot_version`` and ``max_bot_version`` keys in that cog's ``info.json`` file. + +- Cog Creators must keep their cogs up-to-date with core Red or be delisted until cogs meet Red API changes. Repositories must be kept up to date with the latest version of Red within 3 months of its release. + +.. _recommendations-for-cog-creators: + +-------------------------------- +Recommendations for Cog Creators +-------------------------------- + +The following is a list of recommendations for Cog Creators. +While not required for approved Cog Creators, they are still recommended in order to ensure consistency between repos. + +- Cogs should follow a few naming conventions for consistency. + + - Cog classes should be TitleCased, using alphabetic characters only. + - Commands should be lower case, using alphanumeric characters only. + - Cog modules should be lower case, using alphabetic characters only. + +- If your cog uses logging: + + - The namespace for logging should be: ``red.your_repo_name.cog_name``. + - Print statements are not a substitute for proper logging. + +- If you use asyncio.create_task, your tasks should: + + - Be cancelled on cog unload. + - Handle errors. + +- | Event listeners should exit early if it is an event you don't need. + | This makes your events less expensive in terms of CPU time. Examples below: + + - Checking that you are in a guild before interacting with config for an antispam command. + - Checking that you aren't reacting to a bot message (``not message.author.bot``) early on. + +- Use .gitignore (or something else) to keep unwanted files out of your cog repo. +- Put a license on your cog repo. + + - By default, in most jurisdictions, without a license that at least offers the code for use, + users cannot legally use your code. + +- Use botwide features when they apply. Some examples of this: + + - ``ctx.embed_color`` + - ``bot.is_automod_immune`` + +- Use decorators to limit command use, restrict usage, or define whether the bot needs special permissions. + You can find all of the permission and cooldown related decorators under the ``redbot.core.commands`` namespace. +- Check against user input before doing things. Common things to check: + + - Resulting output is safe. + - Values provided make sense. (eg. no negative numbers for payday) + - Don't unsafely use user input for things like database input. + +- Check events against `bot.cog_disabled_in_guild() `\ + + - Not all events need to be checked, only those that interact with a guild. + - Some discretion may apply, for example, + a cog which logs command invocation errors could choose to ignore this + but a cog which takes actions based on messages should not. + +- Respect settings when treating non-command messages as commands. +- Handle user data responsibly + + - Don't do unexpected things with user data. + - Don't expose user data to additional audiences without permission. + - Don't collect data your cogs don't need. + - | Don't store data in unexpected locations. + | Utilize the cog data path, Config, or if you need something more + prompt the owner to provide it. + +- Utilize the data deletion and statement APIs + + - See `redbot.core.commands.Cog.red_delete_data_for_user()` + - | Make a statement about what data your cogs use with the module level + variable ``__red_end_user_data_statement__``. + | This should be a string containing a user friendly explanation of what data + your cog stores and why. + +- Set contextual locales in events and other background tasks that use i18n APIs + + - See `redbot.core.i18n.set_contextual_locales_from_guild()` + - Usage of i18n APIs within commands automatically has proper contextual locales set. + +---------------------------- +Perks of being a Cog Creator +---------------------------- + +- Added to a growing, curated list of approved repositories hosted on the `Red Index `__. +- The Cog Creator role on the main Red Server and the Cog Support Server. +- Access to an additional testing channel and the #advanced-coding channel on the main Red Server. +- Write permission in the #v3-burndown channel on the main Red Server. +- Access to an additional testing channel and the Cog Creators channel on the Support Server. +- Alerted about breaking changes in Red before anyone else. +- Ability to request a channel in the Cog Support Server if you feel like the traffic/question volume for your cogs warrants it. + +------------- +Other Details +------------- + +- Once a QA member has conducted a final review, you will have up to 14 days to make the necessary changes. +- The reviewer of your application has the final word. +- Hidden cogs will not be explicitly reviewed, however they are not allowed to contain malicious or ToS breaking code. +- QA reserves the right to revoke these roles and all privileges if you are found to be in gross negligence, malicious intent, or reckless abandonment of your repository. +- If a Cog Creator's repository is not maintained and kept up to date, that repo will be removed from the approved repo listings until such issues are addressed. +- Only 1 person is allowed to be the Cog Creator for a particular repo. Multiple people are allowed to maintain the repo, however the "main" owner (and the Cog Creator) is responsible for any code on the repo. +- The Cog Creator status for a repo can be transferred to another user if the Cog Creator requests it. +- An approved Cog Creator can ask QA to add additional repos they have created to the approved pool. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/guide_migration.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_migration.rst new file mode 100644 index 0000000000000000000000000000000000000000..2ddec7909b6e0482b61e805ebd7934cccaa1a835 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_migration.rst @@ -0,0 +1,56 @@ +.. V3 Migration Guide + +.. role:: python(code) + :language: python + +========================== +Migrating cogs from Red V2 +========================== + +First, be sure to read :dpy_docs:`discord.py's migration guide ` +as that covers all of the changes to discord.py that will affect the migration process + +---------------- +Red as a package +---------------- + +V3 makes Red a package that is installed with :code:`pip`. Please +keep this in mind when writing cogs as this affects how imports +should be done (for example, to import :code:`pagify` in V2, one +would do :code:`from .utils.chat_formatting import pagify`; in +V3, this becomes :code:`from redbot.core.utils.chat_formatting import pagify`) + +---------------- +Cogs as packages +---------------- + +V3 makes cogs into packages. See :doc:`/guide_cog_creation` +for more on how to create packages for V3. + +------ +Config +------ + +Config is V3's replacement for :code:`dataIO`. Instead of fiddling with +creating config directories and config files as was done in V2, V3's +Config handles that whilst allowing for easy storage of settings on a +per-server/member/user/role/channel or global basis. Be sure to check +out :doc:`/framework_config` for the API docs for Config as well as a +tutorial on using Config. + +---- +Bank +---- + +Bank in V3 has been split out from Economy. V3 introduces the ability +to have a global bank as well as the ability to change the bank name +and the name of the currency. Be sure to checkout :doc:`/framework_bank` +for more on Bank + +------- +Mod Log +------- + +V3 introduces Mod Log as an API, thus allowing for cogs to add custom case +types that will appear in a server's mod log channel. Be sure to checkout +:doc:`/framework_modlog` for more on Mod Log` diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/guide_publish_cogs.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_publish_cogs.rst new file mode 100644 index 0000000000000000000000000000000000000000..db5162ca762ccee71d07cf9d6c904a92598ef736 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_publish_cogs.rst @@ -0,0 +1,97 @@ +.. Publishing cogs for V3 + +Publishing cogs for Red V3 +========================== + +Users of Red install 3rd-party cogs using Downloader cog. To make your cog available +to install for others, you will have to create a git repository +and publish it on git repository hosting (for example `GitHub `_) + +Repository Template +------------------- + +We have standardized what a repository's structure should look like to better assist +our Downloader system and provide essential information to the Red portal. + +The main repository should contain at a minimum: + + - :ref:`An info.json file ` + - One folder for each cog package in the repository + + - refer to :doc:`/guide_cog_creation` for information on how to create a valid cog package + - you should also put :ref:`info.json file ` inside each cog folder + +We also recommend adding a license and README file with general information about the repository. + +For a simple example of what this might look like when finished, +take a look at `our example template `_. + +.. _info-json-format: + +Info.json format +---------------- + +The optional info.json file may exist inside every package folder in the repo, +as well as in the root of the repo. The following sections describe the valid +keys within an info file (and maybe how the Downloader cog uses them). + +Keys common to both repo and cog info.json (case sensitive) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- ``author`` (list of strings) - list of names of authors of the cog or repo. + +- ``description`` (string) - A long description of the cog or repo. For cogs, this + is displayed when a user executes ``[p]cog info``. + +- ``install_msg`` (string) - The message that gets displayed when a cog + is installed or a repo is added + + .. tip:: You can use the ``[p]`` key in your string to use the prefix + used for installing. + +- ``short`` (string) - A short description of the cog or repo. For cogs, this info + is displayed when a user executes ``[p]cog list`` + +Keys specific to the cog info.json (case sensitive) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- ``end_user_data_statement`` (string) - A statement explaining what end user data the cog is storing. + This is displayed when a user executes ``[p]cog info``. If the statement has changed since last update, user will be informed during the update. + +- ``min_bot_version`` (string) - Min version number of Red in the format ``MAJOR.MINOR.MICRO`` + +- ``max_bot_version`` (string) - Max version number of Red in the format ``MAJOR.MINOR.MICRO``, + if ``min_bot_version`` is newer than ``max_bot_version``, ``max_bot_version`` will be ignored + +- ``min_python_version`` (list of integers) - Min version number of Python + in the format ``[MAJOR, MINOR, PATCH]`` + +- ``hidden`` (bool) - Determines if a cog is visible in the cog list for a repo. + +- ``disabled`` (bool) - Determines if a cog is available for install. + +- ``required_cogs`` (dict mapping a cog name to repo URL) - A dict of required cogs that this cog depends on + in the format ``{cog_name : repo_url}``. + Downloader will not deal with this functionality but it may be useful for other cogs. + +- ``requirements`` (list of strings) - list of required libraries that are + passed to pip on cog install. ``SHARED_LIBRARIES`` do NOT go in this + list. + +- ``tags`` (list of strings) - A list of strings that are related to the + functionality of the cog. Used to aid in searching. + +- ``type`` (string) - Optional, defaults to ``COG``. Must be either ``COG`` or + ``SHARED_LIBRARY``. If ``SHARED_LIBRARY`` then ``hidden`` will be ``True``. + +.. warning:: + Shared libraries are deprecated since version 3.2 and are marked for removal in the future. + +Adding to the Index +------------------- + +Repositories that are correctly configured can be added to the `public index of cogs `_. + +To be added to the index, make a pull request to the `Red-Index repository `_ in the unapproved section. You can learn more about this process in the repository description. + +To be added to the approved repositories, first see `guide_cog_creators`. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/guide_trivia_list_creation.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_trivia_list_creation.rst new file mode 100644 index 0000000000000000000000000000000000000000..7eba84f9a483eddba69a06fb887fdbd36a27365c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/guide_trivia_list_creation.rst @@ -0,0 +1,178 @@ +.. _guide_trivia_list_creation: + +========================== +Trivia List Creation Guide +========================== + +The Trivia cog allows you to create your own "trivia lists", +which are then processed in the cog - allowing you to create as +many questions as you'd like, with easy to use syntax. + +--------------- +Getting Started +--------------- + +Let's start off by creating a file named ``mytrivia.yaml``. +Our trivia list will be named after the file, so in this case, +it will be called ``mytrivia``. + +------------ +Author Field +------------ + +We should first include an ``AUTHOR`` field, +to let the user know who wrote the questions. + +When the user starts the trivia, the author(s) will +be sent in the starting message (see below). + +.. image:: .resources/trivia/trivia_author.png + +The following should be placed at the top of your file, replacing "Red" +with your name: + +.. code-block:: yaml + + AUTHOR: Red + +If there are multiple authors, we can separate them with commas. + +.. code-block:: yaml + + AUTHOR: Red, Rojo, Rouge + +--------------------- +Questions and Answers +--------------------- + +Writing questions and answers is simple. Once you've finished your +``AUTHOR`` field, you can move on to your questions just below. + +Questions should consist of at least one answer, with other +possible answers included if necessary. You must put a colon at the end +of the question, for example: + +.. code-block:: yaml + + How many days are there in a regular year?: + +Answers will follow below, each separated by a line break and with a +hyphen at the start of the line. + +.. code-block:: yaml + + How many days are there in a regular year?: + - 365 + - three hundred and sixty five + +It's always nice to include alternative answers if a question needs it. +We can add as many valid answers as we'd like below this question. Answers +are **NOT** case sensitive, so you don't need to worry about adding the same +answer multiple times in different casings. + +There are multiple special characters in YAML, such as colons, hashtags, hyphens +and more. If these characters are included within our questions or answers, +you'll need to enclose the content with quotation marks. + +.. code-block:: yaml + + "Who is the #1 followed user on Twitter?": + +If we didn't have these quotation marks, the question would not render. + +.. code-block:: yaml + + Who is the #1 followed user on Twitter?: + +.. tip:: + + We can also include line breaks within our questions by using ``\n``, like + this for example: + + .. code-block:: yaml + + "My first line\nMy second line": + +As you've added more questions, your file should look something like this: + +.. code-block:: yaml + + AUTHOR: Red + How many days are there in a regular year?: + - 365 + - three hundred and sixty five + "Who is the #1 followed user on Twitter?": + - Barack Obama + - Obama + What is the only sea without any coasts?: + - Sargasso + - Sargasso Sea + Who won the Premier League in 2015?: + - Chelsea + - chelsea f.c. + How much money is a US Olympic gold medalist awarded?: + - $37,500 + - 37,500 + - 37.5k + - 37500 + - $37500 + +You can keep adding questions until you are satisfied, and then you can upload and +play your very own trivia! See :ref:`[p]triviaset custom ` for more information. + +Still stuck? Take a look at +`the core trivia lists `_ +for reference. + +-------------------------- +Optional: Custom Overrides +-------------------------- + +Once you've got the hang of the question-answer format, +you might want to add some custom overrides with the CONFIG key - in a similar way to the AUTHOR key. +These will override the settings set with :ref:`[p]triviaset `. +For example, with a trivia list which has questions that are quick to answer you could decrease the time limit +and require a higher score to win. + +Here are all the overrides available: + +.. code-block:: yaml + + CONFIG: + bot_plays: true or false # bot gains points if no one answers correctly + delay: positive number # answer time limit (seconds), must be greater than or equal to 4 + timeout: positive number # timeout for no responses (seconds), must be greater than delay + max_score: positive integer # points required to win + reveal_answer: true or false # reveal answer on timeout + payout_multiplier: non-negative number # payout multiplier + use_spoilers: true or false # use spoilers in answers + +So, your final file might look something like this: + +.. code-block:: yaml + + AUTHOR: Red + CONFIG: + bot_plays: false + use_spoilers: true + delay: 20 + payout_multiplier: 0.5 + max_score: 20 + How many days are there in a regular year?: + - 365 + - three hundred and sixty five + "Who is the #1 followed user on Twitter?": + - Barack Obama + - Obama + What is the only sea without any coasts?: + - Sargasso + - Sargasso Sea + Who won the Premier League in 2015?: + - Chelsea + - chelsea f.c. + How much money is a US Olympic gold medallist awarded?: + - $37,500 + - 37,500 + - 37.5k + - 37500 + - $37500 diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/host-list.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/host-list.rst new file mode 100644 index 0000000000000000000000000000000000000000..20e6960052950d0d98115ac05c2c25307b789174 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/host-list.rst @@ -0,0 +1,154 @@ +.. source: https://gist.github.com/Twentysix26/cb4401c6e507782aa6698e9e470243ed + +.. _host-list: + +=================== +Hosting Information +=================== + +.. note:: + This doc is written for the :ref:`hosting section ` + of the :ref:`getting started guide `. Please take a look + if you don't know how to host Red. + + +| For your instance of Red to stay online 24/7, it needs to be hosted on a dedicated system. + This page contains hosting related information and advice for beginners in + topics such as picking a provider. + +First, we would like to make something clear: + +.. warning:: + Due to their inability to handle Red's data structure and meet the + conditions of being a supported platform; platforms such as Heroku, + Pterodactyl, repl.it, Termux and alike are **NOT** officially supported. + Docker support found in GitHub is also a work in progress and not ready + for daily use. Workarounds for getting Red running on those platforms + are imperfect due to Red's nature. You will not be able to receive + support if an issue occurs when hosting on any of these platforms. + + +------------------------------------ +Hosting on a VPS or Dedicated Server +------------------------------------ + +| You can host Red in a VPS running Linux or Windows. Using a Linux VPS is the + recommended option. Dedicated servers also work but are overpowered and cost + ineffective unless one plans to run a very large bot or use their server for + more than just hosting Red. If you have already created an instance, Red can be moved to a different + server for hosting with a backup/restore process. More information and guidance + about this process is available in the `Red Support Server `_. + +.. warning:: + Please be aware that a Linux server is controlled through a command line. + If you don't know Unix basics, please take a look at + `DigitalOcean's tutorial: An Introduction to Linux Basics + `_. + + +------------ +Self Hosting +------------ + +| It's possible to self host Red with your own hardware. A Raspberry Pi 3 + will have enough computing capacity to handle a small to medium sized bot. + You can also host on your own computer or rack server. Any modern hardware + should work without issues. However, this option leaves you responsible for + keeping the bot online by paying for electricity costs and dealing with power outages. + +------------------- +Choosing a Provider +------------------- + +| The following are some common providers suitable for hosting Red. With + each having their pros and cons, this list is mainly intended to act as a + starting point. You should conduct your own research and come to + a conclusion depending on your needs and budget, taking into account + providers not listed here if desired. The key is the provider offering + an OS supported by Red. + +.. tip:: + You will have better results with Audio when the region in your Discord + server settings is closer to the bulk of the server's audience and + the location you picked for your Red host. + + +----------------- +Average Providers +----------------- + +| `Scaleway `_ is a VPS and dedicated server + provider French in origin with locations in Poland and Netherlands. + +| `DigitalOcean `_ is a US based cloud services company + with locations available worldwide, the VPS service is provided under the brand name + "Droplet". + +| `OVH `_ is a company focused on providing hosting + and cloud services with locations in Europe, North America and Asia Pacific. + +| `Time4VPS `_ is a Lithuanian VPS provider mainly focused + on lower cost. + +| `GalaxyGate `_ is a VPS and dedicated server provider + with a single location in New York. + +| `Linode `_ is a US based cloud services company similar + to DigitalOcean with locations available worldwide. + +| `AWS Lightsail `_ is a VPS service from Amazon + Web Services priced lower than their enterprise offerings. + +| `Vultr `_ is a US based provider of VPS and dedicated servers + with locations available worldwide. + +| `Hetzner Online `_ is a German VPS and dedicated server + provider with locations in Germany, US and Finland. + +| `Contabo `_ is also a German VPS and dedicated server provider + with locations in Germany, Asia, Australia and the United States. + +| `Ramnode `_ is a US based VPS provider focused on + low to middle end VPS with locations in the US and Netherlands. + +| `LowEndBox `_ is a website where hosting providers are + discussed and curated, often with lower costs and less known providers. + +| `AlphaVps `_ is a Bulgaria VPS and dedicated server provider + with locations in Los Angeles, New York, England, Germany and Bulgaria. + +-------------------- +Higher End Providers +-------------------- + +| `AWS EC2 `__ is the enterprise offering of Amazon Web Services. + A limited free plan is available for 12 months, after which a complex pricing model with + high costs take over. + +| `Google Compute Engine `__ is Google's EC2 competitor. + However, an always free plan with limited resources is offered. + +| `Microsoft Azure VM `__ is + Microsoft's EC2 competitor with lower costs than EC2 for Windows instances, but similar + otherwise. + +| `Oracle Cloud Compute `__ is Oracle's EC2 + competitor. But an always free plan is available with slightly higher specifications + compared to that of Google Compute Engine. + +------------ +Free Hosting +------------ + +| `Google Compute Engine `_, + `Oracle Cloud Compute `_ and + `AWS EC2 `_ have free tier VPSes suitable for small bots. + +| **Note:** The free tier offered by AWS for EC2 only lasts for 12 months, while + Oracle Cloud and Google Cloud offer always free tiers with limited resources. + +| Additionally, new Google Cloud customers get a $300 credit which is valid for 3 months. + New Oracle Cloud customers also get $300 of free credit, but only valid for 30 days. + +| Excluding the above, there is no recommended free VPS host. Persuasion of + another individual for hosting Red is an option, albeit low in success rate. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/index.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..2eebf2788e6b208a85843f8512b7f0b643775b13 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/index.rst @@ -0,0 +1,97 @@ +.. Red - Discord Bot documentation master file, created by + sphinx-quickstart on Thu Aug 10 23:18:25 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +.. _main: + +Welcome to Red - Discord Bot's documentation! +============================================= + +.. toctree:: + :maxdepth: 1 + :caption: Installation Guides: + + install_guides/index + bot_application_guide + update_red + about_venv + autostart_windows + autostart_mac + autostart_systemd + +.. toctree:: + :maxdepth: 2 + :caption: Cog Reference: + + cog_customcom + cog_permissions + guide_trivia_list_creation + +.. toctree:: + :maxdepth: 2 + :caption: User guides: + + getting_started + intents + cog_guides/admin + cog_guides/alias + cog_guides/audio + cog_guides/cleanup + cog_guides/cog_manager_ui + cog_guides/core + cog_guides/customcommands + cog_guides/dev + cog_guides/downloader + cog_guides/economy + cog_guides/filter + cog_guides/general + cog_guides/image + cog_guides/permissions + cog_guides/mod + cog_guides/modlog + cog_guides/mutes + cog_guides/reports + cog_guides/streams + cog_guides/trivia + cog_guides/warnings + red_core_data_statement + +.. toctree:: + :maxdepth: 2 + :caption: Red Development Framework Reference: + + guide_migration + guide_cog_creation + guide_publish_cogs + guide_cog_creators + framework_apikeys + framework_bank + framework_bot + framework_checks + framework_cogmanager + framework_commands + framework_config + framework_datamanager + framework_events + framework_i18n + framework_modlog + framework_rpc + framework_tree + framework_utils + version_guarantees + +.. toctree:: + :maxdepth: 2 + :caption: Others + + changelog + host-list + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_create-env-with-venv-intro.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_create-env-with-venv-intro.rst new file mode 100644 index 0000000000000000000000000000000000000000..dde85481a723c25b9a135d0dd92a1c596cdbab4c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_create-env-with-venv-intro.rst @@ -0,0 +1,23 @@ +------------------------------ +Creating a Virtual Environment +------------------------------ + +.. tip:: + + If you want to learn more about virtual environments, see page: `about-venvs` + +We require installing Red into a virtual environment. Don't be scared, it's very +straightforward. + +************** +Using ``venv`` +************** + +This is the quickest way to get your virtual environment up and running, as `venv` is shipped with +python. + +First, choose a directory where you would like to create your virtual environment. It's a good idea +to keep it in a location which is easy to type out the path to. From now, we'll call it +``redenv`` and it will be located in your home directory. + +Create your virtual environment with the following command: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_create-env-with-venv-outro.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_create-env-with-venv-outro.rst new file mode 100644 index 0000000000000000000000000000000000000000..e3b9eca4b9f542b8df199ac09f9a68ea1010de5d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_create-env-with-venv-outro.rst @@ -0,0 +1,10 @@ +And activate it with the following command: + +.. prompt:: bash + + source ~/redenv/bin/activate + +.. important:: + + You must activate the virtual environment with the above command every time you open a new + shell to run, install or update Red. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_install-pyenv-and-setup-path.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_install-pyenv-and-setup-path.rst new file mode 100644 index 0000000000000000000000000000000000000000..b3f0f4d38b41cdf090a8987fc7cfb94ff3a01505 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/_install-pyenv-and-setup-path.rst @@ -0,0 +1,19 @@ +To install/update pyenv, run the following command: + +.. prompt:: bash + + command -v pyenv && pyenv update || curl https://pyenv.run | bash + +After this command, you will see a warning about 'pyenv' not being in the load path. To address this, +you should run these commands: + +.. prompt:: bash + + profile=$([ -n "$ZSH_VERSION" ] && echo ~/.zprofile || ([ -f ~/.bash_profile ] && echo ~/.bash_profile || echo ~/.profile)) + rcfile=$([ -n "$ZSH_VERSION" ] && echo ~/.zshrc || echo ~/.bashrc) + printf '%s\n%s\n%s\n' 'export PYENV_ROOT="$HOME/.pyenv"' 'export PATH="$PYENV_ROOT/bin:$PATH"' "$([ -f "$profile" ] && cat "$profile")" > "$profile" + echo 'eval "$(pyenv init --path)"' >> "$profile" + echo 'eval "$(pyenv init -)"' >> "$rcfile" + echo 'eval "$(pyenv virtualenv-init -)"' >> "$rcfile" + +Then **log out and log back in** and run the following command: diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-pyenv-virtualenv.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-pyenv-virtualenv.rst new file mode 100644 index 0000000000000000000000000000000000000000..3f7b9cb8679c5c929ec03fc6764cfd4277279084 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-pyenv-virtualenv.rst @@ -0,0 +1,44 @@ +------------------------------ +Creating a Virtual Environment +------------------------------ + +.. tip:: + + If you want to learn more about virtual environments, see page: `about-venvs` + +We require installing Red into a virtual environment. Don't be scared, it's very +straightforward. + +************************** +Using ``pyenv virtualenv`` +************************** + +Using ``pyenv virtualenv`` saves you the headache of remembering where you installed your virtual +environments. This option is only available if you installed Python with pyenv. + +First, ensure your pyenv interpreter is set to python 3.8.1 or greater with the following command: + +.. prompt:: bash + + pyenv version + +Now, create a virtual environment with the following command: + +.. prompt:: bash + + pyenv virtualenv + +Replace ```` with whatever you like. If you ever forget what you named it, +you can always use the command ``pyenv versions`` to list all virtual environments. + +Now activate your virtualenv with the following command: + +.. prompt:: bash + + pyenv shell + +.. important:: + + You must activate the virtual environment with the above command every time you open a new + shell to run, install or update Red. You can check out other commands like ``pyenv local`` and + ``pyenv global`` if you wish to keep the virtualenv activated all the time. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.10.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.10.rst new file mode 100644 index 0000000000000000000000000000000000000000..af858034ce07168b3431ddc55e951cbfb8979e68 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.10.rst @@ -0,0 +1,7 @@ +.. include:: _includes/_create-env-with-venv-intro.rst + +.. prompt:: bash + + python3.10 -m venv ~/redenv + +.. include:: _includes/_create-env-with-venv-outro.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.11.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.11.rst new file mode 100644 index 0000000000000000000000000000000000000000..1f77150d4e538eefaba03b1cc00e66e1a9e8567d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.11.rst @@ -0,0 +1,7 @@ +.. include:: _includes/_create-env-with-venv-intro.rst + +.. prompt:: bash + + python3.11 -m venv ~/redenv + +.. include:: _includes/_create-env-with-venv-outro.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.9.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.9.rst new file mode 100644 index 0000000000000000000000000000000000000000..b2aed286986ff8bb325e37a8320d5c0b3310ccda --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/create-env-with-venv3.9.rst @@ -0,0 +1,7 @@ +.. include:: _includes/_create-env-with-venv-intro.rst + +.. prompt:: bash + + python3.9 -m venv ~/redenv + +.. include:: _includes/_create-env-with-venv-outro.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-and-setup-red-unix.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-and-setup-red-unix.rst new file mode 100644 index 0000000000000000000000000000000000000000..5e4a18b01ac25b92535780481ea3ff1d59b2a2cb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-and-setup-red-unix.rst @@ -0,0 +1,52 @@ +-------------- +Installing Red +-------------- + +Choose one of the following commands to install Red. + +To install without additional config backend support: + +.. prompt:: bash + :prompts: (redenv) $ + + python -m pip install -U pip wheel + python -m pip install -U Red-DiscordBot + +Or, to install with PostgreSQL support: + +.. prompt:: bash + :prompts: (redenv) $ + + python -m pip install -U pip wheel + python -m pip install -U "Red-DiscordBot[postgres]" + + +-------------------------- +Setting Up and Running Red +-------------------------- + +After installation, set up your instance with the following command: + +.. prompt:: bash + :prompts: (redenv) $ + + redbot-setup + +This will set the location where data will be stored, as well as your +storage backend and the name of the instance (which will be used for +running the bot). + +Once done setting up the instance, run the following command to run Red: + +.. prompt:: bash + :prompts: (redenv) $ + + redbot + +It will walk through the initial setup, asking for your token and a prefix. +You can find out how to obtain a token with +`this guide <../bot_application_guide>`. + +.. tip:: + If it's the first time you're using Red, you should check our `getting-started` guide + that will walk you through all essential information on how to interact with Red. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-guide-rhel8-derivatives.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-guide-rhel8-derivatives.rst new file mode 100644 index 0000000000000000000000000000000000000000..7052a25dbe5da6125d27a58451392f6c39a943df --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-guide-rhel8-derivatives.rst @@ -0,0 +1,28 @@ +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Red Hat Enterprise Linux (RHEL) 8.4-8.x and its derivatives have all required packages available in official repositories. +Install them with dnf: + +.. prompt:: bash + + sudo dnf -y update + sudo dnf -y group install development + sudo dnf -y install python39 python39-devel java-11-openjdk-headless nano git + +Set ``java`` executable to point to Java 11: + +.. prompt:: bash + + sudo alternatives --set java "java-11-openjdk.$(uname -i)" + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.9.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-guide-rhel9-derivatives.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-guide-rhel9-derivatives.rst new file mode 100644 index 0000000000000000000000000000000000000000..9e149cc5601484c796f3233853a3bf4ff63cad4f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-guide-rhel9-derivatives.rst @@ -0,0 +1,20 @@ +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Red Hat Enterprise Linux (RHEL) 9 and its derivatives have all required packages available in official repositories. +Install them with dnf: + +.. prompt:: bash + + sudo dnf -y install python39 python3-devel git java-11-openjdk-headless @development nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.9.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python-pyenv.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python-pyenv.rst new file mode 100644 index 0000000000000000000000000000000000000000..ff6f88ecc06c814a474f71e9b3467894068b725d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python-pyenv.rst @@ -0,0 +1,27 @@ +---------------------------- +Installing Python with pyenv +---------------------------- + +On distributions where Python 3.11 needs to be compiled from source, we recommend the use of pyenv. +This simplifies the compilation process and has the added bonus of simplifying setting up Red in a +virtual environment. + +.. include:: _includes/_install-pyenv-and-setup-path.rst + +.. prompt:: bash + + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.11.1 -v + +This may take a long time to complete, depending on your hardware. For some machines (such as +Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove +the ``CONFIGURE_OPTS=--enable-optimizations`` part from the front of the command, which will +drastically reduce the install time. However, be aware that this will make Python run about 10% +slower. + +After that is finished, run: + +.. prompt:: bash + + pyenv global 3.11.1 + +Pyenv is now installed and your system should be configured to run Python 3.11. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python310-pyenv.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python310-pyenv.rst new file mode 100644 index 0000000000000000000000000000000000000000..c604092927c6b07b72b5bd9bbe601507868aa62f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python310-pyenv.rst @@ -0,0 +1,27 @@ +---------------------------- +Installing Python with pyenv +---------------------------- + +On distributions where Python 3.10 needs to be compiled from source, we recommend the use of pyenv. +This simplifies the compilation process and has the added bonus of simplifying setting up Red in a +virtual environment. + +.. include:: _includes/_install-pyenv-and-setup-path.rst + +.. prompt:: bash + + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.10.9 -v + +This may take a long time to complete, depending on your hardware. For some machines (such as +Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove +the ``CONFIGURE_OPTS=--enable-optimizations`` part from the front of the command, which will +drastically reduce the install time. However, be aware that this will make Python run about 10% +slower. + +After that is finished, run: + +.. prompt:: bash + + pyenv global 3.10.9 + +Pyenv is now installed and your system should be configured to run Python 3.10. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python39-pyenv.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python39-pyenv.rst new file mode 100644 index 0000000000000000000000000000000000000000..ce312eb087df00b65789b5da00641910dc774f09 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/install-python39-pyenv.rst @@ -0,0 +1,27 @@ +---------------------------- +Installing Python with pyenv +---------------------------- + +On distributions where Python 3.9 needs to be compiled from source, we recommend the use of pyenv. +This simplifies the compilation process and has the added bonus of simplifying setting up Red in a +virtual environment. + +.. include:: _includes/_install-pyenv-and-setup-path.rst + +.. prompt:: bash + + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.16 -v + +This may take a long time to complete, depending on your hardware. For some machines (such as +Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove +the ``CONFIGURE_OPTS=--enable-optimizations`` part from the front of the command, which will +drastically reduce the install time. However, be aware that this will make Python run about 10% +slower. + +After that is finished, run: + +.. prompt:: bash + + pyenv global 3.9.16 + +Pyenv is now installed and your system should be configured to run Python 3.9. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/linux-preamble.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/linux-preamble.rst new file mode 100644 index 0000000000000000000000000000000000000000..54eb36996703f3241b5ef964ef5b4d1f8cdddb72 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/linux-preamble.rst @@ -0,0 +1,5 @@ +.. warning:: + + For safety reasons, DO NOT install Red with a root user. If you are unsure how to create + a new user on Linux, see `DigitalOcean's tutorial: How To Create a New Sudo-enabled User + `_. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-aarch64+armv7l.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-aarch64+armv7l.rst new file mode 100644 index 0000000000000000000000000000000000000000..5d325ae8de12432b0cc8690c4523a1baf223fabb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-aarch64+armv7l.rst @@ -0,0 +1,2 @@ +| We support hosting Red on computers running an **aarch64** or **armv7l** version of this system. +| You can read more about systems and processor architectures we support in our `end-user-guarantees`. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-armv7l.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-armv7l.rst new file mode 100644 index 0000000000000000000000000000000000000000..c32107df8dc0604f302217410e4d7524704e0424 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-armv7l.rst @@ -0,0 +1,2 @@ +| We support hosting Red on computers running an **armv7l** version of this system. +| You can read more about systems and processor architectures we support in our `end-user-guarantees`. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64+aarch64+armv7l.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64+aarch64+armv7l.rst new file mode 100644 index 0000000000000000000000000000000000000000..7bc24c31a0bdf238a837c0e3e2ecfc4e76f49446 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64+aarch64+armv7l.rst @@ -0,0 +1,2 @@ +| We support hosting Red on computers running an **x86-64**, **aarch64**, or **armv7l** version of this system. +| You can read more about systems and processor architectures we support in our `end-user-guarantees`. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64+aarch64.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64+aarch64.rst new file mode 100644 index 0000000000000000000000000000000000000000..11f16b0d63008b2f742cf0345d8147e5f1a870b2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64+aarch64.rst @@ -0,0 +1,2 @@ +| We support hosting Red on computers running an **x86-64** or **aarch64** version of this system. +| You can read more about systems and processor architectures we support in our `end-user-guarantees`. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64.rst new file mode 100644 index 0000000000000000000000000000000000000000..683d11a8d8c6229114b134f37f066ad9494e2dee --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/_includes/supported-arch-x64.rst @@ -0,0 +1,2 @@ +| We support hosting Red on computers running an **x86-64** version of this system. +| You can read more about systems and processor architectures we support in our `end-user-guarantees`. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/alma-linux-8.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/alma-linux-8.rst new file mode 100644 index 0000000000000000000000000000000000000000..083e2c8bb660410fb602cda56741162010a74a6a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/alma-linux-8.rst @@ -0,0 +1,7 @@ +.. _install-alma-linux-8: + +==================================== +Installing Red on Alma Linux 8.4-8.x +==================================== + +.. include:: _includes/install-guide-rhel8-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/alma-linux-9.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/alma-linux-9.rst new file mode 100644 index 0000000000000000000000000000000000000000..a80decd53da07aa70f11cc6dfe1bc97806d29dba --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/alma-linux-9.rst @@ -0,0 +1,7 @@ +.. _install-alma-linux-9: + +============================== +Installing Red on Alma Linux 9 +============================== + +.. include:: _includes/install-guide-rhel9-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/arch.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/arch.rst new file mode 100644 index 0000000000000000000000000000000000000000..0b472fb4a8018ba504371dcb3bdf6da724471486 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/arch.rst @@ -0,0 +1,37 @@ +.. _install-arch: + +============================ +Installing Red on Arch Linux +============================ + +.. include:: _includes/supported-arch-x64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Install the pre-requirements with pacman: + +.. prompt:: bash + + sudo pacman -Syu git jre11-openjdk-headless base-devel nano + +On Arch Linux, Python 3.9 can be installed from the Arch User Repository (AUR) from the ``python39`` package. + +The manual build process is the Arch-supported install method for AUR packages. You can install ``python39`` package with the following commands: + +.. prompt:: bash + + git clone https://aur.archlinux.org/python39.git /tmp/python39 + cd /tmp/python39 + makepkg -sicL + cd - + rm -rf /tmp/python39 + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.9.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-7.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-7.rst new file mode 100644 index 0000000000000000000000000000000000000000..f49e59dcab7129582e8da9d3d21f415a91130279 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-7.rst @@ -0,0 +1,46 @@ +.. _install-centos-7: + +========================== +Installing Red on CentOS 7 +========================== + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Install the pre-requirements with yum: + +.. prompt:: bash + + sudo yum -y groupinstall development + sudo yum -y install gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel tk-devel libffi-devel xz-devel java-11-openjdk-headless nano git + +In order to install gcc 8, we'll use SCL repository: + +.. prompt:: bash + + sudo yum -y install centos-release-scl + sudo yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++ + echo "source scl_source enable devtoolset-8" >> ~/.bashrc + source ~/.bashrc + +In order to install Git 2.11 or greater, we recommend adding the IUS repository: + +.. prompt:: bash + + sudo yum -y install https://repo.ius.io/ius-release-el7.rpm + sudo yum -y swap git git236 + +.. Include common instructions: + +.. Python 3.10 requires OpenSSL 1.1.1 which CentOS 7 doesn't provide in base repository. + +.. include:: _includes/install-python39-pyenv.rst + +.. include:: _includes/create-env-with-pyenv-virtualenv.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-stream-8.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-stream-8.rst new file mode 100644 index 0000000000000000000000000000000000000000..adb0ac7d6431e51fdf5974f8af8c7686299799f4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-stream-8.rst @@ -0,0 +1,7 @@ +.. _install-centos-stream-8: + +================================= +Installing Red on CentOS Stream 8 +================================= + +.. include:: _includes/install-guide-rhel8-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-stream-9.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-stream-9.rst new file mode 100644 index 0000000000000000000000000000000000000000..d2731f31326f17dabbfc401efad4b28a93c47eb1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/centos-stream-9.rst @@ -0,0 +1,7 @@ +.. _install-centos-stream-9: + +================================= +Installing Red on CentOS Stream 9 +================================= + +.. include:: _includes/install-guide-rhel9-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/debian-10.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/debian-10.rst new file mode 100644 index 0000000000000000000000000000000000000000..47ee4e28d1bec6927eee994da86afbac3f5b843a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/debian-10.rst @@ -0,0 +1,30 @@ +.. _install-debian-10: + +================================== +Installing Red on Debian 10 Buster +================================== + +.. include:: _includes/supported-arch-x64+aarch64+armv7l.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +We recommend installing pyenv as a method of installing non-native versions of Python on +Debian Buster. This guide will tell you how. First, run the following commands: + +.. prompt:: bash + + sudo apt update + sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless nano + CXX=/usr/bin/g++ + +.. Include common instructions: + +.. include:: _includes/install-python-pyenv.rst + +.. include:: _includes/create-env-with-pyenv-virtualenv.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/debian-11.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/debian-11.rst new file mode 100644 index 0000000000000000000000000000000000000000..4ea9bd0141b3b661e16963ed9c21b4f6922e7bee --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/debian-11.rst @@ -0,0 +1,27 @@ +.. _install-debian-11: + +==================================== +Installing Red on Debian 11 Bullseye +==================================== + +.. include:: _includes/supported-arch-x64+aarch64+armv7l.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Debian 11 "Bullseye" has all required packages available in official repositories. Install them +with apt: + +.. prompt:: bash + + sudo apt update + sudo apt -y install python3 python3-dev python3-venv git openjdk-11-jre-headless build-essential nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.9.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/fedora.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/fedora.rst new file mode 100644 index 0000000000000000000000000000000000000000..29ac6a86e5c6db633b540b1851c9f9724265d54a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/fedora.rst @@ -0,0 +1,26 @@ +.. _install-fedora: + +============================== +Installing Red on Fedora Linux +============================== + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Fedora Linux 36 and above has all required packages available in official repositories. Install +them with dnf: + +.. prompt:: bash + + sudo dnf -y install python3.11 python3.11-devel git java-11-openjdk-headless @development-tools nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.11.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/index.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..5035b9b8509a158dee0520974bd3bd7bbcf2e6fb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/index.rst @@ -0,0 +1,38 @@ +.. _install-guides: + +Installing Red +============== + +The list below shows the installation guides available based on the operating system being used. + +If you want to host Red on a VPS and are unsure what operating system you should choose, +we recommend **Ubuntu 22.04 LTS**. + +.. toctree:: + :maxdepth: 1 + + windows + mac + alma-linux-8 + alma-linux-9 + arch + centos-7 + centos-stream-8 + centos-stream-9 + debian-10 + debian-11 + fedora + opensuse-leap-15 + opensuse-tumbleweed + oracle-linux-8 + oracle-linux-9 + raspberry-pi-os-10 + raspberry-pi-os-11 + rhel-8 + rhel-9 + rocky-linux-8 + rocky-linux-9 + ubuntu-1804 + ubuntu-2004 + ubuntu-2204 + ubuntu-non-lts diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/mac.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/mac.rst new file mode 100644 index 0000000000000000000000000000000000000000..f06cc6b0005468d4b4fbc1bb43db89eb7cc32091 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/mac.rst @@ -0,0 +1,46 @@ +.. _install-mac: + +======================= +Installing Red on macOS +======================= + +.. include:: _includes/supported-arch-x64+aarch64.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +To install pre-requirements, we first have to install Brew. +In Finder or Spotlight, search for and open *Terminal*. In the terminal, paste the +following, then press Enter: + +.. prompt:: bash + + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + brew_location="$([ -n "$HOMEBREW_PREFIX" ] && echo "$HOMEBREW_PREFIX" || ([ "$(/usr/bin/uname -m)" = "arm64" ] && echo /opt/homebrew || echo /usr/local))/bin/brew" + printf '\neval "$(%s shellenv)"\n' "$brew_location" >> "$([ -n "$ZSH_VERSION" ] && echo ~/.zprofile || ([ -f ~/.bash_profile ] && echo ~/.bash_profile || echo ~/.profile))" + eval "$("$brew_location" shellenv)" + +After the installation, install the required packages by pasting the commands and pressing enter, +one-by-one: + +.. prompt:: bash + + brew install python@3.11 + brew install git + brew tap homebrew/cask-versions + brew install --cask temurin11 + +By default, Python installed through Homebrew is not added to the load path. +To fix this, you should run these commands: + +.. prompt:: bash + + echo 'export PATH="$(brew --prefix)/opt/python@3.11/bin:$PATH"' >> "$([ -n "$ZSH_VERSION" ] && echo ~/.zprofile || ([ -f ~/.bash_profile ] && echo ~/.bash_profile || echo ~/.profile))" + export PATH="$(brew --prefix)/opt/python@3.11/bin:$PATH" + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.11.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/opensuse-leap-15.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/opensuse-leap-15.rst new file mode 100644 index 0000000000000000000000000000000000000000..e5f24d692ecba7d7abf8d0a1d1447bcdfbbbc9d6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/opensuse-leap-15.rst @@ -0,0 +1,27 @@ +.. _install-opensuse-leap-15: + +===================================== +Installing Red on openSUSE Leap 15.4+ +===================================== + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +openSUSE Leap 15.4+ has all required dependencies available in official repositories. Install them +with zypper: + +.. prompt:: bash + + sudo zypper -n install python310 python310-devel git-core java-11-openjdk-headless nano + sudo zypper -n install -t pattern devel_basis + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.10.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/opensuse-tumbleweed.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/opensuse-tumbleweed.rst new file mode 100644 index 0000000000000000000000000000000000000000..047b5eaad964b26d452c7c2e90fa052268fe2e9f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/opensuse-tumbleweed.rst @@ -0,0 +1,27 @@ +.. _install-opensuse-tumbleweed: + +===================================== +Installing Red on openSUSE Tumbleweed +===================================== + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +openSUSE Tumbleweed has all required dependencies available in official repositories. Install them +with zypper: + +.. prompt:: bash + + sudo zypper -n install python311 python311-devel git-core java-11-openjdk-headless nano + sudo zypper -n install -t pattern devel_basis + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.11.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/oracle-linux-8.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/oracle-linux-8.rst new file mode 100644 index 0000000000000000000000000000000000000000..b1135f801c7628555ef1912ae6e599caaf8cb7f5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/oracle-linux-8.rst @@ -0,0 +1,7 @@ +.. _install-oracle-linux-8: + +====================================== +Installing Red on Oracle Linux 8.4-8.x +====================================== + +.. include:: _includes/install-guide-rhel8-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/oracle-linux-9.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/oracle-linux-9.rst new file mode 100644 index 0000000000000000000000000000000000000000..42a6e8056c2e276bda6a32d04dcea08915a4e6cb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/oracle-linux-9.rst @@ -0,0 +1,7 @@ +.. _install-oracle-linux-9: + +================================ +Installing Red on Oracle Linux 9 +================================ + +.. include:: _includes/install-guide-rhel9-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/raspberry-pi-os-10.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/raspberry-pi-os-10.rst new file mode 100644 index 0000000000000000000000000000000000000000..654f23a036082d31c03361986b1e46614145f080 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/raspberry-pi-os-10.rst @@ -0,0 +1,55 @@ +.. _install-raspberry-pi-os-10: + +==================================================== +Installing Red on Raspberry Pi OS (Legacy) 10 Buster +==================================================== + +.. include:: _includes/supported-arch-armv7l.rst + +.. note:: + + While we do provide support and install instructions for running Red + on Raspberry Pi OS (Legacy) 10 Buster, we highly recommend installing/upgrading to + the new version - Raspberry Pi OS 11 Bullseye. + + If you're not sure what version you are using, + you can check your version of Raspberry Pi OS by running: + + .. prompt:: bash + + lsb_release -a + + If you're running Bullseye already, read `install-raspberry-pi-os-11` document instead. + + If you're using Buster, please consider upgrading to Bullseye if possible. + You can read + `the post about Bullseye release from Raspberry Pi Foundation `__ + to learn how you can install/upgrade to the new version. + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +We recommend installing pyenv as a method of installing non-native versions of Python on +Raspberry Pi OS. This guide will tell you how. First, run the following commands: + +.. cmake is necessary to be able to successfully build rapidfuzz. + +.. prompt:: bash + + sudo apt update + sudo apt -y install cmake make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless nano + CXX=/usr/bin/g++ + +.. Include common instructions: + +.. We should only build and install even versions of Python on Raspberry Pi OS as odd +.. versions are part of piwheels and can cause installs of pip packages that won't work. + +.. include:: _includes/install-python310-pyenv.rst + +.. include:: _includes/create-env-with-pyenv-virtualenv.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/raspberry-pi-os-11.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/raspberry-pi-os-11.rst new file mode 100644 index 0000000000000000000000000000000000000000..5e8eeead53501a5ff8130de2397ac083cfbc9d36 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/raspberry-pi-os-11.rst @@ -0,0 +1,42 @@ +.. _install-raspberry-pi-os-11: + +============================================= +Installing Red on Raspberry Pi OS 11 Bullseye +============================================= + +.. include:: _includes/supported-arch-aarch64+armv7l.rst + +.. note:: + + This guide can only be used with Raspberry Pi OS 11 Bullseye, + it will not work with any older (e.g. Raspberry Pi OS 10 Buster) + or newer (e.g. Raspberry Pi OS 12 Bookworm) releases. + You can check your version of Raspberry Pi OS by running: + + .. prompt:: bash + + lsb_release -a + + If you're not running Bullseye, you should read + `the post about Bullseye release from Raspberry Pi Foundation `__ + to learn how you can install/upgrade to the new version. + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Raspberry Pi OS "Bullseye" has all required packages available in official repositories. Install them +with apt: + +.. prompt:: bash + + sudo apt update + sudo apt -y install python3 python3-dev python3-venv git openjdk-11-jre-headless build-essential nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.9.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rhel-8.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rhel-8.rst new file mode 100644 index 0000000000000000000000000000000000000000..149a19ea03e079ff8139fb147ca831a21828b06b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rhel-8.rst @@ -0,0 +1,7 @@ +.. _install-rhel-8: + +========================================================= +Installing Red on Red Hat Enterprise Linux (RHEL) 8.4-8.x +========================================================= + +.. include:: _includes/install-guide-rhel8-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rhel-9.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rhel-9.rst new file mode 100644 index 0000000000000000000000000000000000000000..9d2faa3622259ea611346aaf64221d8ba2265f53 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rhel-9.rst @@ -0,0 +1,7 @@ +.. _install-rhel-9: + +=================================================== +Installing Red on Red Hat Enterprise Linux (RHEL) 9 +=================================================== + +.. include:: _includes/install-guide-rhel9-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rocky-linux-8.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rocky-linux-8.rst new file mode 100644 index 0000000000000000000000000000000000000000..693940087dd719ee645e2d446beb88cee4f1dacc --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rocky-linux-8.rst @@ -0,0 +1,7 @@ +.. _install-rocky-linux-8: + +=============================== +Installing Red on Rocky Linux 8 +=============================== + +.. include:: _includes/install-guide-rhel8-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rocky-linux-9.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rocky-linux-9.rst new file mode 100644 index 0000000000000000000000000000000000000000..53968a8202f0a22f1b900cd7f9b6942ad3ac7631 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/rocky-linux-9.rst @@ -0,0 +1,7 @@ +.. _install-rocky-linux-9: + +=============================== +Installing Red on Rocky Linux 9 +=============================== + +.. include:: _includes/install-guide-rhel9-derivatives.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-1804.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-1804.rst new file mode 100644 index 0000000000000000000000000000000000000000..a967fb5334b240d86474d7df6fa016e102365c41 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-1804.rst @@ -0,0 +1,43 @@ +.. _install-ubuntu-1804: + +================================== +Installing Red on Ubuntu 18.04 LTS +================================== + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +.. Git 2.17.0-2.22.0 have an issue with partial clone which is used in pip for git installs. +.. Not incredibly important perhaps but this ppa is recommended by git-scm.com/download/linux +.. so it should be fine. + +We recommend adding the ``git-core`` ppa to install Git 2.11 or greater: + +.. prompt:: bash + + sudo apt update + sudo apt -y install software-properties-common + sudo add-apt-repository -y ppa:git-core/ppa + +We recommend adding the ``deadsnakes`` ppa to install Python 3.11: + +.. prompt:: bash + + sudo add-apt-repository -y ppa:deadsnakes/ppa + +Now install the pre-requirements with apt: + +.. prompt:: bash + + sudo apt -y install python3.11 python3.11-dev python3.11-venv git openjdk-11-jre-headless build-essential nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.11.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-2004.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-2004.rst new file mode 100644 index 0000000000000000000000000000000000000000..0ad76922a628f3016536b55d156aa41e426750d0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-2004.rst @@ -0,0 +1,27 @@ +.. _install-ubuntu-2004: + +================================== +Installing Red on Ubuntu 20.04 LTS +================================== + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Ubuntu 20.04 LTS has all required packages available in official repositories. Install them +with apt: + +.. prompt:: bash + + sudo apt update + sudo apt -y install python3.9 python3.9-dev python3.9-venv git openjdk-11-jre-headless build-essential nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.9.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-2204.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-2204.rst new file mode 100644 index 0000000000000000000000000000000000000000..50df7c0ad137c83f88ec492fef89944c0aa29643 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-2204.rst @@ -0,0 +1,27 @@ +.. _install-ubuntu-2204: + +================================== +Installing Red on Ubuntu 22.04 LTS +================================== + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Ubuntu 22.04 LTS has all required packages available in official repositories. Install them +with apt: + +.. prompt:: bash + + sudo apt update + sudo apt -y install python3.10 python3.10-dev python3.10-venv git openjdk-11-jre-headless build-essential nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.10.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-non-lts.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-non-lts.rst new file mode 100644 index 0000000000000000000000000000000000000000..b2db202af7e083e8251c3816135865d85488e8e4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/ubuntu-non-lts.rst @@ -0,0 +1,26 @@ +.. _install-ubuntu-non-lts: + +========================================= +Installing Red on Ubuntu non-LTS versions +========================================= + +.. include:: _includes/supported-arch-x64+aarch64.rst + +.. include:: _includes/linux-preamble.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Now install the pre-requirements with apt: + +.. prompt:: bash + + sudo apt update + sudo apt -y install python3.11 python3.11-dev python3.11-venv git openjdk-11-jre-headless build-essential nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv3.11.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/windows.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/windows.rst new file mode 100644 index 0000000000000000000000000000000000000000..724569828d5e0b88f026a3e325df3d9fe4292448 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/install_guides/windows.rst @@ -0,0 +1,175 @@ +.. _windows-install-guide: + +========================= +Installing Red on Windows +========================= + +.. include:: _includes/supported-arch-x64.rst + +------------------------------- +Installing the pre-requirements +------------------------------- + +Please install the pre-requirements by following instructions from one of the following subsections. + +.. contents:: Choose a method of installing pre-requirements: + :local: + +---- + +********************************************* +Using PowerShell and Chocolatey (recommended) +********************************************* + +To install via PowerShell, search "powershell" in the Windows start menu, +right-click on it and then click "Run as administrator". + +Then run each of the following commands: + +.. prompt:: powershell + + Set-ExecutionPolicy Bypass -Scope Process -Force + [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 + iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) + choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y + choco upgrade visualstudio2022-workload-vctools -y + choco upgrade python311 -y + +For Audio support, you should also run the following command before exiting: + +.. prompt:: powershell + + choco upgrade temurin11 -y + + +From here, exit the prompt then continue onto `creating-venv-windows`. + +---- + +******************************** +Manually installing dependencies +******************************** + +.. attention:: There are additional configuration steps required which are + not documented for installing dependencies manually. + These dependencies are only listed separately here for + reference purposes. + +* `MSVC Build tools `_ + +* `Python 3.8.1 - 3.11.x `_ + +.. attention:: Please make sure that the box to add Python to PATH is CHECKED, otherwise + you may run into issues when trying to run Red. + +* `Git 2.11+ `_ + +.. attention:: Please choose the option to "Git from the command line and also from 3rd-party software" in Git's setup. + +* `Java 11 `_ - needed for Audio + +From here, continue onto `creating-venv-windows`. + +---- + +.. _creating-venv-windows: + +------------------------------ +Creating a Virtual Environment +------------------------------ + +.. tip:: + + If you want to learn more about virtual environments, see page: `about-venvs`. + +We require installing Red into a virtual environment. Don't be scared, it's very +straightforward. + +First, choose a directory where you would like to create your virtual environment. It's a good idea +to keep it in a location which is easy to type out the path to. From now, we'll call it +``redenv`` and it will be located in your home directory. + +Start with opening a command prompt (open Start, search for "command prompt", then click it). + +.. note:: + + You shouldn't run command prompt as administrator when creating your virtual environment, or + running Red. + +.. warning:: + + These commands will not work in PowerShell - you have to use command prompt as said above. + +Then create your virtual environment with the following command + +.. prompt:: batch + + py -3.11 -m venv "%userprofile%\redenv" + +And activate it with the following command + +.. prompt:: batch + + "%userprofile%\redenv\Scripts\activate.bat" + +.. important:: + + You must activate the virtual environment with the above command every time you open a new + Command Prompt to run, install or update Red. + + +.. _installing-red-windows: + +-------------- +Installing Red +-------------- + +.. attention:: You may need to restart your computer after installing dependencies + for the PATH changes to take effect. + +Run **one** of the following set of commands, depending on what extras you want installed + + * Normal installation: + + .. prompt:: batch + :prompts: (redenv) C:\\> + + python -m pip install -U pip wheel + python -m pip install -U Red-DiscordBot + + * With PostgreSQL support: + + .. prompt:: batch + :prompts: (redenv) C:\\> + + python -m pip install -U pip wheel + python -m pip install -U Red-DiscordBot[postgres] + +-------------------------- +Setting Up and Running Red +-------------------------- + +After installation, set up your instance with the following command: + +.. prompt:: batch + :prompts: (redenv) C:\\> + + redbot-setup + +This will set the location where data will be stored, as well as your +storage backend and the name of the instance (which will be used for +running the bot). + +Once done setting up the instance, run the following command to run Red: + +.. prompt:: batch + :prompts: (redenv) C:\\> + + redbot + +It will walk through the initial setup, asking for your token and a prefix. +`See how to obtain a token. <../bot_application_guide>` + +.. tip:: + If it's the first time you're using Red, you should check our `getting-started` guide + that will walk you through all essential information on how to interact with Red. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/intents.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/intents.rst new file mode 100644 index 0000000000000000000000000000000000000000..2bdd548f0ac1175de1113d7661b16d98325e940d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/intents.rst @@ -0,0 +1,134 @@ +.. _intents: +.. |br| raw:: html + +
+ +========================================== +About (privileged) intents and public bots +========================================== + +This page aims to explain Red's current intents requirements, +our stance regarding "public bots" and the impact of some announced +Discord changes coming in April 2022. + +To clarify: + +- **Small bots** are bots under 100 servers. They currently do not need to undergo Discord's + bot verification process +- **Public bots** (or big bots) are bots that have reached 100 servers. They need to be + `verified `_ + by Discord to join more than 100 servers and gain privileged intents + +.. warning:: + + It is **very** important that you fully read this page if you're the owner of a public bot or strive to scale your bot at that level. + +.. _intents-intents: + +------- +Intents +------- + +Red currently requires **all intents** to be active in order to function properly. + +The reason for this requirement is that there are some technical challenges that need +to be overcome before we're able to adapt Red to function with only *some* intents: +these challenges are mainly due to the modular / extensible nature of Red and the fact +that Red has a long history (dating back to 2016!), making big changes naturally slower +to happen. In comparison, intents have been introduced fairly recently. |br| +This is not a problem if you have a small bot: you can simply go to the +`Discord development portal `_ +and enable them. However, if you have a public bot Discord will want you to attain +verified status: you should read :ref:`our stance regarding public bots ` +and our guidelines for the :ref:`verification process `. + +.. _intents-public-bots: + +----------- +Public bots +----------- + +Public bots, or big bots, are not our target audience and we **do not** offer support for them. + +Red was designed with one single goal in mind: a bot that you can host on your own hardware +and customize to your needs, making it really *your* bot. **The target audience of Red are server +owners with a few servers**, often with specific needs that can be covered by the vast cog ecosystem +that the community has built over the years. |br| Red was never built with big bots in mind, +bots with thousands upon thousands of servers: these bots face unique challenges. +Such Red instances *do exist*, it is not impossible to adapt Red and meet those criteria, +but it requires work and bot owners with the technical knowledge to make it happen. +It is **not** something that we support. |br| +When your bot reaches the public bot scale and it is therefore required to be verified it +is *expected* that you know what's in your bot and how it works: that doesn't just mean on the +surface level, it means coding knowledge and the ability to maintain it on your own. + +.. _intents-bot-verification-process: + +------------------------ +Bot verification process +------------------------ + +When your bot ceases to be a small bot Discord will require you to verify your bot before allowing +it to join more servers and gain privileged intents. If you've read the previous section, +you will know that we do **not** support public bots. Logically, we also do not provide help for +the verification process. + +Regardless of our stance, we do feel the need to give some pointers: many bot owners reach this point +and become fairly lost, as they've simply been *users* so far. +They have installed their bot, some cogs, personalized it, yadda yadda. Again, they have been users, +not developers. Unless they also have an interest in development, they will likely not have a clue about +what's going under the hood, much like you're not expected to be a mechanic to drive your car. And there's +nothing wrong with that! Red has been designed to be as user friendly as possible. |br| +The problem is this: Red is an outlier. Discord has built the bot verification process with the expectation +that the owner knows *on a technical level* what their bot does and how it works. And this is because outside +Red, the typical bot owner is also a developer who coded their own bot from scratch. + +While, again, we *cannot* support you going forward we want to give you some pointers to follow when filling +out your application: + +- Learn on a technical level what intents are and what's going on, under the hood, in your bot. Knowing its + features at a surface level is not enough. What features need intents to work and why? +- Forget that you're hosting Red. You're hosting *a bot* and Discord wants to know what *your bot* does and why + you're requesting privileged intents. |br| A **very bad** answer is: *"Because Red needs them"*. |br| + A **good** answer is: *"My bot has X features and it needs Y intents to work properly"*. |br| We've had a fair share + of people that in their naivety went with the bad answer and it seems that at this point merely mentioning Red + is a guaranteed way to have your application rejected. + +.. _intents-slash-commands: + +--------------------------------- +Message intent and slash commands +--------------------------------- + +.. warning:: + + If you own a public bot it is extremely important that you read this section. + +Discord has announced that **starting April 2022** the content of users' messages +`will be "locked" behind message intent `_ |br| +If you're the owner of a small bot, fear not, this is yet another box that you have to tick from the +`Discord development portal `_. |br| +But if you're the owner of a public bot, things might be a lot less pleasant. + +To recap, unless you have +message intent, you will only receive message content for: + +- Messages that your bot sends +- Messages that your bot receives in DM +- Messages in which your bot is mentioned + +In case it's not clear by now, your bot needs message content to parse (see) the commands it receives. And if +you don't attain message intent, your bot will not be able to... well, do anything. |br| +The *bandaid fix* is for you to change your bot's prefix to a mention and a good portion of your commands will likely +still work. You will however lose many functions, namely anything that relies on seeing message content to act. |br| +The more *proper fix* is also not easy. You will need to justify your need for the message intent to Discord and +they will only accept "compelling use cases". +`It is not known what those even entail `_ at this point, but they have already stated that "parsing commands" is not a valid justification. |br| +To make the matter worse, Discord is making `a huge push for all bot developers to implement slash commands `_, which at the moment +are rather lacking in features and cannot cover all the functionalities that standard commands offer. |br| +Discord staff +`stated that they will want your bot to have slash commands when you ask for message intent `_. |br| +Slash commands might very well turn out to be a big undertaking for the Red team to implement, even more now that our +underlying library, `discord.py `_, has been discontinued. |br| +The time window that Discord is giving us to adapt is very narrow: **Red will likely not be able to support slash +commands for April 2022** and you should plan accordingly. \ No newline at end of file diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/make.bat b/testbed/Cog-Creators__Red-DiscordBot/docs/make.bat new file mode 100644 index 0000000000000000000000000000000000000000..055b272f831ad143a30645d8689fd928d6b1658d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/make.bat @@ -0,0 +1,36 @@ +@ECHO OFF + +pushd %~dp0 + +REM Command file for Sphinx documentation + +if "%SPHINXBUILD%" == "" ( + set SPHINXBUILD=python -msphinx +) +set SOURCEDIR=. +set BUILDDIR=_build +set SPHINXPROJ=Red-DiscordBot + +if "%1" == "" goto help + +%SPHINXBUILD% >NUL 2>NUL +if errorlevel 9009 ( + echo. + echo.The Sphinx module was not found. Make sure you have Sphinx installed, + echo.then set the SPHINXBUILD environment variable to point to the full + echo.path of the 'sphinx-build' executable. Alternatively you may add the + echo.Sphinx directory to PATH. + echo. + echo.If you don't have Sphinx installed, grab it from + echo.http://sphinx-doc.org/ + exit /b 1 +) + +%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% +goto end + +:help +%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% + +:end +popd diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/prolog.txt b/testbed/Cog-Creators__Red-DiscordBot/docs/prolog.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8f13661843e1e2d2a89fb239f87792757fa8e1b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/prolog.txt @@ -0,0 +1,54 @@ +.. This file will be run at the beginning of all files. + You can add the substitutions you need. + +.. this is a .txt so sphinx doesn't error because it's + missing in the index + + +.. These are the comments for permissions locks + +.. |owner-lock| replace:: This command is locked to the + :ref:`bot owner `. + +.. |guildowner-lock| replace:: This command is locked to the + :ref:`server owner `. + +.. |admin-lock| replace:: This command is locked to the + :ref:`admin role `. + +.. |mod-lock| replace:: This command is locked to the + :ref:`mod role `. + + +.. This is for describing how a format should be formatted + +.. |role-input| replace:: Please give **the exact role name or ID**, or it won't be detected. + +.. |role-input-quotes| replace:: Please give **the exact role name or ID**, or it won't be detected. + If the role name has spaces, provide it enclosed in quotes like this: ``"my role with spaces"``. + +.. |member-input| replace:: You can either mention the member, provide their ID, their exact name with + the tag or not, or their nickname. + +.. |member-input-quotes| replace:: You can either mention the member, provide their ID, their exact + name with the tag or not, or their nickname enclosed in quotes if there are spaces. + +.. |user-input| replace:: You can either provide the member's ID or their exact name with the tag or + not. + +.. |user-input-quotes| replace:: You can either provide the member's ID or their exact name with the + tag or not, enclosed in quotes if there are spaces. + +.. |channel-input| replace:: You can either mention the channel, provide its exact name or its ID. + +.. |vc-input| replace:: You can either provide the voice channel's ID or its exact name. + +.. |vc-input-quotes| replace:: You can either provide the voice channel's ID or its exact name, + enclosed in quotes if there are spaces. + +.. |color-input| replace:: You can either provide the hexadecimal code of the color, or one of the + colors listed here: :class:`discord.Color`. + +.. These are the comments for parameter types such as `bool`. + +.. |bool-input| replace:: You should provide either 'true' or 'false'. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/red_core_data_statement.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/red_core_data_statement.rst new file mode 100644 index 0000000000000000000000000000000000000000..ab7045d351da8a93a8a51e86991f05553513a0c0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/red_core_data_statement.rst @@ -0,0 +1,87 @@ +.. Red Core Data Statement + +===================== +Red and End User Data +===================== + +Notes for everyone +****************** + +What data Red collects +---------------------- + +Red and the cogs included with it collect some amount of data +about users for the bot's normal operations. + +The bot will keep track of a short history of usernames/nicknames. It will also +remember which actions were taken using your Discord account (such as creating a playlist) +as well as the content of specific messages used directly as commands for the bot +(such as reports sent to servers). + +By default, Red will not collect any more data than it needs, and will not use it +for anything other than the portion of the Red's functionality that necessitated it. + +3rd party extensions may store additional data beyond what Red does by default. +You can use the command ``[p]mydata 3rdparty`` +to view statements about how extensions use your data made by the authors of +the specific 3rd party extensions an instance of Red has installed. + +How can I delete data Red has about me? +--------------------------------------- + +The command ``[p]mydata forgetme`` provides a way for users to remove +large portions of their own data from the bot. This command will not +remove operational data, such as a record that your +Discord account was the target of a moderation action. + +3rd party extensions to Red are able to delete data when this command +is used as well, but this is something each extension must implement. +If a loaded extension does not implement this, the user will be informed. + +Additional Notes for Bot Owners and Hosts +***************************************** + +How to comply with a request from Discord Trust & Safety +-------------------------------------------------------- + +There are a handful of these available to bot owners in the command group +``[p]mydata ownermanagement``. + +The most pertinent one if asked to delete data by a member of Trust & Safety +is + +``[p]mydata ownermanagement processdiscordrequest`` + +This will cause the bot to get rid of or disassociate all data +from the specified user ID. + +.. warning:: + + You should not use this unless + Discord has specifically requested this with regard to a deleted user. + This will remove the user from various anti-abuse measures. + If you are processing a manual request from a user, read the next section + + +How to process deletion requests from users +------------------------------------------- + +You can point users to the command ``[p]mydata forgetme`` as a first step. + +If users cannot use that for some reason, the command + +``[p]mydata ownermanagement deleteforuser`` + +exists as a way to handle this as if the user had done it themselves. + +Be careful about using the other owner level deletion options on behalf of users, +as this may also result in losing operational data such as data used to prevent spam. + +What owners and hosts are responsible for +----------------------------------------- + +Owners and hosts must comply both with Discord's terms of service and any applicable laws. +Owners and hosts are responsible for all actions their bot takes. + +We cannot give specific guidance on this, but recommend that if there are any issues +you be forthright with users, own up to any mistakes, and do your best to handle it. diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/update_red.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/update_red.rst new file mode 100644 index 0000000000000000000000000000000000000000..33e4522b3b1d405c5a523ef0a255415c7f6fdd12 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/update_red.rst @@ -0,0 +1,141 @@ +============ +Updating Red +============ + +Updating to the latest version of Red has several benefits: + +- New features and improvements are added. +- Bugs are fixed. +- Your bot is safe from security vulnerabilities that have been found. + +Here are some things to consider to help make your upgrade as smooth as possible. + +.. note:: + + If you're developing for Red, you should also look for "Breaking changes" sections in release notes for each minor (X.Y.0) version that's been released since you last updated Red. + +.. important:: + + Make sure to read the **Read before updating** sections of the changelogs for all releases that were published since you last updated your instance. They contain important information and if you don't read them, you might run into some issues later. + +Updating differs depending on the version you currently have. Next sections will explain how to upgrade to latest version of Red (|version|) from the version that is in the header of the section. + +.. contents:: Choose the version you're currently on from the list below: + :local: + :depth: 1 + + +Red 3.2.0 or newer +****************** + +Windows +------- + +If you have Red 3.2.0 or newer, you can upgrade by following these steps: + +1. Shut your bot down. + +2. Activate your venv with the following command: + + .. prompt:: batch + + "%userprofile%\redenv\Scripts\activate.bat" + +3. Update Red with this command: + + .. prompt:: batch + :prompts: (redenv) C:\\> + + python -m pip install -U Red-DiscordBot + +.. attention:: + + If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]`` + +4. Start your bot. + +5. If you have any 3rd-party cogs installed, we highly recommend you update them with this command in Discord: ``[p]cog update`` (``[p]`` is considered as your prefix) + +Linux & Mac +----------- + +If you have Red 3.2.0 or newer, you can upgrade by following these steps: + +1. Shut your bot down. + +2. Activate your virtual environment. + + If you used ``venv`` for your virtual environment, use: + + .. prompt:: bash + + source ~/redenv/bin/activate + + If you used ``pyenv`` for your virtual environment, use: + + .. prompt:: bash + + pyenv shell + +3. Update Red with this command: + + .. prompt:: bash + :prompts: (redenv) $ + + python -m pip install -U Red-DiscordBot + +.. attention:: + + If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]`` + +4. Start your bot. + +5. If you have any 3rd-party cogs installed, we highly recommend you update them with this command in Discord: ``[p]cog update`` (``[p]`` is considered as your prefix) + +Red 3.1.X +********* + +If you have Red 3.1.X, you will need to follow the install instructions for your operating system. Make sure that you turn your bot off first. + +Go to the `install_guides/index` guide and follow every step to ensure you have all dependencies up-to-date and only skip the ``redbot-setup`` step as you already have a bot instance. + +**If you already have Red installed in a virtual environment, you will need to delete it before starting this process.** + +.. attention:: + + Red 3.2 dropped support for the MongoDB driver + + - If you were not using the MongoDB driver, this does not affect you. + - If you were using a 3rd party cog which required MongoDB, it probably still does. + - If you were using the MongoDB driver, **prior to launching your instance after update**, + you will need to run the following commands to convert: + + .. prompt:: bash + :prompts: (redenv) $ + + python -m pip install dnspython~=1.16.0 motor~=2.0.0 pymongo~=3.8.0 + redbot-setup convert [instancename] json + + +Red 3.0.2 and older +******************* + +.. important:: + + Red 3.2 dropped support for the MongoDB driver + + - If you were not using the MongoDB driver, this does not affect you. + - If you were using a 3rd party cog which required MongoDB, it probably still does. + - If you were using the MongoDB driver, **prior to updating**, you will need to convert your data to JSON backend, + using following command: + + .. prompt:: bash + :prompts: (redenv) $ + + redbot-setup --edit + +If you have Red 3.0.2 or older, you will need to follow the install instructions for your operating system. Make sure that you turn your bot off first. + +Go to the `install_guides/index` guide and follow every step to ensure you have all dependencies up-to-date and only skip the ``redbot-setup`` step as you already have a bot instance. + +**If you already have Red installed in a virtual environment, you will need to delete it before starting this process.** diff --git a/testbed/Cog-Creators__Red-DiscordBot/docs/version_guarantees.rst b/testbed/Cog-Creators__Red-DiscordBot/docs/version_guarantees.rst new file mode 100644 index 0000000000000000000000000000000000000000..0c38801ad17489b49720d07312f28ad9e918f25f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/docs/version_guarantees.rst @@ -0,0 +1,116 @@ +.. _version-guarantees: + +========== +Versioning +========== + +Red is versioned as ``major.minor.micro`` + +While this is very similar to SemVer, we have our own set of guarantees. + +Major versions are for project wide rewrites and are not expected in the foreseeable future. + +.. _end-user-guarantees: + +=================== +End-user Guarantees +=================== + +Red `provides support for wide variety of operating systems `. + +Support for an entire operating system (including support for any single architecture on that system) +may only be dropped in a minor or major version bump. + +Red will continue to, at the very least, support current latest stable version of +each operating system + architecture that were supported by previous micro versions. + +In addition to that, we strive (but do not guarantee) to provide support for all versions that +are currently supported by operating system's developers per the table below. +We generally drop support for no longer supported OS versions as soon as they reached +their end-of-life date. + +.. note:: + + We recommend to always use the latest OS version supported by Red. + +.. tip:: + + The meaning of architecture names: + + - **x86-64** (also known as amd64) refers to computers running a 64-bit version of the operating system + on standard Intel and AMD 64-bit processors. + - **aarch64** (also known as arm64) refers to computers running an ARM 64-bit version of the operating system + on 64-bit ARM processors (ARMv8-A and ARMv9-A) such as Apple M1 devices or Raspberry Pi computers + (Raspberry Pi 3B and above, excluding Pi Zero (W/WH) model). + - **armv7l** (also known as armhf) refers to computers running an ARMv7 version of the operating system + on 32-bit or 64-bit ARM processors (ARMv7-A, ARMv8-A, ARMv9-A) such as Raspberry Pi computers + (2B and above, excluding Pi Zero (W/WH) model). + +================================ ======================= ============================================================ +Operating system version Supported architectures Ideally supported until +================================ ======================= ============================================================ +Windows 10 x86-64 `End/Retirement Date `__ +Windows 11 x86-64 `Retirement Date `__ +macOS 11 (Big Sur) x86-64, aarch64 ~2023-10 +macOS 12 (Monterey) x86-64, aarch64 ~2024-10 +macOS 13 (Ventura) x86-64, aarch64 ~2025-10 +Alma Linux 8 x86-64, aarch64 2029-05-31 (`How long will CloudLinux support AlmaLinux? `__) +Alma Linux 9 x86-64, aarch64 2032-05-31 +Arch Linux x86-64 forever (support is only provided for an up-to-date system) +CentOS 7 x86-64, aarch64 2024-06-30 (`end of Maintenance Updates `__) +CentOS Stream 8 x86-64, aarch64 2024-05-31 (`end of Maintenance Updates `__) +CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL `__) +Debian 10 Buster x86-64, aarch64, armv7l 2022-08-14 (`End of life `__) +Debian 11 Bullseye x86-64, aarch64, armv7l ~2024-09 (`End of life `__) +Fedora Linux 36 x86-64, aarch64 2023-05-16 (`End of Life `__) +Fedora Linux 37 x86-64, aarch64 2023-11-14 (`End of Life `__) +openSUSE Leap 15.4 x86-64, aarch64 2023-11-30 (`end of maintenance life cycle `__) +openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system) +Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support `__) +Oracle Linux 9 x86-64, aarch64 2032-06-31 (`End of Premier Support `__) +Raspberry Pi OS (Legacy) 10 armv7l 2022-08-14 (`End of life for Debian 10 `__) +Raspberry Pi OS 11 aarch64, armv7l ~2023-12 (approximate date of release of Raspberry Pi OS 12) +RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support `__) +RHEL 8.4 x86-64, aarch64 2023-05-31 (`End of Extended Update Support `__) +RHEL 8.6 x86-64, aarch64 2024-05-31 (`End of Extended Update Support `__) +RHEL 9 (latest) x86-64, aarch64 2032-05-31 (`End of Maintenance Support `__) +RHEL 9.0 x86-64, aarch64 2024-05-31 (`End of Extended Update Support `__) +Rocky Linux 8 x86-64, aarch64 2029-05-31 (`end-of-life `__) +Rocky Linux 9 x86-64, aarch64 2032-05-31 (`end-of-life `__) +Ubuntu 18.04 LTS x86-64, aarch64 2023-04-30 (`End of Standard Support `__) +Ubuntu 20.04 LTS x86-64, aarch64 2025-04-30 (`End of Standard Support `__) +Ubuntu 22.04 LTS x86-64, aarch64 2027-04-30 (`End of Standard Support `__) +Ubuntu 22.10 x86-64, aarch64 2023-07-31 (`End of Standard Support `__) +================================ ======================= ============================================================ + +==================== +Developer Guarantees +==================== + +Anything in the ``redbot.core`` module or any of its submodules +which is not private (even if not documented) should not break without notice. + +Anything in the ``redbot.cogs`` and ``redbot.vendored`` modules or any of their submodules is specifically +excluded from being guaranteed. + +Method names and names of attributes of classes, functions, extensions, and modules +provided by or provided to the bot should not begin with +``red_`` or be of the form ``__red_*__`` except as documented. +This allows us to add certain optional features non-breakingly without a name conflict. + +Any RPC method exposed by Red may break without notice. + +If you would like something in here to be guaranteed, +open an issue making a case for it to be moved. + +======================= +Breaking Change Notices +======================= + +Breaking changes in Red will be noted in the changelog with a special section. + +Breaking changes may only occur on a minor or major version bump. + +A change not covered by our guarantees may not be considered breaking for these purposes, +while still being documented as a breaking change in internal documentation +for the purposes of other internal APIs. diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..02442834648450a7aeb40c5c160aa8b1b3026c72 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/__init__.py @@ -0,0 +1,7 @@ +from redbot.core.bot import Red + +from .admin import Admin + + +async def setup(bot: Red) -> None: + await bot.add_cog(Admin(bot)) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/admin.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..1fe8c720f3e4bcc7548fb5a74a83105bd809a6e7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/admin.py @@ -0,0 +1,569 @@ +import asyncio +import logging +from typing import Tuple, Union + +import discord +from redbot.core import Config, commands +from redbot.core.i18n import Translator, cog_i18n +from redbot.core.utils.chat_formatting import box +from redbot.core.utils.mod import get_audit_reason +from redbot.core.utils.predicates import MessagePredicate + +from .announcer import Announcer +from .converters import SelfRole + +log = logging.getLogger("red.admin") + +T_ = Translator("Admin", __file__) + +_ = lambda s: s +GENERIC_FORBIDDEN = _( + "I attempted to do something that Discord denied me permissions for." + " Your command failed to successfully complete." +) + +HIERARCHY_ISSUE_ADD = _( + "I can not give {role.name} to {member.display_name}" + " because that role is higher than or equal to my highest role" + " in the Discord hierarchy." +) + +HIERARCHY_ISSUE_REMOVE = _( + "I can not remove {role.name} from {member.display_name}" + " because that role is higher than or equal to my highest role" + " in the Discord hierarchy." +) + +ROLE_HIERARCHY_ISSUE = _( + "I can not edit {role.name}" + " because that role is higher than my or equal to highest role" + " in the Discord hierarchy." +) + +USER_HIERARCHY_ISSUE_ADD = _( + "I can not let you give {role.name} to {member.display_name}" + " because that role is higher than or equal to your highest role" + " in the Discord hierarchy." +) + +USER_HIERARCHY_ISSUE_REMOVE = _( + "I can not let you remove {role.name} from {member.display_name}" + " because that role is higher than or equal to your highest role" + " in the Discord hierarchy." +) + +ROLE_USER_HIERARCHY_ISSUE = _( + "I can not let you edit {role.name}" + " because that role is higher than or equal to your highest role" + " in the Discord hierarchy." +) + +NEED_MANAGE_ROLES = _('I need the "Manage Roles" permission to do that.') + +RUNNING_ANNOUNCEMENT = _( + "I am already announcing something. If you would like to make a" + " different announcement please use `{prefix}announce cancel`" + " first." +) +_ = T_ + + +@cog_i18n(_) +class Admin(commands.Cog): + """A collection of server administration utilities.""" + + def __init__(self, bot): + self.bot = bot + + self.config = Config.get_conf(self, 8237492837454039, force_registration=True) + + self.config.register_global(serverlocked=False, schema_version=0) + + self.config.register_guild( + announce_channel=None, # Integer ID + selfroles=[], # List of integer ID's + ) + + self.__current_announcer = None + + async def cog_load(self) -> None: + await self.handle_migrations() + + async def red_delete_data_for_user(self, **kwargs): + """Nothing to delete""" + return + + async def handle_migrations(self): + lock = self.config.get_guilds_lock() + async with lock: + # This prevents the edge case of someone loading admin, + # unloading it, loading it again during a migration + current_schema = await self.config.schema_version() + + if current_schema == 0: + await self.migrate_config_from_0_to_1() + await self.config.schema_version.set(1) + + async def migrate_config_from_0_to_1(self) -> None: + all_guilds = await self.config.all_guilds() + + for guild_id, guild_data in all_guilds.items(): + if guild_data.get("announce_ignore", False): + async with self.config.guild_from_id(guild_id).all( + acquire_lock=False + ) as guild_config: + guild_config.pop("announce_channel", None) + guild_config.pop("announce_ignore", None) + + def cog_unload(self): + try: + self.__current_announcer.cancel() + except AttributeError: + pass + + def is_announcing(self) -> bool: + """ + Is the bot currently announcing something? + :return: + """ + if self.__current_announcer is None: + return False + + return self.__current_announcer.active or False + + @staticmethod + def pass_hierarchy_check(ctx: commands.Context, role: discord.Role) -> bool: + """ + Determines if the bot has a higher role than the given one. + :param ctx: + :param role: Role object. + :return: + """ + return ctx.guild.me.top_role > role + + @staticmethod + def pass_user_hierarchy_check(ctx: commands.Context, role: discord.Role) -> bool: + """ + Determines if a user is allowed to add/remove/edit the given role. + :param ctx: + :param role: + :return: + """ + return ctx.author.top_role > role or ctx.author == ctx.guild.owner + + async def _addrole( + self, ctx: commands.Context, member: discord.Member, role: discord.Role, *, check_user=True + ): + if member.get_role(role.id) is not None: + await ctx.send( + _("{member.display_name} already has the role {role.name}.").format( + role=role, member=member + ) + ) + return + if check_user and not self.pass_user_hierarchy_check(ctx, role): + await ctx.send(_(USER_HIERARCHY_ISSUE_ADD).format(role=role, member=member)) + return + if not self.pass_hierarchy_check(ctx, role): + await ctx.send(_(HIERARCHY_ISSUE_ADD).format(role=role, member=member)) + return + if not ctx.guild.me.guild_permissions.manage_roles: + await ctx.send(_(NEED_MANAGE_ROLES)) + return + try: + reason = get_audit_reason(ctx.author) + await member.add_roles(role, reason=reason) + except discord.Forbidden: + await ctx.send(_(GENERIC_FORBIDDEN)) + else: + await ctx.send( + _("I successfully added {role.name} to {member.display_name}").format( + role=role, member=member + ) + ) + + async def _removerole( + self, ctx: commands.Context, member: discord.Member, role: discord.Role, *, check_user=True + ): + if member.get_role(role.id) is None: + await ctx.send( + _("{member.display_name} does not have the role {role.name}.").format( + role=role, member=member + ) + ) + return + if check_user and not self.pass_user_hierarchy_check(ctx, role): + await ctx.send(_(USER_HIERARCHY_ISSUE_REMOVE).format(role=role, member=member)) + return + if not self.pass_hierarchy_check(ctx, role): + await ctx.send(_(HIERARCHY_ISSUE_REMOVE).format(role=role, member=member)) + return + if not ctx.guild.me.guild_permissions.manage_roles: + await ctx.send(_(NEED_MANAGE_ROLES)) + return + try: + reason = get_audit_reason(ctx.author) + await member.remove_roles(role, reason=reason) + except discord.Forbidden: + await ctx.send(_(GENERIC_FORBIDDEN)) + else: + await ctx.send( + _("I successfully removed {role.name} from {member.display_name}").format( + role=role, member=member + ) + ) + + @commands.command() + @commands.guild_only() + @commands.admin_or_permissions(manage_roles=True) + async def addrole( + self, + ctx: commands.Context, + rolename: discord.Role, + *, + user: discord.Member = commands.Author, + ): + """ + Add a role to a user. + + Use double quotes if the role contains spaces. + If user is left blank it defaults to the author of the command. + """ + await self._addrole(ctx, user, rolename) + + @commands.command() + @commands.guild_only() + @commands.admin_or_permissions(manage_roles=True) + async def removerole( + self, + ctx: commands.Context, + rolename: discord.Role, + *, + user: discord.Member = commands.Author, + ): + """ + Remove a role from a user. + + Use double quotes if the role contains spaces. + If user is left blank it defaults to the author of the command. + """ + await self._removerole(ctx, user, rolename) + + @commands.group() + @commands.guild_only() + @commands.admin_or_permissions(manage_roles=True) + async def editrole(self, ctx: commands.Context): + """Edit role settings.""" + pass + + @editrole.command(name="colour", aliases=["color"]) + async def editrole_colour( + self, ctx: commands.Context, role: discord.Role, value: discord.Colour + ): + """ + Edit a role's colour. + + Use double quotes if the role contains spaces. + Colour must be in hexadecimal format. + [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp) + + Examples: + `[p]editrole colour "The Transistor" #ff0000` + `[p]editrole colour Test #ff9900` + """ + author = ctx.author + reason = "{}({}) changed the colour of role '{}'".format(author.name, author.id, role.name) + + if not self.pass_user_hierarchy_check(ctx, role): + await ctx.send(_(ROLE_USER_HIERARCHY_ISSUE).format(role=role)) + return + if not self.pass_hierarchy_check(ctx, role): + await ctx.send(_(ROLE_HIERARCHY_ISSUE).format(role=role)) + return + if not ctx.guild.me.guild_permissions.manage_roles: + await ctx.send(_(NEED_MANAGE_ROLES)) + return + try: + await role.edit(reason=reason, color=value) + except discord.Forbidden: + await ctx.send(_(GENERIC_FORBIDDEN)) + else: + log.info(reason) + await ctx.send(_("Done.")) + + @editrole.command(name="name") + async def edit_role_name(self, ctx: commands.Context, role: discord.Role, name: str): + """ + Edit a role's name. + + Use double quotes if the role or the name contain spaces. + + Example: + `[p]editrole name \"The Transistor\" Test` + """ + author = ctx.message.author + old_name = role.name + reason = "{}({}) changed the name of role '{}' to '{}'".format( + author.name, author.id, old_name, name + ) + + if not self.pass_user_hierarchy_check(ctx, role): + await ctx.send(_(ROLE_USER_HIERARCHY_ISSUE).format(role=role)) + return + if not self.pass_hierarchy_check(ctx, role): + await ctx.send(_(ROLE_HIERARCHY_ISSUE).format(role=role)) + return + if not ctx.guild.me.guild_permissions.manage_roles: + await ctx.send(_(NEED_MANAGE_ROLES)) + return + try: + await role.edit(reason=reason, name=name) + except discord.Forbidden: + await ctx.send(_(GENERIC_FORBIDDEN)) + else: + log.info(reason) + await ctx.send(_("Done.")) + + @commands.group(invoke_without_command=True) + @commands.is_owner() + async def announce(self, ctx: commands.Context, *, message: str): + """Announce a message to all servers the bot is in.""" + if not self.is_announcing(): + announcer = Announcer(ctx, message, config=self.config) + announcer.start() + + self.__current_announcer = announcer + + await ctx.send(_("The announcement has begun.")) + else: + prefix = ctx.clean_prefix + await ctx.send(_(RUNNING_ANNOUNCEMENT).format(prefix=prefix)) + + @announce.command(name="cancel") + async def announce_cancel(self, ctx): + """Cancel a running announce.""" + if not self.is_announcing(): + await ctx.send(_("There is no currently running announcement.")) + return + self.__current_announcer.cancel() + await ctx.send(_("The current announcement has been cancelled.")) + + @commands.group() + @commands.guild_only() + @commands.guildowner_or_permissions(administrator=True) + async def announceset(self, ctx): + """Change how announcements are sent in this guild.""" + pass + + @announceset.command(name="channel") + async def announceset_channel( + self, ctx, *, channel: Union[discord.TextChannel, discord.VoiceChannel] + ): + """Change the channel where the bot will send announcements.""" + await self.config.guild(ctx.guild).announce_channel.set(channel.id) + await ctx.send( + _("The announcement channel has been set to {channel.mention}").format(channel=channel) + ) + + @announceset.command(name="clearchannel") + async def announceset_clear_channel(self, ctx): + """Unsets the channel for announcements.""" + await self.config.guild(ctx.guild).announce_channel.clear() + await ctx.tick() + + async def _valid_selfroles(self, guild: discord.Guild) -> Tuple[discord.Role]: + """ + Returns a tuple of valid selfroles + :param guild: + :return: + """ + selfrole_ids = set(await self.config.guild(guild).selfroles()) + guild_roles = guild.roles + + valid_roles = tuple(r for r in guild_roles if r.id in selfrole_ids) + valid_role_ids = set(r.id for r in valid_roles) + + if selfrole_ids != valid_role_ids: + await self.config.guild(guild).selfroles.set(list(valid_role_ids)) + + # noinspection PyTypeChecker + return valid_roles + + @commands.guild_only() + @commands.group(invoke_without_command=True) + async def selfrole(self, ctx: commands.Context, *, selfrole: SelfRole): + """ + Add or remove a selfrole from yourself. + + Server admins must have configured the role as user settable. + NOTE: The role is case sensitive! + """ + if ctx.author.get_role(selfrole.id) is not None: + return await self._removerole(ctx, ctx.author, selfrole, check_user=False) + else: + return await self._addrole(ctx, ctx.author, selfrole, check_user=False) + + @selfrole.command(name="add", hidden=True) + async def selfrole_add(self, ctx: commands.Context, *, selfrole: SelfRole): + """ + Add a selfrole to yourself. + + Server admins must have configured the role as user settable. + NOTE: The role is case sensitive! + """ + # noinspection PyTypeChecker + await self._addrole(ctx, ctx.author, selfrole, check_user=False) + + @selfrole.command(name="remove", hidden=True) + async def selfrole_remove(self, ctx: commands.Context, *, selfrole: SelfRole): + """ + Remove a selfrole from yourself. + + Server admins must have configured the role as user settable. + NOTE: The role is case sensitive! + """ + # noinspection PyTypeChecker + await self._removerole(ctx, ctx.author, selfrole, check_user=False) + + @selfrole.command(name="list") + async def selfrole_list(self, ctx: commands.Context): + """ + Lists all available selfroles. + """ + selfroles = await self._valid_selfroles(ctx.guild) + fmt_selfroles = "\n".join(["+ " + r.name for r in selfroles]) + + if not fmt_selfroles: + await ctx.send("There are currently no selfroles.") + return + + msg = _("Available Selfroles:\n{selfroles}").format(selfroles=fmt_selfroles) + await ctx.send(box(msg, "diff")) + + @commands.group() + @commands.admin_or_permissions(manage_roles=True) + async def selfroleset(self, ctx: commands.Context): + """Manage selfroles.""" + pass + + @selfroleset.command(name="add") + async def selfroleset_add(self, ctx: commands.Context, *roles: discord.Role): + """ + Add a role, or a selection of roles, to the list of available selfroles. + + NOTE: The role is case sensitive! + """ + current_selfroles = await self.config.guild(ctx.guild).selfroles() + for role in roles: + if not self.pass_user_hierarchy_check(ctx, role): + await ctx.send( + _( + "I cannot let you add {role.name} as a selfrole because that role is" + " higher than or equal to your highest role in the Discord hierarchy." + ).format(role=role) + ) + return + if role.id not in current_selfroles: + current_selfroles.append(role.id) + else: + await ctx.send( + _('The role "{role.name}" is already a selfrole.').format(role=role) + ) + return + + await self.config.guild(ctx.guild).selfroles.set(current_selfroles) + if (count := len(roles)) > 1: + message = _("Added {count} selfroles.").format(count=count) + else: + message = _("Added 1 selfrole.") + + await ctx.send(message) + + @selfroleset.command(name="remove") + async def selfroleset_remove(self, ctx: commands.Context, *roles: SelfRole): + """ + Remove a role, or a selection of roles, from the list of available selfroles. + + NOTE: The role is case sensitive! + """ + current_selfroles = await self.config.guild(ctx.guild).selfroles() + for role in roles: + if not self.pass_user_hierarchy_check(ctx, role): + await ctx.send( + _( + "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." + ).format(role=role) + ) + return + current_selfroles.remove(role.id) + + await self.config.guild(ctx.guild).selfroles.set(current_selfroles) + + if (count := len(roles)) > 1: + message = _("Removed {count} selfroles.").format(count=count) + else: + message = _("Removed 1 selfrole.") + + await ctx.send(message) + + @selfroleset.command(name="clear") + async def selfroleset_clear(self, ctx: commands.Context): + """Clear the list of available selfroles for this server.""" + current_selfroles = await self.config.guild(ctx.guild).selfroles() + + if not current_selfroles: + return await ctx.send(_("There are currently no selfroles.")) + + await ctx.send( + _("Are you sure you want to clear this server's selfrole list?") + " (yes/no)" + ) + try: + pred = MessagePredicate.yes_or_no(ctx, user=ctx.author) + await ctx.bot.wait_for("message", check=pred, timeout=60) + except asyncio.TimeoutError: + await ctx.send(_("You took too long to respond.")) + return + if pred.result: + for role in current_selfroles: + role = ctx.guild.get_role(role) + if role is None: + continue + if not self.pass_user_hierarchy_check(ctx, role): + await ctx.send( + _( + "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy." + ).format(role=role) + ) + return + await self.config.guild(ctx.guild).selfroles.clear() + await ctx.send(_("Selfrole list cleared.")) + else: + await ctx.send(_("No changes have been made.")) + + @commands.command() + @commands.is_owner() + async def serverlock(self, ctx: commands.Context): + """Lock a bot to its current servers only.""" + serverlocked = await self.config.serverlocked() + await self.config.serverlocked.set(not serverlocked) + + if serverlocked: + await ctx.send(_("The bot is no longer serverlocked.")) + else: + await ctx.send(_("The bot is now serverlocked.")) + + # region Event Handlers + @commands.Cog.listener() + async def on_guild_join(self, guild: discord.Guild): + if await self.config.serverlocked(): + if len(self.bot.guilds) == 1: # will be 0 once left + log.warning( + f"Leaving guild '{guild.name}' ({guild.id}) due to serverlock. You can " + "temporarily disable serverlock by starting up the bot with the --no-cogs flag." + ) + else: + log.info(f"Leaving guild '{guild.name}' ({guild.id}) due to serverlock.") + await guild.leave() + + +# endregion diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/announcer.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/announcer.py new file mode 100644 index 0000000000000000000000000000000000000000..60ba497f70b9f802cb2f3c7640d2303cae63988e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/announcer.py @@ -0,0 +1,74 @@ +import asyncio +from typing import Optional + +import discord +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import humanize_list, inline + +_ = Translator("Announcer", __file__) + + +class Announcer: + def __init__(self, ctx: commands.Context, message: str, config=None): + """ + :param ctx: + :param message: + :param config: Used to determine channel overrides + """ + self.ctx = ctx + self.message = message + self.config = config + + self.active = None + + def start(self): + """ + Starts an announcement. + :return: + """ + if self.active is None: + self.active = True + asyncio.create_task(self.announcer()) + + def cancel(self): + """ + Cancels a running announcement. + :return: + """ + self.active = False + + async def _get_announce_channel(self, guild: discord.Guild) -> Optional[discord.TextChannel]: + if await self.ctx.bot.cog_disabled_in_guild_raw("Admin", guild.id): + return + channel_id = await self.config.guild(guild).announce_channel() + return guild.get_channel(channel_id) + + async def announcer(self): + guild_list = self.ctx.bot.guilds + failed = [] + async for g in AsyncIter(guild_list, delay=0.5): + if not self.active: + return + + channel = await self._get_announce_channel(g) + + if channel: + if channel.permissions_for(g.me).send_messages: + try: + await channel.send(self.message) + except discord.Forbidden: + failed.append(str(g.id)) + else: + failed.append(str(g.id)) + + if failed: + msg = ( + _("I could not announce to the following server: ") + if len(failed) == 1 + else _("I could not announce to the following servers: ") + ) + msg += humanize_list(tuple(map(inline, failed))) + await self.ctx.bot.send_to_owners(msg) + self.active = False diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/converters.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/converters.py new file mode 100644 index 0000000000000000000000000000000000000000..549558934397c50282cd7f58fa6cc732f07cabd5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/converters.py @@ -0,0 +1,44 @@ +import discord +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +_ = Translator("AdminConverters", __file__) + + +class SelfRole(commands.Converter): + async def convert(self, ctx: commands.Context, arg: str) -> discord.Role: + admin = ctx.command.cog + if admin is None: + raise commands.BadArgument(_("The Admin cog is not loaded.")) + + selfroles = await admin.config.guild(ctx.guild).selfroles() + role_converter = commands.RoleConverter() + + pool = set() + async for role_id in AsyncIter(selfroles, steps=100): + role = ctx.guild.get_role(role_id) + if role is None: + continue + if role.name.casefold() == arg.casefold(): + pool.add(role) + + if not pool: + role = await role_converter.convert(ctx, arg) + if role.id not in selfroles: + raise commands.BadArgument( + _('The role "{role_name}" is not a valid selfrole.').format( + role_name=role.name + ) + ) + elif len(pool) > 1: + raise commands.BadArgument( + _( + "This selfrole has more than one case insensitive match. " + "Please ask a moderator to resolve the ambiguity, or " + "use the role ID to reference the role." + ) + ) + else: + role = pool.pop() + return role diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..fe75ad89a1160d0fb34f87d0228a17bd846406e9 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/af-ZA.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 42\n" +"Language: af_ZA\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..93a60439acd2367008dd940d5dc43a33ff4e2931 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ar-SA.po @@ -0,0 +1,303 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 42\n" +"Language: ar_SA\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "حاولت القيام بشيء لا أملك تصريح من ديسكورد لفعله. فشل أمرك في إكمال نجاحه." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "لا يمكنني إعطاء {role.name} إلى {member.display_name} لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةي في التسلسل الهرمي لـ Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "لا يمكنني إزالة {role.name} من {member.display_name} لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةي في التسلسل الهرمي لـ Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "لا يمكنني تحرير {role.name} لأن هذا الرتبة أعلى من رتبةي أو يساوي أعلى رتبة في التسلسل الهرمي لـ Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "لا يمكنني السماح لك بإعطاء {role.name} لـ {member.display_name} لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةك في التسلسل الهرمي لـ Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "لا يمكنني السماح لك بإزالة {role.name} من {member.display_name} لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةك في التسلسل الهرمي لـ Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "لا يمكنني السماح لك بتحرير {role.name} لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةك في التسلسل الهرمي لـ Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "أنا بالفعل أُعلن شيئاً. إذا كنت ترغب في إصدار إعلان مختلف الرجاء إستخدام `{prefix}announce cancel` أولاً." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "مجموعة من أدوات إدارة السيرفر." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} بالفعل يملك الرتبة {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "لقد قمت بنجاح بإضافة {role.name} إلى {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} ليس له الرتبة {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" إضافة رتبة إلى مستخدم.\n\n" +" استخدام علامات اقتباس مزدوجة إذا كان الرتبة يحتوي على مسافات.\n" +" إذا ترك المستخدم فارغاً فإنه افتراضياً لمؤلف الأمر.\n" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" إزالة رتبة من مستخدم.\n\n" +" استخدام علامات اقتباس مزدوجة إذا كان الرتبة يحتوي على مسافات.\n" +" إذا ترك المستخدم فارغاً فإنه افتراضياً لمؤلف الأمر.\n" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "تعديل إعدادات الرتبة." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" تحرير لون رتبة.\n\n" +" استخدام علامات اقتباس مزدوجة إذا كان الرتبة يحتوي على مسافات.\n" +" يجب أن يكون اللون بتنسيق سداسي عشري.\n" +" [منتقي الألوان عبر الإنترنت](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" أمثلة:\n" +" '[p]editrole اللون \"الترانزستور\" #ff0000'n'n'[p]editrole لون اختبار #ff9900'n" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "تم." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" تحرير اسم رتبة.\n\n" +" استخدام علامات اقتباس مزدوجة إذا كان الرتبة أو الاسم يحتويعلى مسافات.\n\n" +" المثال:\n" +" '[p]اسم تحرير \"The Transistor\" Test'\n" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "الإعلان عن رسالة إلى جميع السيرفرات المتواجد بها البوت." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "تم البدء في الإعلان." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "إلغاء إعلان جارٍ." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "لا يوجد إعلان قيد التشغيل حالياً." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "تم إلغاء الإعلان الحالي." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "تغيير كيفية إرسال الإعلانات في هذه النقابة." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "تم تحديث قناة الإعلانات إلى {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" إضافة رتبة ذاتي لنفسك.\n\n" +" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n" +" ملاحظة: الرتبة حساس للحالة!\n" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" إزالة رتبة ذاتي من نفسك.\n\n" +" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n" +" ملاحظة: الرتبة حساس للحالة!\n" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" يسرد كافة الرتب الذاتية المتوفرة.\n" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "الرتب الذاتية المتوفرة:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "تطبيق الرتبالذاتية." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" إضافة رتبة إلى قائمة الرتب الذاتية المتوفرة.\n\n" +" ملاحظة: الرتبة حساس للحالة!\n" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "لا يمكنني السماح لك بإضافة {role.name} لرتبة ذاتي لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةك في التسلسل الهرمي لـ Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "لقد قمت بنجاح بإضافة {role.name} إلى {member.display_name}" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "الرتبة المذكورة ليست على قائمة الرتب الذاتية." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\\ ن أ شن ة أشنة الان زة الان اكل سالت الكلسه \\ ن \\ ن ن ن جال: الـ\"با\" \\ ن" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "لا يمكنني السماح لك بإزالة {role.name} من كونه رتبةًا ذاتيًا لأن هذا الرتبة أعلى من أو يساوي أعلى رتبة لك في التسلسل الهرمي Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_name}" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "قفل البوت للسيرفر الحالي فقط." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "لقد تم قفل البوت للسيرفر الحالي فقط." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "لم أستطع أن أعلن للخوادم التالية:" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "لم أستطع أن أعلن للخوادم التالية:" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "لم يتم تحميل وحدة الأدمن cog." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "الرتبة المذكورة ليست على قائمة الرتب الذاتية." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..8786080451fe71627a4e4d07e49990564efe6270 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/bg-BG.po @@ -0,0 +1,285 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 42\n" +"Language: bg_BG\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Опитах да направя нещо, за което Discord ми забрани права. Команда не успя да завърши успешно." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Не мога да премахна {role.name} на {member.display_name}, защото ролята е по-голяма или равна на моята най-висока роля в йерархията на Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Не мога да махна {role.name} на {member.display_name}, защото ролята е по-голяма или равна на моята най-висока роля в йерархията на Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Не мога да редактирам {role.name}, защото ролята е по-голяма или равна на моята най-висока роля в йерархията на Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Не мога да ти позволя да дадеш {role.name} на {member.display_name}, защото ролята е по-голяма или равна на най-високата ти роля в йерархията на Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Не мога да ти позволя да махнеш {role.name} на {member.display_name}, защото ролята е по-голяма или равна на най-високата ти роля в йерархията на Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Не мога да ти позволя да редактираш {role.name}, защото ролята е по-голяма или равна на най-високата ти роля в йерархията на Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Вече обявявам нещо. Ако искаш да направиш различно съобщение, моля използвай `{prefix}announce cancel` първо." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Колекция от помощни програми за администриране на сървъри." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} вече има ролята {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Успешно добавих {role.name} на {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} няма ролята {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Успешно махнах {role.name} от {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Добави роля на потребител.\n\n" +" Използвай двойни кавички, ако ролята съдържа място.\n" +" Ако потребител е празно, то по подразбиране е автора на командата.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Махни роля на потребител.\n\n" +" Използвай двойни кавички, ако ролята съдържа място.\n" +" Ако потребител е празно, то по подразбиране е автора на командата.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Редактирай настройките на ролята." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Завършено." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Добавено." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Тази роля вече е самостоятелна роля." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Премахнато." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Заключете бота само за текущите му сървъри." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Ботът вече не е заключен за сървъри." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Ботът е заключен за сървъри." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Не можах да обявя в следния сървър: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Не можах да обявя в следните сървъри: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Admin cog не беше зареден." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Предоставената роля не е валидна самостоятелна роля." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..4e076f7498ea12d3c1964f177f2330a8ce90293e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/bs-BA.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 42\n" +"Language: bs_BA\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..9c774e3c4d37f4ade7162f7c059d7b94ed6de132 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ca-ES.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 42\n" +"Language: ca_ES\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "He intentat fer una cosa per la qual Discord m'ha denegat els permisos. La vostra comanda no s'ha pogut completar correctament." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "No puc donar {role.name} a {member.display_name} perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "No puc treure {role.name} a {member.display_name} perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "No puc editar {role.name} perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puc deixar-te donar {role.name} a {member.display_name} perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puc deixar-te treure {role.name} a {member.display_name} perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puc deixar-te editar {role.name} perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Ja estic anunciant alguna cosa. Si voleu fer un anunci diferent, primer utilitzeu `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Una col·lecció d’utilitats d’administració de servidors." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} ja té el rol {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "He afegit amb èxit {role.name} a {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} no té el rol {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "He tret amb èxit {role.name} a {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Afegir un rol a un usuari.\n\n" +" Fer servir cometes si el rol té espais.\n" +" Si l'usuari es deixa en blanc el valor per defecte és l'autor del comandament.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Treu un rol d'un usuari.\n\n" +" Fer servir cometes si el rol té espais.\n" +" Si l'usuari es deixa en blanc el valor per defecte és l'autor del comandament.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Editar la configuració del rol." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Editar el color d'un rol.\n\n" +" Fes servir cometes dobles si el rol té espais.\n" +" El color ha d'estar en format hexadecimal.\n" +" [Selector de color en línia](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Exemples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Fet." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Editar el nom d'un rol.\n\n" +" Fes servir cometes dobles si el rol o el nom té espais.\n\n" +" Exemple:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Anunciar un missatge a tots els servidors en què es troba el bot." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "L’anunci ha començat." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Cancel·lar un anunci en curs." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Actualment no hi ha cap anunci en curs." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "L'anunci actual s'ha cancel·lat." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Canvia com s’envien els anuncis en aquest servidor." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Canvieu el canal on el bot enviarà anuncis.\n\n" +" Si el canal es deixa en blanc el canal per defecte és el canal actual.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "El canal d'anuncis s'ha establert a {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Treu el canal per als anuncis." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Afegeix o treu un rol a tu mateix.\n\n" +" Els administradors del servidor han d'haver configurat la funció com a configurable per l'usuari.\n" +" NOTA: El rol és sensible a majúscules!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Afegeix un rol a tu mateix.\n\n" +" Els administradors del servidor han d'haver configurat la funció com a configurable per l'usuari.\n" +" NOTA: El rol és sensible a majúscules!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Treu un rol de tu mateix.\n\n" +" Els administradors del servidor han d'haver configurat la funció com a configurable per l'usuari.\n" +" NOTA: El rol és sensible a majúscules!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Llista tots els selfrols disponibles.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Selfroles disponibles:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Gestiona selfroles." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Afegeix un rol a la llista de selfroles disponibles.\n\n" +" NOTA: El rol és sensible a majúscules!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puc deixar-te afegir {role.name} com a selfrole perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Afegit." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Aquest rol ja és un selfrole." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Treu un rol de la llista de selfroles disponibles.\n\n" +" NOTA: El rol és sensible a majúscules!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puc deixar-te treure {role.name} de ser un selfrole perquè el rol està per sobre o igual que el meu rol més alt a la jerarquia de Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Esborrat." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Bloqueja el bot només als seus servidors actuals." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "El bot ja no està bloquejat pel servidor." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "El bot està ara bloquejat pel servidor." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "No he pogut anunciar al servidor següent: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "No he pogut anunciar als servidor següents: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "El cog Admin no s'ha carregat." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "El rol proporcionat no és un selfrole vàlid." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..c6f6ec41921303d51410bc6d7952e8db706f9fd6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/cs-CZ.po @@ -0,0 +1,318 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 42\n" +"Language: cs_CZ\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se nepodažilo úspěšně dokončit." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Nemohu dát {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna mé nejvyšší roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Nemohu odebrat {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna mé nejvyšší roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Nemohu upravit {role.name}, protože tato role je vyšší, než moje nebo stejná jako nejvyšší role v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nemohu ti dovolit dát {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nemohu ti dovolit odebrat {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nemohu ti dovolit upravit {role.name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Už něco oznamuji. Pokud bys rád provedl jiné oznámení, nejdříve použij `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Kolekce nástrojů pro správu serveru." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} již má roli {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} již má roli {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Úspěšně jsem odstranil {role.name} od {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Přidá roli uživateli.\n\n" +" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n" +" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Odebrat roli uživateli.\n\n" +" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n" +" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Upraví nastavení role." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Upravit barvu role.\n\n" +" Pokud role obsahuje mezery, použij dvojité uvozovky.\n" +" Barva musí být v hexadecimálním formátu.\n" +" [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Příklady:\n" +" `[p]editrole colour \"Spravce\" #ff0000`\n" +" `[p]editrole colour Spravce #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Hotovo." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Upraví název role\n\n" +" Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\n\n" +" Příklady:\n" +" `[p]editrole name \"Spravce\" Admin`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Oznámit zprávu na všechny servery ve kterých je bot." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Oznámení začalo." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Zrušit běžící oznámení." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "V současné době neexistuje žádné spuštěné oznámení." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Momentální oznámení bylo zrušeno." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Změňte způsob odesílání oznámení v tomto klanu." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Změnit kanál, kam bot bude posílat oznámení.\n\n" +" Pokud je kanál prázdný, nastaví aktuální kanál.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Kanál pro oznámení byl nastaven na {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Zruší kanál pro oznámení." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Přidá vám self-roli.\n\n" +" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n" +" POZNÁMKA: Role je citlivá na malá a velká písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Odstraní vámself-roli.\n\n" +" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n" +" POZNÁMKA: Role je citlivá na malá a velká písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Seznam všech dostupných self-rolí.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Dostupné self-role:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Spravovat self-role." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Přidá roli do seznamu dostupných self-rolí.\n\n" +" POZNÁMKA: Role je citlivá na malá a velká písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Přidáno." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Tato role je již self-rolí." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Odstraní roli ze seznamu dostupných self-rolí.\n\n" +" POZNÁMKA: Role je citlivá na malá a velká písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Odstraněno." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Uzamkne bota pouze na jeho aktuální servery." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Bot již není uzamčen na server." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Bot je nyní serverem uzamčen." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Nemohu oznámit následujícímu serveru: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Nemohu oznámit následujícím serverům: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Admin cog není načten." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Daná role není platná self-role." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..4e117ba2ce626320a0d5bbc9b1f14404b41eee96 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/da-DK.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 42\n" +"Language: da_DK\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Jeg forsøgte på noget som Discord har nægtet mig adgang til. Din kommando blev ikke gennemført." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Jeg kan ikke give {role.name} til {member.display_name} da denne rolle er højere eller tilsvarende til min tildelte rolle i hierarkiet." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Jeg kan ikke fjerne {role.name} fra {member.display_name} da denne rolle er højere eller tilsvarende til min tildelte rolle i hierarkiet." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Jeg kan ikke redigere {role.name} da denne rolle er højere eller tilsvarende til min tildelte rolle i hierarkiet." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke lade dig tildele {role.name} til {member.display_name} da denne rolle er højere eller tilsvarende til din tildelte rolle i hierarkiet." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke lade dig fjerne {role.name} fra {member.display_name} da denne rolle er højere eller tilsvarende til din tildelte rolle i hierarkiet." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke lade dig redigere {role.name} da denne rolle er højere eller tilsvarende til din tildelte rolle i hierarkiet." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Jeg annoncere allerede noget. Hvis du ønsker at annoncere noget andet, benyt dig af '{prefix} annoncere annuller' først." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "En samling af server administrations værktøjer." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Jeg gennemførte tilføjelsen af {role.name} til {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Jeg gennemførte fjernelsen af {role.name} fra {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Rediger rolle indstillinger." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Færdig." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Annoncer en besked til alle serverne botten er i." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Annonceringen er påbegyndt." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Afbryd en kørende annonce." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Der er i øjeblikket ikke nogen kørende annonceringer." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Den nuværende annoncering er blevet afbrudt." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Ændre hvordan annonceringer er udsendt i denne server." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Annoncerings kanalen er blevet sat til {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Tilføjet." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Fjernet." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Lås en bot til dens nuværende server." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Botten er ikke længere låst til serveren." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Botten er nu låst til serveren." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Jeg kunne ikke annoncere til den følgende server: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Jeg kunne ikke annoncere til de følgende servere: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Admin cog er ikke indlæst." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Den vedlagte rolle er ikke en valid selvrolle." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..47eb8bf07b8bf1eb1737fd6bd234c646a409fd78 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/de-DE.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 42\n" +"Language: de_DE\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Ich habe versucht, etwas zu tun, wofür mir Discord die Erlaubnis verweigert hat. Dein Befehl wurde nicht erfolgreich ausgeführt." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Ich kann die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Ich kann {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Ich kann die Rolle „{role.name}“ nicht bearbeiten, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Du darfst, die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Du darfst {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Du darfst nicht die Rolle „{role.name}“ bearbeiten, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "Ich brauche dafür die Bereichtigung „Rollen verwalten“." + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Ich kündige bereits etwas an. Wenn du eine andere Ankündigung machen willst, benutze bitte zuerst `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Eine Sammlung von administrativen Server-Verwaltungsprogrammen." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} hat die Rolle „{role.name}“ bereits." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Ich habe {member.display_name} erfolgreich die Rolle „{role.name}“ gegeben." + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} hat nicht die Rolle „{role.name}“." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Ich habe die Rolle „{role.name}“ erfolgreich von {member.display_name} entfernt." + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Füge einem Mitglied eine Rolle hinzu.\n\n" +" Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\n" +" Wenn keine Person definiert wurde, wird die Rolle dem Autor des Befehls gegeben.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Füge einem Mitglied eine Rolle hinzu.\n\n" +" Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\n" +" Wenn keine Person definiert wurde, wird die Rolle von dem Autor des Befehls entfernt.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Rolleneinstellungen bearbeiten." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Bearbeite die Farbe einer Rolle.\n\n" +" Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\n" +" Die Farbe muss im Hexadezimalformat angegeben werden.\n" +" [Online Farbwähler](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Beispiele:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Erledigt." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Bearbeite den Namen einer Rolle.\n\n" +" Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\n\n" +" Beispiel:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Mache eine Ankündigung auf allen Servern auf denen der Bot ist." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Die Ankündigung hat begonnen." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Breche eine laufende Ankündigung ab." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Es gibt keine derzeit laufende Ankündigung." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Die aktuelle Ankündigung wurde abgebrochen." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Ändere, wie Ankündigungen in diesem Server gesendet werden." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Ändert den Kanal, in den der Bot Ankündigungen senden wird.\n\n" +" Wenn der Kanal freigelassen wird, wird es auf den aktuellen angewendet.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "{channel.mention} wurde nun als Ankündigungskanal festgelegt." + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Setzt den Kanal für Ankündigungen zurück." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Entferne oder gib eine Rolle zu dir selbst.\n\n" +" Server Admins müssen die Rolle für Mitglieder freigeben.\n\n" +" HINWEIS: Beachte Groß- und Kleinschreibung!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Gib dir selbst eine Rolle.\n\n" +" Server Admins müssen die Rolle für Mitglieder freigeben.\n\n" +" HINWEIS: Beachte Groß- und Kleinschreibung!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Entferne eine Rolle von dir selbst.\n\n" +" Server Admins müssen die Rolle für Mitglieder freigeben.\n\n" +" HINWEIS: Beachte Groß- und Kleinschreibung!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +"Gibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Verfügbare selbst auswählbare Rollen:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Selbst hinzufügbare Rollen verwalten." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Füge eine Rolle zur Liste der selbst hinzufügbaren Rollen hinzu.\n\n" +" HINWEIS: Beachte Groß- und Kleinschreibung!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Hinzugefügt." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Diese Rolle ist bereits selbst hinzufügbar." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Entferne eine Rolle von der Liste der selbst hinzufügbaren Rollen.\n\n" +" HINWEIS: Beachte Groß- und Kleinschreibung!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Entfernt." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Der Bot kann keinem neuen Server beitreten." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Der Bot kann nun anderen Servern beitreten." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Ich konnte die Ankündigung auf diesem Server nicht ausführen: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Ich konnte die Ankündigung auf diesen Servern nicht ausführen: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Das Admin-Cog ist nicht geladen." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Die angegebene Rolle ist keine gültige selbst auswählbare Rolle." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..603ed2eb0bba3847b660f1692f40d15fe0d00975 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/el-GR.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 42\n" +"Language: el_GR\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/en-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/en-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..65811850409a832655a807ddb3c4063a5362674f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/en-PT.po @@ -0,0 +1,186 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-14 02:15\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: Pirate English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en-PT\n" +"X-Crowdin-File: /cogs/admin/locales/messages.pot\n" +"Language: en_PT\n" + +#: redbot/cogs/admin/admin.py:17 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:22 +msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:36 +msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:43 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160 +msgid "add" +msgstr "" + +#: redbot/cogs/admin/admin.py:121 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180 +msgid "remove" +msgstr "" + +#: redbot/cogs/admin/admin.py:138 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:149 +#, docstring +msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:169 +#, docstring +msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:187 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +#, docstring +msgid "Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245 +msgid "Done." +msgstr "Done." + +#: redbot/cogs/admin/admin.py:222 +#, docstring +msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:250 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:257 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:265 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:271 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:277 +#, docstring +msgid "Change the channel to which the bot makes announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:283 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:290 +#, docstring +msgid "Toggle announcements being enabled this server." +msgstr "" + +#: redbot/cogs/admin/admin.py:296 +msgid "The server {guild.name} will receive announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:300 +msgid "The server {guild.name} will not receive announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:326 +#, docstring +msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:337 +#, docstring +msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:347 +#, docstring +msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367 +msgid "The selfroles list has been successfully modified." +msgstr "" + +#: redbot/cogs/admin/admin.py:360 +#, docstring +msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:371 +#, docstring +msgid "\\n Lists all available selfroles.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:377 +msgid "Available Selfroles:\\n{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:394 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:399 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:401 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to server: {server.id}" +msgstr "" + +#: redbot/cogs/admin/converters.py:25 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:34 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/en-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/en-US.po new file mode 100644 index 0000000000000000000000000000000000000000..8b3030e2637c7a899b09c4ff3e0d5e68d697e40d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/en-US.po @@ -0,0 +1,185 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-14 04:24+0000\n" +"PO-Revision-Date: 2020-01-07 21:49\n" +"Last-Translator: FULL NAME \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en\n" +"X-Crowdin-File: /admin/locales/messages.pot\n" +"Language: en_US\n" + +#: redbot/cogs/admin/admin.py:17 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:22 +msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:36 +msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:43 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160 +msgid "add" +msgstr "" + +#: redbot/cogs/admin/admin.py:121 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180 +msgid "remove" +msgstr "" + +#: redbot/cogs/admin/admin.py:138 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:149 +#, docstring +msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:169 +#, docstring +msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:187 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +#, docstring +msgid "Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:222 +#, docstring +msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:250 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:257 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:265 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:271 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:277 +#, docstring +msgid "Change the channel to which the bot makes announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:283 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:290 +#, docstring +msgid "Toggle announcements being enabled this server." +msgstr "" + +#: redbot/cogs/admin/admin.py:296 +msgid "The server {guild.name} will receive announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:300 +msgid "The server {guild.name} will not receive announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:326 +#, docstring +msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:337 +#, docstring +msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:347 +#, docstring +msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367 +msgid "The selfroles list has been successfully modified." +msgstr "" + +#: redbot/cogs/admin/admin.py:360 +#, docstring +msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:371 +#, docstring +msgid "\\n Lists all available selfroles.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:377 +msgid "Available Selfroles:\\n{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:394 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:399 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:401 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to server: {server.id}" +msgstr "" + +#: redbot/cogs/admin/converters.py:25 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:34 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..669e512109ad86c8186e31816c9c4db2a39359e2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/es-ES.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 42\n" +"Language: es_ES\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Intenté hacer algo que Discord me ha negado el permiso. Su comando no se pudo completar." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "No puedo dar el rol{role.name} a {member.display_name} porque ese rol es mayor o igual a mi rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "No puedo eliminar el rol {role.name} de {member.display_name} porque ese rol es mayor o igual que mi rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "No puedo editar el rol {role.name} porque ese rol es mayor que el mío o igual al rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puedo dejar que le des el rol {role.name} a {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puedo dejar que elimines el rol {role.name} de {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puedo permitir que edites el rol{role.name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "Necesito el permiso de \"Gestionar Roles\" para hacer eso." + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Ya estoy anunciando algo. Si quieres hacer un anuncio diferente, por favor usa `{prefix}announce cancel` primero." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Una colección de utilidades de administración de servidores." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} ya tiene el rol {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "He añadido con éxito {role.name} a {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} no tiene el rol {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "He retirado con éxito {role.name} de {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Añadir un rol a un usuario.\n\n" +" Usar comillas dobles si el rol contiene espacios.\n" +" Si el usuario se deja en blanco el valor por defecto es el autor del comando.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Elimina un rol de un usuario.\n\n" +" Usar comillas dobles si el rol contiene espacios.\n" +" Si el usuario se deja en blanco el valor por defecto es el autor del comando.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Editar configuración de rol." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Edita el color de un rol.\n\n" +" Usar comillas dobles si el rol contiene espacios.\n" +" El color debe estar en formato hexadecimal.\n" +" [Selector de color en línea](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Ejemplos:\n" +" `[p]color editrole \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Listo." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Edita el nombre de un rol.\n\n" +" Utilice comillas dobles si el rol o el nombre contiene espacios.\n\n" +" Ejemplo:\n" +" `[p]nombre editrole \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Anunciar un mensaje a todos los servidores en que el bot está." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "El anuncio ha comenzado." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Cancela un anuncio en ejecución." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "No hay ningún anuncio en ejecución." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "El anuncio actual ha sido cancelado." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Cambia cómo son enviados los anuncios en este servidor." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Cambia el canal donde el bot enviará anuncios.\n\n" +" Si el canal se deja en blanco el canal por defecto es el canal actual.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "El canal de anuncios se ha establecido en {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Quita el canal para los anuncios." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Añade un rol a ti mismo.\n\n" +" Los administradores del servidor deben haber configurado el rol como usuario configurable.\n" +" NOTA: El rol es sensible a mayúsculas!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Elimina un rol de ti mismo.\n\n" +" Los administradores del servidor deben haber configurado el rol como usuario configurable.\n" +" NOTA: El rol es sensible a mayúsculas!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Lista de todos los selfroles disponibles.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Selfroles disponibles:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Gestionar selfroles." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Añade un rol a la lista de selfroles disponibles.\n\n" +" NOTA: ¡El rol es sensible a mayúsculas\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puedo permitir que añadas {role.name} como selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Añadido." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Ese rol ya es un selfrole." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Quita un rol de la lista de selfroles disponibles.\n\n" +" NOTA: El rol es sensible a mayúsculas\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "No puedo permitir que elimines a {role.name} de ser un selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Eliminado." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Bloquea el bot sólo a sus servidores actuales." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "El bot ya no está bloqueado por el servidor." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "El bot está bloqueado por el servidor." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "No pude anunciar en el siguiente servidor: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "No pude anunciar en los siguientes servidores: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "El cog Admin no está cargado." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "El rol proporcionado no es un selfrole válido." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..f29d405a0bf0799c6d6f70189cc53fe0d17c67de --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/fi-FI.po @@ -0,0 +1,318 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 42\n" +"Language: fi_FI\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Yritin tehdä jotain, jonka Discord kielsi minulle luvat. Komento epäonnistui onnistuneesti." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "En voi antaa roolia {role.name} käyttäjälle {member.display_name}, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "En voi poistaa roolia {role.name} käyttäjältä {member.display_name}, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "En voi muokata roolia {role.name}, koska se on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "En voi antaa roolia {role.name} käyttäjälle {member.display_name}, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "En voi poistaa roolia {role.name} käyttäjältä {member.display_name}, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "En voi antaa sinun muokata roolia {role.name}, koska rooli on korkeammalla kuin sinun korkein rooli Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Olen jo ilmoittanut jotain. Jos haluat tehdä toisen ilmoituksen, käytä ensin \"{prefix} announce cancel\"." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Kokoelma palvelinhallintaohjelmia." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "Käyttäjällä {member.display_name} on jo rooli {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Lisäsin {role.name} onnistuneesti {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "Käyttäjällä {member.display_name} ei ole roolia {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Olen poistanut {role.name} onnistuneesti {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Lisää rooli käyttäjälle.\n\n" +" Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\n" +" Jos käyttäjä jätetään tyhjäksi, se on oletuksena tekijä komennon.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Lisää rooli käyttäjälle.\n\n" +" Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\n" +" Jos käyttäjä jätetään tyhjäksi, se on oletuksena tekijä komennon.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Muokkaa rooliasetuksia." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Muokkaa roolin väriä.\n\n" +" Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\n" +" Värin on oltava heksadesimaalissa.\n" +" [Väripoimija](http://www.w3schools. om/colors/colors_picker. sp)\n\n" +" Esimerkkejä:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Tehty." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Muokkaa roolin nimeä.\n\n" +" Käytä kaksoislainausmerkkejä, jos rooli tai nimi sisältää välilyöntejä.\n\n" +" Esimerkki:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Ilmoita viesti kaikille palvelimille, joihin botti on." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Ilmoittaminen on aloitettu." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Peruuta käynnissä oleva ilmoitus." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Tällä hetkellä ei ole käynnissä olevaa ilmoitusta." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Tämänhetkinen ilmoitus on peruutettu." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Muokkaa kuinka ilmoitukset lähetetään tässä guildissa." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Muuta kanavaa, jossa botti lähettää ilmoituksia.\n\n" +" Jos kanava jätetään tyhjäksi, se oletetaan nykyiselle kanavalle.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Ilmoituskanava on asetettu {channel.mention} -kanavalle" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Poista ilmoituskanava käytöstä." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Lisää selfrole itseesi.\n\n" +" Palvelimen ylläpitäjien on täytynyt konfiguroida rooli käyttäjän asettamana.\n" +" HUOM: Rooli on kirjainkoolla herkkä!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Lisää selfrole itseesi.\n\n" +" Palvelimen ylläpitäjien on täytynyt konfiguroida rooli käyttäjän asettamana.\n" +" HUOM: Rooli on kirjainkoolla herkkä!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Luettele kaikki saatavilla olevat selfrot.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Saatavilla olevat omafroles:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Hallitse selfroleja." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Lisää rooli saatavilla olevien selfrolien luetteloon.\n\n" +" HUOM: Rooli on kirjainkoolla herkkä!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Lisätty." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Tämä rooli on jo selfrole." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Lisää rooli saatavilla olevien selfrolien luetteloon.\n\n" +" HUOM: Rooli on kirjainkoolla herkkä!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Poistettu." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Lukitse botti vain nykyisille palvelimille." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Botti ei ole enää palvelinlukittu." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Botti on nyt palvelinlukittu." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "En voinut ilmoittaa seuraavalle palvelimelle: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "En voinut ilmoittaa seuraavalle palvelimelle: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Admin cog ei ole ladattu." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Annettu rooli ei ole kelvollinen selfrole." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..eab387f3d8b8420aec96f53e025d932e7936646e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/fr-FR.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 42\n" +"Language: fr_FR\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "J'ai tenté de faire quelque chose que pour lequel Discord m'a refusé les permissions. La commande a échoué." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Je ne peux pas donner {role.name} à {member.display_name} car ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Je ne peux pas supprimer {role.name} de {member.display_name} car ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Je ne peux pas modifier {role.name} parce que ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Je ne peux pas vous laisser donner {role.name} à {member.display_name} car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Je ne peux pas vous permettre de supprimer {role.name} de {member.display_name} car ce rôle est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Je ne peux pas vous permettre de modifier {role.name} car ce rôle est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "J’ai besoin de la permission \"Gérer les rôles\" pour faire cela." + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Je suis déjà en train d'annoncer quelque chose. Si vous souhaitez faire une annonce différente, vous devez d'abord utiliser la commande `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Un ensemble d'utilitaires d'administration du serveur." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} a déjà le rôle {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "J'ai bien ajouté le rôle {role.name} à {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} n'a pas le rôle {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "J'ai bien retiré le rôle {role.name} de {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Ajouter un rôle à un utilisateur.\n\n" +" Utilisez des guillemets si le rôle contient des espaces.\n" +" Si l'utilisateur est laissé vide, ce sera par défaut l'auteur de la commande.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Retirer un rôle d'un utilisateur.\n\n" +" Utilisez des guillemets doubles si le rôle contient des espaces.\n" +" Si l'utilisateur est laissé vide, ce sera par défaut l'auteur de la commande.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Modifier les paramètres d'un rôle." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Modifiez la couleur d'un rôle.\n\n" +" Utilisez des guillemets doubles si le rôle contient des espaces.\n" +" La couleur doit être au format hexadécimal.\n" +" [Sélecteur de couleurs en ligne](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Exemples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Fait." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Modifier le nom d'un rôle.\n\n" +" Utiliser des guillemets si le rôle ou le nom contient des espaces.\n\n" +" Exemple:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Faire une annonce à tous les serveurs dans lesquels le bot se trouve." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "L’annonce a commencé." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Interrompre une annonce en cours." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Il n'y a aucune annonce en cours d'exécution." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "L'annonce actuelle a été interrompue." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Change la façon dont les annonces sont envoyées dans ce serveur." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Change le salon où le bot enverra les annonces.\n\n" +" Si le champ salon est laissé vide, il utilisera par défaut le salon actuel.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Les annonces seront maintenant faites dans {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Désactive le salon pour les annonces." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Ajoutez ou supprimez un auto-rôle de vous-même.\n\n" +" Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\n" +" NOTE : Le rôle est sensible aux majuscules et minuscules !\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Ajouter un auto-rôle à vous-même.\n\n" +" Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\n" +" NOTE : Le rôle est sensible aux majuscules et minuscules !\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Supprimez un auto-rôle de vous-même.\n\n" +" Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\n" +" NOTE : Le rôle est sensible aux majuscules et minuscules !\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Liste de tous les auto-rôles disponibles.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Auto-rôles disponibles :\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Gérer les auto-roles." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Ajouter un rôle à la liste des auto-rôles disponibles.\n\n" +" NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Ajouté." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Ce rôle est déjà un selfrole." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Supprimer un rôle de la liste des auto-rôles.\n\n" +" REMARQUE : Le nom du rôle est sensible aux majuscules et minuscules !\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Retiré." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Verrouiller un bot sur ses serveurs actuels uniquement." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Je n'ai pas pu annoncer au serveur suivant : " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Je n'ai pas pu annoncer aux serveurs suivants : " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Le cog Admin n'est pas chargé." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Le rôle fourni n'est pas un auto-rôle valide." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..fd78cd03ec1a7580ee5426c1b008a666ad765bce --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/he-IL.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 42\n" +"Language: he_IL\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "נוסף." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "הוסר." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..5016ecfd2143b4f46e6002e54eb5a89741e17268 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/hi-IN.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 42\n" +"Language: hi_IN\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "मैंने कुछ ऐसा करने का प्रयास किया, जिसके लिए डिस्कॉर्ड ने मुझे अनुमति से इनकार कर दिया। आपका आदेश सफलतापूर्वक पूरा होने में विफल रहा।" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "मैं {member.display_name} को {role.name} नहीं दे सकती क्योंकि वह रोल डिस्कॉर्ड् पदानुक्रम में मेरे उच्चतम रोल से अधिक या उसके बराबर है।" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "मैं {role.name} को {member.display_name} से नहीं निकाल सकती, क्योंकि वह रोल डिस्कॉर्ड पदानुक्रम में मेरे उच्चतम रोल से अधिक या उसके बराबर है।" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "मैं {role.name} को संपादित नहीं कर सकती, क्योंकि यह रोल डिस्कॉर्ड पदानुक्रम में मेरे रोल से अधिक है,या सबसे उच्चतम रोल के बराबर है।" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..2235024a76bfdd7bde446531ac0da8211b7fab17 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/hu-HU.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 42\n" +"Language: hu_HU\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Olyan műveletet próbáltam elvégezni, amihez a Discord elutasította a jogosultságom. A parancsod végrehajtása sikertelen volt." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Nem adhatom meg a {role.name} rangot {member.display_name}-nak/nek, mert az a rang magasabb vagy egyenlő az én legmagasabb rangommal a Discord rangsorrendben." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Nem vonhatom meg a {role.name} rangot {member.display_name}-tól/től, mert az a rang magasabb vagy egyenlő az én legmagasabb rangommal a Discord rangsorrendben." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Nem szerkeszthetem a {role.name} rangot, mert az a rang magasabb vagy egyenlő az én legmagasabb rangommal a Discord rangsorrendben." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Kész." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..9b17edd4c29e25448f3502cc297032b9f5785318 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/id-ID.po @@ -0,0 +1,315 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 42\n" +"Language: id_ID\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Saya mencoba melakukan sesuatu yang tidak diizinkan oleh Discord untuk saya. Perintah Anda gagal untuk dijalankan." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Saya tidak dapat memberikan {role.name} kepada {member.display_name} karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Saya tidak dapat memberikan {role.name} kepada {member.display_name} karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Saya tidak dapat mengedit {role.name} karena role itu lebih tinggi dari saya atau sama dengan role tertinggi dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Saya tidak dapat memberikan {role.name} kepada {member.display_name} karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Saya tidak dapat memberikan {role.name} kepada {member.display_name} karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Saya tidak dapat memberikan {role.name} kepada karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Saya sudah mengumumkan sesuatu. Jika Anda ingin membuat pengumuman lain, gunakan `{prefix} umumkan pembatalan` terlebih dahulu." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Kumpulan utilitas administrasi server." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} sudah memiliki role {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Saya berhasil menambahkan {role.name} ke {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} tidak memiliki role {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Saya berhasil menambahkan {role.name} ke {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Tambahkan role ke user. \n" +" \n" +" Gunakan tanda kutip ganda jika role berisi spasi. \n" +" Jika pengguna dibiarkan kosong, defaultnya adalah pembuat perintah. \n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\\ n Tambahkanrole ke user. \\ n \\ n Gunakan tanda kutip ganda jika role berisi spasi. \\ n Jika pengguna dibiarkan kosong, defaultnya adalah pembuat perintah. \\ n " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Edit pengaturan role." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Ubah warna role.\n\n" +" Gunakan tanda kutip ganda jika peran tersebut berisi spasi.\n" +" Warna harus dalam format heksadesimal.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Contoh:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Selesai." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Ubah nama role.\n\n" +" Gunakan tanda kutip ganda jika role atau namanya mengandung spasi.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Umumkan pesan ke semua server tempat bot berada." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Pengumuman telah dimulai." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Batalkan pengumuman berjalan." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Tidak ada pengumuman yang sedang berjalan." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Pengumuman saat ini telah dibatalkan." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Ubah cara pengumuman dikirim di guild ini." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Ubah Channel tempat bot akan mengirim pengumuman.\n\n" +" Jika channel dibiarkan kosong maka default nya adalah channel saat ini.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Channel pengumuman telah di setel ke {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Tidak menyetel saluran untuk pengumuman." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Tambahkan role diri sendiri.\n\n" +" Admin server harus melakukan konfigurasi role sebagai dapat diatur pengguna.\n" +" NOTE: Role peka huruf besar / kecil!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Hapus role diri sendiri.\n\n" +" Admin server harus melakukan konfigurasi role sebagai dapat diatur pengguna.\n" +" NOTE: Role peka huruf besar / kecil!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Daftar semua role diri yang tersedia.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Role diri yang tersedia:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Kelola Roles diri sendiri." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Tambahkan role ke daftar role diri sendiri yang tersedia.\n\n" +" NOTE: Peran peka huruf besar / kecil!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Saya tidak dapat memberikan {role.name} kepada karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Ditambahkan." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Role itu sudah menjadi role diri sendiri." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Tambahkan role ke daftar role diri sendiri yang tersedia.\n\n" +" NOTE: Role peka huruf besar / kecil!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Saya tidak dapat menghapus {role.name} dari role diri sendiri karena role itu lebih tinggi dari atau sama dengan role tertinggi Anda dalam tingkatan Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Dihapus." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Kunci bot ke servernya saat ini saja." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Bot tidak lagi terkunci server." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Bot sekarang terkunci server." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Saya tidak bisa mengumumkan ke server berikut: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Saya tidak dapat mengumumkan ke server berikut: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Cog Admin belum/tidak dimuat." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Role yang diberikan bukan role diri sendiri yang valid." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..a1a616dc16a9da09eb738ae27151956ea2e74d08 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/it-IT.po @@ -0,0 +1,311 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 42\n" +"Language: it_IT\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Ho provato a fare qualcosa ma Discord mi ha negato i permessi per farla. Il tuo comando non è stato completato con successo." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Non posso dare {role.name} a {member.display_name} poiché quel ruolo è superiore o uguale al mio ruolo più alto nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Non posso rimuovere {role.name} da {member.display_name} poiché quel ruolo è superiore o uguale al mio ruolo più alto nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Non posso modificare {role.name} poiché quel ruolo è superiore o uguale al mio ruolo nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Non posso permetterti di dare {role.name} a {member.display_name} perché quel ruolo è superiore o uguale al tuo ruolo più alto nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Non posso permetterti di rimuovere {role.name} da {member.display_name} poiché quel ruolo è superiore o uguale al tuo ruolo più alto nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Non posso permetterti di modificare {role.name} perché quel ruolo è superiore o uguale al tuo ruolo più alto nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "Mi serve l'autorizzazione \"Gestisci Ruoli\" per farlo." + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Sto già annunciando qualcosa. Se vorresti fare un annuncio diverso, usa prima `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Una collezione di servizi di amministrazione del server." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} ha già il ruolo {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Ho aggiunto con successo {role.name} a {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} non ha il ruolo {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Ho rimosso con successo {role.name} da {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +"Aggiungi un ruolo ad un membro.\n\n" +"Usa le virgolette se il ruolo contiene spazi.\n" +"Se l'utente è lasciato vuoto, prenderà per predefinito chi ha utilizzato il comando. " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +"Rimuove un ruolo da un utente.\n\n" +"Usa le virgolette se il ruolo contiene spazi.\n" +"Se l'utente è lasciato vuoto, prenderà per predefinito chi ha utilizzato il comando. " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Modifica impostazioni ruolo." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +"Modifica il colore di un ruolo.\n\n" +"Usa le virgolette se il ruolo contiene spazi.\n" +"Il colore deve essere in formato esadecimale.\n" +"[Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Esempi:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900` " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Fatto." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +"Modifica il nome di un ruolo.\n\n" +"Usa le virgolette se il ruolo o il nome contengono spazi.\n\n" +"Esempio:\n" +" `[p]editrole name \"The Transistor\" Test` " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Annuncia un messaggio a tutti i server in cui si trova il bot." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "L'annuncio è partito." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Cancella un annuncio in corso." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Non c'è alcun annuncio in corso." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Il corrente annuncio è stato cancellato." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Cambia come gli annunci sono inviati in questo server." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +"Cambia il canale dove il bot manderà gli annunci.\n\n" +"Se il canale è lasciato vuoto prenderà per predefinito il canale corrente. " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Il canale di annuncio è stato impostato su {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Rimuove il canale per gli annunci." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Aggiungi o rimuovi un ruolo a te stesso.\n\n" +"Gli amministratori devono avere configurato il ruolo come impostabile dall'utente.\n" +"NOTA: Il ruolo è caso sensitivo! " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Aggiungi un ruolo a te stesso.\n\n" +"Gli amministratori devono avere configurato il ruolo come impostabile dall'utente.\n" +"NOTA: Il ruolo è caso sensitivo! " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Rimuovi un ruolo a te stesso.\n\n" +"Gli amministratori devono avere configurato il ruolo come impostabile dall'utente.\n" +"NOTA: Il ruolo è caso sensitivo! " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +"Elenca tutti i ruoli assegnabili dall'utente. " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Ruoli assegnabili dall'utente:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Gestisci i ruoli assegnabili dall'utente." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Aggiungi un ruolo alla lista dei ruoli assegnabili dall'utente.\n\n" +"NOTA: Il ruolo è caso sensitivo! " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Non posso permetterti di aggiungere {role.name} come ruolo assegnabile dall'utente poiché tale ruolo è superiore o uguale al tuo ruolo più alto nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Aggiunto." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Quel ruolo è già un ruolo assegnabile dall'utente." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Rimuovi un ruolo dalla lista dei ruoli assegnabili dall'utente.\n\n" +"NOTA: Il ruolo è caso sensitivo! " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Non posso permetterti di rimuovere {role.name} dall'essere un selfrole perché quel ruolo è superiore o uguale al tuo ruolo più alto nella gerarchia di Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Rimosso." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Blocca un bot ai suoi server attuali." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Il bot non è più bloccato ai server." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Il bot è adesso bloccato ai server." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Non ho potuto annunciare al seguente server: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Non ho potuto annunciare ai seguenti server: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Il cog Admin non è caricato." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Il ruolo fornito non è un ruolo assegnabile dall'utente valido." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..a32919fc49bee13b4c653d1639dfbe97aca68286 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ja-JP.po @@ -0,0 +1,280 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 42\n" +"Language: ja_JP\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "私はDiscordが許可を拒否した何かをしようとしました。あなたのコマンドは正常に完了できませんでした。" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "{role.name} を {member.display_name} に与えることはできません。その役職は、私が持っている最高役職より、上にあるためです。" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "{role.name}から{member.display_name}を削除することはできません。 その役割は、Discord階層における私の最高の役割以上のものだからです。" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "追加されました" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "その役割はすでに自己役割v" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" 使用可能な自己役割のリストから役割を削除します。\n\n" +" 注:役割では大文字と小文字が区別されます!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "削除されました" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Botを現在のサーバーにのみロックします。" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Botはもうサーバーロックされていません。" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Botはサーバーロックされました。" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "以下のサーバーに通知できませんでした: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "以下のサーバーに通知できませんでした: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "管理者コグがロードされていません。" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "与えられたロールは有効な自己ロールではありません。" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..df83a083f7648e240fd5c09550d91d45ef452957 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ko-KR.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 42\n" +"Language: ko_KR\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "역할 설정을 변경했어요." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "다 했어요." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "실행 중인 공지사항을 취소했어요." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "추가됐어요." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "제거됐어요." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "다음과 같은 서버에 알릴 수 없어요: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "다음과 같은 서버에 알릴 수 없어요. : " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "관리자 cog가 로드되지 않았어요." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/lol-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/lol-US.po new file mode 100644 index 0000000000000000000000000000000000000000..235559d1b504ff5268b318879f6d527df242a7e6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/lol-US.po @@ -0,0 +1,186 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-06 16:14\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: LOLCAT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: lol\n" +"X-Crowdin-File: /cogs/admin/locales/messages.pot\n" +"Language: lol_US\n" + +#: redbot/cogs/admin/admin.py:17 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Discord sayed I can't do sometingz. Ur command faild 2 complete." + +#: redbot/cogs/admin/admin.py:22 +msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:36 +msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again." +msgstr "" + +#: redbot/cogs/admin/admin.py:43 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160 +msgid "add" +msgstr "" + +#: redbot/cogs/admin/admin.py:121 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180 +msgid "remove" +msgstr "" + +#: redbot/cogs/admin/admin.py:138 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:149 +#, docstring +msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:169 +#, docstring +msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:187 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +#, docstring +msgid "Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:222 +#, docstring +msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:250 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:257 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:265 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:271 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:277 +#, docstring +msgid "Change the channel to which the bot makes announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:283 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:290 +#, docstring +msgid "Toggle announcements being enabled this server." +msgstr "" + +#: redbot/cogs/admin/admin.py:296 +msgid "The server {guild.name} will receive announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:300 +msgid "The server {guild.name} will not receive announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:326 +#, docstring +msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:337 +#, docstring +msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:347 +#, docstring +msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367 +msgid "The selfroles list has been successfully modified." +msgstr "" + +#: redbot/cogs/admin/admin.py:360 +#, docstring +msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:371 +#, docstring +msgid "\\n Lists all available selfroles.\\n " +msgstr "" + +#: redbot/cogs/admin/admin.py:377 +msgid "Available Selfroles:\\n{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:394 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:399 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:401 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to server: {server.id}" +msgstr "" + +#: redbot/cogs/admin/converters.py:25 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:34 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..395d834aad1f77b617198d222c8f31d8286b9e2a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/nb-NO.po @@ -0,0 +1,325 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 42\n" +"Language: nb_NO\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Jeg forsøkte å gjøre noe som Discord nektet meg tillatelser til. Kommandoen din kunne ikke fullføre." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Jeg kan ikke gi {role.name} til {member.display_name} fordi den rollen er høyere enn eller lik min høyeste rolle i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Jeg kan ikke fjerne {role.name} fra {member.display_name} fordi den rollen er høyere enn eller lik min høyeste rolle i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Jeg kan ikke redigere {role.name} fordi den rollen er høyere enn min eller lik den høyeste rollen i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke la deg gi {role.name} til {member.display_name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke la deg fjerne {role.name} fra {member.display_name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke la deg redigere {role.name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Jeg kunngjør allerede noe. Hvis du vil gi en annen kunngjøring, bruk først `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "En samling av serveradministrasjonsverktøy." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} har allerede rollen {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Jeg har lagt til {role.name} til {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} har ikke rollen {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Jeg har fjernet {role.name} fra {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Legg til en rolle for en bruker.\n" +" \n" +" Bruk doble anførselstegn hvis rollen inneholder mellomrom.\n" +" Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Fjern en rolle fra en bruker.\n\n" +" Bruk doble anførselstegn hvis rollen inneholder mellomrom.\n" +" Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Endre rolle innsillinger." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Rediger en rollefarge.\n\n" +" Bruk doble anførselstegn hvis rollen inneholder mellomrom.\n" +" Farge må være i heksadesimal format.\n" +" [Online fargevalg] (http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Eksempler: \n" +" `[p] redigeringsrollefarge \" Transistoren \"# ff0000` \n" +"` [p] redigeringsrollefarge Test # ff9900` \n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Ferdig." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Rediger navnet til en rolle. \n" +" \n" +" Bruk doble anførselstegn hvis rollen eller navnet inneholder mellomrom. \n" +" \n" +" Eksempel: \n" +" `[p] editrole name \" Transistor \\ \"Test` \n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Gi en melding til alle servere boten er i." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Kunngjøringen har begynt." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Avbryt en løpende kunngjøring." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Det er for øyeblikket ingen kunngjøring." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Den nåværende kunngjøringen er kansellert." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Endre hvordan kunngjøringer sendes i denne serveren." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +"Endre kanalen der bot vil sende kunngjøringer. \n\n" +" Hvis kanalen er tom, er den standard for den nåværende kanalen. \n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Kunngjøringskanalen er satt til {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Opphever kanalen for kunngjøringer." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Legg til eller fjern en selvrolle fra deg selv.\n\n" +" Serveradministratorer må ha konfigurert rollen som brukersettabell.\n" +" MERK: Rollen skiller mellom små og store bokstaver!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Legg en selvrolle til deg selv.\n\n" +"Serveradministratorer må ha konfigurert rollen som brukerinnstillbar.\n" +"MERK: Rollen er små og små bokstaver!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Fjern en selvrolle fra deg selv.\n\n" +"Serveradministratorer må ha konfigurert rollen som brukerinnstillbar.\n" +" MERKNAD: Rollen er store og små bokstaver!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +"Viser alle tilgjengelige selvroller.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Tilgjengelige selvroller:\n" +" {selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Behandle selvroller." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Legg til en rolle i listen over tilgjengelige selvroller.\n\n" +"MERKNAD: Rollen er store og små bokstaver!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke la deg gi {role.name} til fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Lagt til." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Den rollen er allerede en selvrolle." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +"Fjern en rolle fra listen over tilgjengelige selvroller.\n\n" +"MERKNAD: Rollen er store og små bokstaver!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jeg kan ikke la deg fjerne {role.name} fra fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Fjernet." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Lås bare en bot til sine nåværende servere." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Bot er ikke lenger serverlåst." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Bot er nå serverlåst." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Jeg kunne ikke kunngjøre til følgende server: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Jeg kunne ikke kunngjøre følgende servere: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Admin cog er ikke lastet." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Den oppgitte rollen er ikke en gyldig selvrolle." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..a9d7be8f3c1a4af961ff6ad30b90b8a8cf5e2172 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/nl-NL.po @@ -0,0 +1,318 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 42\n" +"Language: nl_NL\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Ik probeerde iets te doen waarvoor Discord me geen toestemming heeft gegeven. Je commando kon niet worden voltooid." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Ik kan {role.name} niet aan {member.display_name} geven omdat die rol hoger of gelijk is aan mijn hoogste rol in de Discord hiërarchie." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Ik kan {role.name} niet van {member.display_name} verwijderen omdat die rol hoger dan of gelijk is aan mijn hoogste rol in de Discord hiërarchie." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Ik kan {role.name} niet bewerken omdat die rol hoger is dan mijn of de hoogste rol in de Discord hiërarchie." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ik kan je {role.name} niet aan {member.display_name} laten geven omdat die rol hoger is dan of gelijk is aan je hoogste rol in de Discord hiërarchie." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ik kan je {role.name} niet van {member.display_name} laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ik kan je {role.name} niet laten bewerken omdat die rol hoger of gelijk is aan je hoogste rol in de Discord hiërarchie." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Ik ben al iets aan het aankondigen. Als je iets anders wilt aankondigen, voer dan eerst deze command uit: '{prefix}announce cancel'." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Een collectie van de server administratie voorzieningen." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} heeft de rol {role.name} al." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Ik heb succesvol {role.name} toegevoegd aan {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} heeft de rol {role.name} niet." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Ik heb succesvol {role.name} verwijderd van {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Voeg een rol toe aan een gebruiker.\n\n" +" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n" +" Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Verwijder een rol van een gebruiker.\n\n" +" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n" +" Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Rol instellingen bewerken." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Bewerk een rolkleur.\n\n" +" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n" +" Kleur moet in hexadecimaal formaat zijn.\n" +" [Online kleur kiezer](http://www.w3schools. om/colors/colors_picker. sp)\n\n" +" Voorbeelden:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Klaar." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Bewerk de rolnaam.\n\n" +" Gebruik dubbele aanhalingstekens als de rol of de naam spaties bevat.\n\n" +" Voorbeeld:\n" +" `[p]editrole naam \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Kondig een bericht aan in alle servers." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "De aankondiging is begonnen." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Annuleer een huidige aankondiging." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Er is momenteel geen lopende aankondiging." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "De huidige aankondiging is geannuleerd." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Verander hoe aankondigingen worden verzonden in deze gilde." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Verander het kanaal waar de bot aankondigingen zal verzenden.\n\n" +" Als het kanaal leeg is dan is het standaard ingesteld op het huidige kanaal.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Het aankondigingskanaal is aangepast naar {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Kanaal voor aankondigingen uitschakelen." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Voeg een zelfrol toe aan jezelf.\n\n" +" Server beheerders moeten de rol gebruiker instelbaar configureren.\n" +" Let op: De rol is hoofdlettergevoelig!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Verwijder een zelfrol van jezelf.\n\n" +" Server beheerders moeten de rol als gebruiker instelbaar configureren.\n" +" Let op: De rol is hoofdlettergevoelig!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Toont alle beschikbare zelfrollen.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Beschikbare zelfrollen:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Beheer zelfrollen." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Voeg een rol toe aan de lijst van beschikbare zelfrollen.\n\n" +" Let op: hoofdlettergevoelig!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Toegevoegd." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Die rol is al een zelfrol." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Verwijder een rol van de lijst van beschikbare zelfrollen.\n\n" +" OPMERKING: De rol is hoofdlettergevoelig!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord-hiërarchie." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Verwijderd." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Vergrendel de bot voor alleen deze server." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "De bot is niet langer vergrendeld." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "De bot is vergrendeld." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Ik kan de volgende server niet aankondigen: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Ik kon de volgende servers niet aankondigen: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "De admin cog is niet geladen." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "De ingevulde rol is geen beschikbare selfrole." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..469c903c9a62019186aaa509ad1c2a18743b0646 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pl-PL.po @@ -0,0 +1,318 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 42\n" +"Language: pl_PL\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Próbowałem/am zrobić coś, do czego Discord odmówił mi uprawnień. Twoja komenda nie powiodła się." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Nie mogę dać {role.name} {member.display_name} ponieważ ta rola jest wyższa lub równa mojej najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Nie mogę usunąć {role.name} z {member.display_name}, ponieważ ta rola jest wyższa lub równa mojej najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Nie mogę edytować {role.name}, ponieważ ta rola jest wyższa niż moja lub równa najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nie mogę pozwolić Tobie dać {role.name} {member.display_name} ponieważ ta rola jest większa lub równa twojej najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nie mogę pozwolić ci usunąć {role.name} z {member.display_name}, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nie mogę pozwolić ci edytować {role.name}, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Już coś ogłaszam. Jeśli chcesz złożyć inne ogłoszenie, najpierw użyj `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Zbiór narzędzi administracyjnych serwera." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} ma już rolę {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Pomyślnie dodałem/am {role.name} dla {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} nie ma roli {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Pomyślnie usunąłem/am {role.name} od {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Dodawanie roli do użytkownika.\n\n" +" Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\n" +" Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Usuwanie roli dla użytkownika.\n\n" +" Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\n" +" Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Edytuj ustawienia roli." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Modyfikuj kolor roli.\n\n" +" Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\n" +" Kolor musi być w formacie szesnastkowym.\n" +" [Wybór kolorów online](http://www.w3schools. om/colors/colors_picker.asp)\n\n" +" Przykłady:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Gotowe." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Edytuj nazwę roli.\n\n" +" Użyj podwójnych cudzysłowów, jeśli rola lub nazwa zawiera spacje.\n\n" +" Przykład:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Rozgłoś wiadomość do wszystkich serwerów w których jest ten bot." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Ogłaszanie rozpoczęte." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Anuluj uruchomione ogłoszenie." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Nie ma aktualnie uruchomionych ogłoszeń." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Bieżące ogłoszenie zostało anulowane." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Zmień sposób wysyłania ogłoszeń w tej gildii." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Zmień kanał, w którym bot wyśle ogłoszenia.\n\n" +" Jeśli kanał nie zostanie zdefiniowany, domyślnie zostanie wybrany bieżący kanał.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Kanał ogłoszeniowy został ustawiony na {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Usuwa wybór kanału dla ogłoszeń." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Dodawanie ról dla siebie.\n\n" +" Administratorzy serwera muszą skonfigurować rolę jako ustawialną przez użytkownika.\n" +" UWAGA: Rola rozróżnia wielkość liter!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Odbiera rolę do samodzielnego przypisania.\n\n" +" Admini Serwera muszą ustawić rolę jako możliwą do ustawienia przez użytkowników.\n" +" UWAGA: Wielkość liter ma znaczenie!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Wyświetla role do samodzielnego przypisania.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Dostępne role do samodzielnego przypisania:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Zarządzaj rolami do samodzielnego przypisania." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Dodaje rolę do listy dostępnych roli do samodzielnego przypisania.\n\n" +" UWAGA: Wielkość liter ma znaczenie!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nie mogę Ci pozwolić dać {role.name} jako roli samodzielnego przypisania, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Dodano." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Ta rola jest już rolą do samodzielnego przypisania." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Usuwa rolę z listy roli do samodzielnego przypisania.\n\n" +" UWAGA: Wielkość liter ma znaczenie!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nie mogę Ci pozwolić usunąć {role.name} z bycia rolą samodzielnego przypisania, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Usunięto." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Ogranicz bota wyłącznie do obecnych serwerów." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Bot nie jest już ograniczony do obecnych serwerów." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Bot jest teraz ograniczony do obecnych serwerów." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Nie mogłem/am ogłosić się na następującym serwerze: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Nie mogłem/am ogłosić się na następujących serwerach: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Moduł Admin nie jest załadowany." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Podana rola nie jest poprawną rolą samodzielnego przypisania." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..7d738b68a698cfb2d14c8f3b6d441b12c23baca6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pt-BR.po @@ -0,0 +1,315 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 42\n" +"Language: pt_BR\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Eu tentei fazer algo que o Discord me negou as permissões. Seu comando falhou em ser completado com sucesso." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Não posso atribuir o cargo {role.name} para {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Não posso remover o cargo {role.name} de {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Não posso alterar o cargo {role.name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Não posso deixar você atribuir o cargo {role.name} para {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Não posso deixar você rmover o cargo {role.name} de {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Não posso deixar você alterar o cargo {role.name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Eu já estou anunciando algo. Se quer fazer um anúncio diferente, por favor use `{prefix}announce cancel` primeiro." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Um conjunto de ferramentas para a administração do servidor." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} já tem o cargo {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Eu adicionei com sucesso {role.name} de {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} não tem o cargo {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Eu removi {role.name} de {member.display_name} com sucesso" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Concede um cargo a um(a) usuário(a).\n\n" +" Use aspas duplas se o nome do cargo contiver espaços.\n" +" Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Remove um cargo de um(a) usuário(a).\n\n" +" Use aspas duplas se o nome do cargo contiver espaços.\n" +" Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Altera as configurações de cargo." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Edita a cor de um cargo.\n\n" +" Use aspas duplas se o cargo contiver espaços.\n" +" A cor precisa estar em formato hexadecimal.\n" +" [Seletor de cores online](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Exemplos:\n" +" `[p]editrole colour \"O Transistor\" #ff0000`\n" +" `[p]editrole colour Teste #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Concluído." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Alterar o nome de um cargo.\n\n" +" Use aspas duplas se o cargo ou o nome contiverem espaços.\n\n" +" Exemplo:\n" +" `[p]editrole name \"O Transistor\" Teste`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Anuncia uma mensagem para todos os servidores onde o bot está." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "O anúncio começou." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Cancela um anúncio em andamento." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Não existe nenhum anúncio em andamento." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "O anúncio atual foi cancelado." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Altera como os anúncios são enviados nessa guilda." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "O canal de anúncios foi definido como {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Concede um cargo autoatribuível a si.\n\n" +" Os administradores do servidor precisarão configurar o cargo como autoatribuível.\n" +" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Remove um cargo autoatribuível de si.\n\n" +" Os administradores do servidor precisarão configurar o cargo como autoatribuível.\n" +" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Lista todos os cargos autoatribuíveis.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Cargos autoatribuíveis disponíveis:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Gerenciar cargos autoatribuíveis." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Adiciona um cargo à lista de cargos autoatribuíveis.\n\n" +" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Não posso deixar você atribuir {role.name} como um cargo autoatribuível porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Adicionado." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Este cargo já é autoatribuível." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Remove um cargo da lista de cargos autoatribuíveis.\n\n" +" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Não posso deixar você remover o cargo {role.name} da lista de cargos autoatribuíveis porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Removido." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Restringe o bot somente aos servidores atuais." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "O bot não está mais restrito aos servidores atuais." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "O está restrito aos servidores atuais." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Não pude anunciar no seguinte servidor: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Não pude anunciar nos seguintes servidores: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "O cog 'Admin' não está carregado." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "O cargo fornecido não é um cargo autoatribuível válido." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..d1acf539d561ed858789620a63ed9bcc852ccb53 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/pt-PT.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 42\n" +"Language: pt_PT\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Tentei fazer uma coisa que o Discord negou permissão para fazer. O comando não foi concluído." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Eu não posso dar {role.name} a {member.display_name} porque esse cargo é igual ou maior a meu cargo na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Não posso remover {role.name} de {member.display_name} porque esse cargo é igual ou maior a meu cargo na hierarquia do Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Já estou a anunciar algo. Se queres fazer um anúncio diferente usa `{prefix}announce cancel` antes de usares este comando." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Uma coleção de utilidades para administração de servidores." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Adicionei com sucesso {role.name} a {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Removi com sucesso {role.name} de {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Concluído." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Anuncia uma mensagem para todos os servidores em que o bot está." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "O anúncio foi iniciado." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Cancelar um anúncio em curso." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "O anúncio atual foi cancelado." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "O canal de anúncio foi definido para {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Bloquear o bot aos servidores atuais." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "O bot já não está bloqueado aos servidores atuais." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "O bot está agora bloqueado aos servidores atuais." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "O cog 'Admin' não está carregado." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "O cargo indicado não é um cargo definível válido." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..1f607670ff8fe4a02a4a02f665cb1afdcf4e8e48 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ro-RO.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 42\n" +"Language: ro_RO\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..8f4debf6a0c15bd4b68f52d0258209ff3f14c6de --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/ru-RU.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 42\n" +"Language: ru_RU\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Я попыталась сделать что-то, в чем Discord отказал мне в разрешениях. Ваша команда не была выполнена успешно." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Я не могу добавить роль {role.name} пользователю {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Я не могу удалить роль {role.name} у пользователя {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Я не могу редактировать роль {role.name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Я не могу дать {role.name} пользователю {member.display_name}, поскольку эта роль выше или равна вашей самой высокой роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Я не могу позволить вам удалить {role.name} у {member.display_name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Я не могу позволить вам редактировать роль {role.name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Я уже что-то объявляю. Если вы хотите сделать другое объявление, сначала используйте `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Набор утилит администрирования сервера." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} уже имеет роль {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Я успешно добавила роль {role.name} пользователю {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} не имеет роли {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Я успешно забрала роль {role.name} у пользователя {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Добавить роль пользователю.\n\n" +" Используйте двойные кавычки, если роль содержит пробелы.\n" +" Если пользователь не указан, по умолчанию используется автор команды.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Удалить роль у пользователя.\n\n" +" Используйте двойные кавычки, если роль содержит пробелы.\n" +" Если пользователь не указан, по умолчанию используется автор команды.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Изменение параметров роли." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Изменить цвет роли.\n\n" +" Используйте двойные кавычки, если роль содержит пробелы.\n" +" Цвет должен быть в шестнадцатеричном формате.\n" +" [Онлайн-палитра цветов](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Примеры:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Готово." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Изменить название роли.\n\n" +" Используйте двойные кавычки, если роль или имя содержат пробелы.\n\n" +" Примеры:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Объявить сообщение на всех серверах, к которым подключен бот." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Объявление началось." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Отменить текущее объявление." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "В настоящее время нет запущенных объявлений." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Текущее объявление было отменено." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Изменить способ отправки объявлений на этом сервере." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Изменение канала, в который бот будет отправлять объявления.\n\n" +" Если оставить поле пустым, то по умолчанию будет использоваться текущий канал.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Канал объявления был установлен на {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Сбрасывает канал для объявлений." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Удалить свою роль у себя.\n\n" +" Администраторы сервера должны настроить роль как устанавливаемую пользователем.\n" +" ПРИМЕЧАНИЕ: Роль чувствительна к размерчикам!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Добавить собственную роль себе.\n\n" +" Администраторы сервера должны настроить роль как устанавливаемую пользователем.\n" +" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Удалить собственную роль у себя.\n\n" +" Администраторы сервера должны настроить роль как устанавливаемую пользователем.\n" +" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Списки всех доступных своих ролей.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Доступные собственные роли:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Управление своими ролями." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Добавить роль в список доступных своих ролей.\n\n" +" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Нельзя добавить {role.name} в качестве собственной роли, потому что эта роль выше или равна вашей самой высшей роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Добавлено." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "У вас уже имеется эта роль." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Удалить роль из списка доступных собственных ролей.\n\n" +" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Вы не можете забрать у себя роль {role.name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Удалено." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Зафиксировать бота только на его текущих серверах." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Бот больше не зафиксирован на сервере." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Бот теперь зафиксирован на сервере." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Я не могу сделать объявление на следующем сервере: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Я не могу объявить на следующих серверах: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Модуль Admin не загружен." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Предоставленная роль не является допустимой ролью." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..f8c0091599b13d1a77ccc4bde82a93e34a5aab41 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sk-SK.po @@ -0,0 +1,323 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 42\n" +"Language: sk_SK\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Pokúsil som sa urobiť niečo, pre čo mi Discord odoprel povolenie. Váš príkaz sa nepodarilo úspešne dokončiť." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Nemôžem dať {role.name} na {member.display_name} pretože táto rola je vyššia alebo rovná mojej najvyššej rolí v Discord hierarchií." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Už niečo oznamujem. Ak by ste chceli urobiť iné oznámenie, prosím, najskôr použite `{prefix} announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Zbierka nástrojov na správu servera." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} už má rolu {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "\n" +"Úspešne som pridal {role.name} do {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} nemá rolu {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Úspešne som odstránil {role.name} od {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Pridá rolu užívateľovi.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n" +" Ak je užívateľ ponechaný prázdny, predvolene sa použije autor príkazu.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Odobrať rolu užívateľovi.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n" +" Ak je užívateľ ponechaný prázdny, predvolene sa použije autor príkazu.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Úpravy nastavenia role." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Upraviť farbu role.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n" +" Farba musí byť v hexadecimálnom formate.\n" +" [Výber farieb online](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Príklady:\n" +" `[p]editrole colour \"Spravce servera\" #ff0000`\n" +" `[p]editrole colour Spravce #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Hotovo." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Upraviť názov role.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n\n" +" Príklad:\n" +" `[p]editrole name \"Správca servera\" Majitel`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Oznámiť správu všetkým serverom, na ktorých sa bot nachádza." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Oznam sa začal." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Zrušiť prebiehajúce oznámenie." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Momentálne nie je spustené žiadne oznámenie." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Aktuálne oznámenie bolo zrušené." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Zmeňte spôsob odosielania oznámení v tomto klane." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Zmeniť kanál, kam bude bot posielať oznámenia.\n\n" +" Ak je kanál nevyplnený, použije sa predvolený aktuálny kanál.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Kanál pre oznámenia bol nastavený na {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Zruší nastavenie kanálu pre oznámenia." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Pridať alebo odstrániť self-rolu sebe.\n\n" +" Správcovia servera musia mať nakonfigurovanú rolu ako používateľsky nastaviteľnú.\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Pridať self-rolu sebe.\n\n" +" Správcovia servera musia mať nakonfigurovanú rolu ako používateľsky nastaviteľnú.\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Odstrániť self-rolu sebe.\n\n" +" Správcovia servera musia mať nakonfigurovanú rolu ako používateľsky nastaviteľnú.\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Zoznam dostupných self-rolí.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Dostupné self-role:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Spravovať self-role." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Pridať rolu do zoznamu dostupných self-rolí.\n\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nemôžem ti dovoliť pridať {role.name} ako self-rolu, pretože táto rola je vyššia alebo rovná tvojej najvyššej roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Pridané." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Táto rola je už self-rola." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Odstráni rolu zo zoznamu dostupných self-rolí.\n\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Nemôžem ti dovoliť odobrať {role.name} užívateľovi, pretože táto rola je vyššia alebo rovná tvojej najvyššej roli v Discord hierarchii." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Odstránené." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Uzamkne bota iba na jeho aktuálne servery." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Bot už nie je uzamknutý serverom." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Bot je teraz uzamknutý serverom." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Nemôžem oznámiť nasledujúcemu serveru: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Nemôžem oznámiť nasledujúcim serverom: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Admin cog nie je načítaný." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Daná rola nie je platná self-role." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..620f5aa44b57445912c5e424c294ff0796836f99 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sl-SI.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 42\n" +"Language: sl_SI\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Poskusil sem narediti nekaj kar mi Discord ne dovoljuje. Ukaza ni bilo mogoče uspešno dokončati." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Ne morem dodati role {role.name} uporabniku {member.display_name} ker je ta rola višja ali enaka moji najvišji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "Ne morem odstraniti role {role.name} uporabniku {member.display_name} ker je ta rola višja ali enaka moji najvišji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "Ne morem spreminjati role {role.name} ker je ta rola višja ali enaka moji najvišji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ne morem ti dovoliti dodati role {role.name} uporabniku {member.display_name} ker je ta rola višja ali enaka tvoji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ne morem ti dovoliti odstraniti role {role.name} uporabniku {member.display_name} ker je ta rola višja ali enaka tvoji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ne morem ti dovoliti urejati role {role.name} ker je ta rola višja ali enaka tvoji najvišji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Nekaj že naznanjam. Če želiš objaviti drugačno obvestilo, prosim, uporabi `{prefix}announce cancel` za preklic." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Zbirka pripomočkov za administracijo strežnika." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} že ima rolo {role.name}." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Rola {role.name} je uspešno dodana uporabniku {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "Uporabnik {member.display_name} nima role {role.name}." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Rola {role.name} uspešno odstranjena uporabniku {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Doda rolo uporabniku.\n\n" +" Uporabi dvojne narekovaje če rola vsebuje presledke.\n" +" Če je polje uporabnika prazno se avtomatsko doda avtorju komande.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Odstrani rolo uporabniku.\n\n" +" Uporabi dvojne narekovaje če rola vsebuje presledke.\n" +" Če je polje uporabnika prazno se avtomatsko doda avtorju komande.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Spremeni nastavitve role." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" Spremeni barvo role.\n\n" +" Uporabi dvojne narekovaje če rola vsebuje presledke.\n" +" Barva mora biti v hexadecimalni obliki.\n" +" [Spletni izbirnik barv](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Primeri:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Opravljeno." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" Spremeni ime role.\n\n" +" Uporabi dvojne narekovaje če rola vsebuje presledke.\n\n" +" Primer:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Pošljite sporočilo v vse strežnike, v katerih je bot." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Napoved se je začela." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Prekini aktivni napovednik." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Trenutno ni aktivnega napovednika." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Trenutni napovednik je bil preklican." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Spremeni način kako je napoved poslana v tem strežniku." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Spremeni kanal v katerega bot pošilja napovedi.\n\n" +" Če je polje za kanal prazen, bo uporabljen trenutni kanal.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Kanal za napovedi je bil nastavljen na {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Odstrani kanal za napovedi." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Doda ali odstrani lastno rolo.\n\n" +" Skrbniki strežnika morajo rolo nastaviti kot uporabniško nastavljivo.\n" +" POMNI: Rola razlikuje med velikimi in malimi črkami!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Doda lastno rolo.\n\n" +" Skrbniki strežnika morajo rolo nastaviti kot uporabniško nastavljivo.\n" +" POMNI: Rola razlikuje med velikimi in malimi črkami!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Odstrani lastno rolo.\n\n" +" Skrbniki strežnika morajo rolo nastaviti kot uporabniško nastavljivo.\n" +" POMNI: Rola razlikuje med velikimi in malimi črkami!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Izpiše vse lastne role ki so na voljo.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Razpoložljive lastne role:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Upravlja lastne role." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Doda rolo na seznam razpoložljivih lastnih rol.\n\n" +" POMNI: Rola razlikuje med velikimi in malimi črkami!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ne morem ti dovoliti dodati role {role.name} kot lastno rolo ker je ta rola višja ali enaka tvoji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Dodano." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Ta rola je že lastna rola." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Odstrani rolo iz seznama razpoložljivih lastnih rol.\n\n" +" POMNI: Rola razlikuje med velikimi in malimi črkami!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Ne morem ti dovoliti odstraniti role {role.name} kot lastno rolo ker je ta rola višja ali enaka tvoji roli v Discordovi hierarhiji." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Odstranjeno." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Zaklene bota na trenutne strežnike." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Bot je zopet odklenjen za vse strežnike." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Bot je trenutno zaklenjen za vse strežnike." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Napovednika ni bilo možno izvesti v tem strežniku: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Napovednika ni bilo možno izvesti v teh strežnikih: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Modul Admin ni naložen." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Naveden rola ni veljavna lastna rola." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..b4eb3e30b9c4b1245d7aa296c86575624c36e838 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sr-CS.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 42\n" +"Language: sr_CS\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..a9b20770c3c441f42d9a0832e1707bf6e439b581 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sr-SP.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 42\n" +"Language: sr_SP\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..4280e53b3bb310d13224a76e00ef4b99f824c962 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/sv-SE.po @@ -0,0 +1,284 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 42\n" +"Language: sv_SE\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Jag försökte göra något som Discord nekade mig behörighet till. Ditt kommando kunde inte slutföras." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "Jag kan inte låta dig redigera {role.name} eftersom den rollen är högre än eller lika med din högsta roll i Discord-hierarkin." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Jag tillkännager redan något. Om du vill göra ett annat tillkännagivande, vänligen använd `{prefix}announce cancel` först." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "En samling administrationsverktyg för servern." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Jag lyckades lägga till {role.name} till {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Jag lyckades ta bort {role.name} från {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Ta bort en roll från en användare.\n\n" +" Använd dubbla citat om rollen innehåller mellanslag.\n" +" Om användaren lämnas tom är det standard för skaparen av kommandot.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Redigera rollinställningar." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Klart." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Meddela ett meddelande till alla servrar som botten är i." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Tillkännagivandet har börjat." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Avbryt en löpande avisering." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Det aktuella meddelandet har avbrutits." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Tillkännagivandekanalen har satts till {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Listar alla tillgängliga självroller.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Tillgängliga Selfroles:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Hantera självroller." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Tillagd." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Den rollen är redan en självroll." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Lås en bot till sina nuvarande servrar." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Botten är inte längre serverlåst." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Botten är nu serverlåst." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "Admin cog är inte laddad." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Den angivna rollen är inte en giltig självroll." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..7d1261b343a24ba1c2a5455facca6c9a49272bc6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/tr-TR.po @@ -0,0 +1,320 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 42\n" +"Language: tr_TR\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Bir şey denemeye çalıştım ancak Discord izinlerim yeterli olmadı. Komutunuz işleme koyulamadı." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "{member.display_name} kullanıcısına {role.name} veremiyorum çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "{member.display_name} kullanıcısından {role.name} rolünü kaldıramıyorum çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "{role.name} kullanıcısının rolünü düzenleyemiyorum, çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "{member.display_name} kullanıcısına {role.name} rolünü verilemedi çünkü bu rol discord hiyerarşisinde senin mevcut rolünden daha yüksek durumda." + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "{member.display_name} kullanıcısının {role.name} rolünü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek durumda." + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "{role.name} rolünü düzenlemene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek durumda." + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "Bunu yapabilmek için \"Rolleri Yönet\" iznine ihtiyacım var." + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Zaten şu anda bir duyuru yapmaktayım. Başka bir duyuru yapmak istiyorsanız lütfen bu komutu kullanın: `{prefix}announce cancel`." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Sunucu yönetimiyle ilgili ayarlar." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} kullanıcısı {role.name} rolüne zaten sahip." + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "{role.name} rolünü {member.display_name} kullanıcısına başarılı bir şekilde ekledim." + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} kullanıcısı {role.name} rolüne sahip değil." + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "{role.name} rolünü {member.display_name} kullanıcısından başarılı bir şekilde kaldırdım" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Kullanıcıya rol ekle.\n\n" +" Rol boşluk içeriyorsa çift tırnak işareti kullanın.\n" +" Kullanıcı boş bırakılırsa, varsayılan olarak komutu yazan kabul edilir.\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" Kullanıcıdan rol sil.\n\n" +" Rol boşluk içeriyorsa çift tırnak işareti kullanın.\n" +" Kullanıcı boş bırakılırsa, varsayılan olarak komutu yazan kabul edilir.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Rol ayarlarını düzenle." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +"Rol rengini düzenler.\n\n" +" Rol boşluk içeriyorsa çift tırnak kulanın.\n" +" Renk onaltılık formatında olmalıdır.\n" +" [Online renk seçme aracı](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Örneğin:\n" +" `[p]editrole colour \"Rol adı\" #ff0000`\n" +" `[p]editrole colour Test #ff9900` " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Tamamlandı." + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +"Rolün ismini düzenler.\n\n" +" Rol veya ad boşluk içeriyorsa çift tırnak kulanın.\n\n" +" Örneğin:\n" +" `[p]editrole name \"Rol adı\" Test` " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Botun bulunduğu tüm sunuculara duyuru geçer." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Duyuru başladı." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Şu an yapılan duyuruyu iptal eder." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "Şu anda yapılan bir duyuru mevcut değil." + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Şu an yapılan duyuru iptal edildi." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "Anonsların sunucuya nasıl gönderileceğini belirleyin." + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "\n" +" Botun duyuru göndereceği kanalı değiştir.\n\n" +" Boş bırakılırsa şu anki kanal kabul edilir.\n" +" " + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "{channel.mention} duyuru kanalı olarak ayarlandı" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "Kanalı duyuru ayarından kaldır." + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Kendinden bir selfrole kaldır.\n\n" +" Sunucu yöneticilerinin bu rolü kullanıcı tarafından alınabilir ayarlaması gerekir.\n" +" NOT: Rol büyük küçük harf duyarlıdır!\n" +" " + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Kendine bir selfrole ekle.\n\n" +" Sunucu yöneticilerinin rolü kullanıcı tarafından alınabilir ayarlaması gerekir.\n" +" NOT: Rol büyük küçük harf duyarlıdır!\n" +" " + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Kendinden bir selfrole kaldır.\n\n" +" Sunucu yöneticilerinin rolü kullanıcı tarafından alınabilir ayarlaması gerekir.\n" +" NOT: Rol büyük küçük harf duyarlıdır!\n" +" " + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Kullanılabilir tüm selfroleleri listeler.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Kullanılabilir Selfroleler:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "Kişisel rolleri düzenle." + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Kullanılabilir selfroleler listesine bir rol ekle.\n\n" +" NOT: Rol büyük küçük harf duyarlıdır!\n" +" " + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "{role.name} kullanıcısına belirttiğin rolü vermene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "Eklendi." + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "Bu rol zaten bir kişisel rol." + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "\n" +" Kullanılabilir selfroleler listesinden rol siler.\n\n" +" NOT: Rol büyük küçük harf duyarlıdır!\n" +" " + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "{role.name} kullanıcısından belirttiğin rolü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "Kaldırıldı." + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Botu şu an bulunduğu sunucularda kilitler." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "Botun sunucu kilidi aktif değil." + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "Botun sunucu kilidi aktif." + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "Bu sunucuya duyuru yapamıyorum: " + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "Bu sunuculara duyuru yapamıyorum: " + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "The Admin eklentisi yüklenmedi." + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "Girilen kişisel rol geçerli bir kişisel rol değil." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..dd025ed3e67af4aa706f53926177f694f01dfb37 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/uk-UA.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 42\n" +"Language: uk_UA\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..5595340d5965eafa110a50360c10700e07d083ef --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/vi-VN.po @@ -0,0 +1,280 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 42\n" +"Language: vi_VN\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "Lệnh của bạn không được thực hiện thành công vì discord đã từ chối quyền của tôi." + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "Tôi đang thông báo lúc này. Nếu bạn muốn làm một thông báo khác hãy sử dụng lệnh `{prefix}announce cancel` trước." + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Một tập hợp các dụng cụ cho việc quản lý server." + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "Đã thêm thành công vai trò{role.name} cho {member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "Đã xóa thành công vai trò{role.name} từ {member.display_name}" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "Chỉnh quyền của vai trò." + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "Xong!" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "Thông báo một thông báo tới tất cả các server mà con bot ở trong." + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "Sự kiện {0} đã được bắt đầu." + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "Hủy một thông báo đang chạy." + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "Thông báo đang chạy đã được hủy." + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "Kênh thông báo đã được đổi sang {channel.mention}" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "\n" +" Hiển thị hết tất cả các vai trò tự thêm.\n" +" " + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "Vai trò tự thêm:\n" +"{selfroles}" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "Khóa lệnh bot cho server hiện tại." + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..ca709035dcad81cf005c8f5cfa02e822804e6540 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-CN.po @@ -0,0 +1,286 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 42\n" +"Language: zh_CN\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "我试了做一件事情Discord不让我做。你的命令没有完成。" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "我不能加{role.name}到{member.display_name} 应为这个role比我的最高的role高或者一样高" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "我不能加{role.name}到{member.display_name} 应为这个role比我的最高的role高或者一样高" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "我不能能改变{role.name}应为这个role比我的最高的role高或者一样高" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "我不能让你加{role.name}到{member.display_name} 应为这个role比你的最高的role高或者一样高" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "我不能让你把这个{role.name}从{member.display_name}去掉应为这个role比你的最高的role高或者一样高" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "我不能让你改变{role.name}应为这个role比你的最高的role高或者一样高" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "我需要“管理角色”权限才能做到这一点" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "我已经在宣布一段话。要是你想做一个不同的宣布请用`{prefix}announce cancel` 先" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "一些管理server的东西" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name}已经有{role.name}" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "我成功的的加了{role.name}到{member.display_name}" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name}没有{role.name}" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "我成功的从{member.display_name}去掉了{role.name}." + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" 加一个角色 到一个人上.\n\n" +" 用双引号要是角色的名字有空格.\n" +" 要是没有说出人,就会被加到用这个命令的人\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" 从一个人去掉一个角色.\n\n" +" 要是角色的名字有空格用双引号.\n" +" \n" +"要是没有说出人加给用命令的人.\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "改变角色设定" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "完成。" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "我开始报告消息了" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..af22b0111de77feaaab22d1c4cf5e56f3d6a6b44 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-HK.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 42\n" +"Language: zh_HK\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..a411b7a83df2e9e15206d9d8ee403c04eaf8ae61 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/admin/locales/zh-TW.po @@ -0,0 +1,298 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-24 11:04+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 42\n" +"Language: zh_TW\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "我嘗試做了某些事情,但因權限不足而被 Discord 拒絕。您的指令無法完成。" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "我無法將 {role.name} 給予 {member.display_name},因為在 Discord 架構中此身份組高於或等於我最高的身分組。" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "我無法從 {member.display_name} 移除 {role.name},因為在 Discord 架構中此身份組高於或等於我最高的身分組。" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "我無法編輯 {role.name},因為在 Discord 架構中此身份組高於或等於我最高的身分組。" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "我無法讓你給予 {member.display_name} {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "我無法讓你從 {member.display_name} 移除 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "我無法讓你編輯 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need the \"Manage Roles\" permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "我已經發過公告。如果您想要發出不同的公告,請先執行`{prefix}announce cancel`。" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "Discord伺服器管理工具" + +#: redbot/cogs/admin/admin.py:164 +msgid "{member.display_name} already has the role {role.name}." +msgstr "{member.display_name} 已擁有 {role.name} 身分組。" + +#: redbot/cogs/admin/admin.py:184 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "我已成功為 {role.name} 添加 {member.display_name} 身分組。" + +#: redbot/cogs/admin/admin.py:194 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "{member.display_name} 並未擁有 {role.name} 身分組。" + +#: redbot/cogs/admin/admin.py:214 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "我已成功為 {role.name} 移除 {member.display_name} 身分組。" + +#: redbot/cogs/admin/admin.py:225 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" 為一個使用者添加一個身分組。\n\n" +" 若身分組含有空格,請使用雙引號。\n" +" 如果使用者是留空的,則預設是給當前的指令操作者。\n" +" " + +#: redbot/cogs/admin/admin.py:241 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "\n" +" 為一個使用者移除一個身分組。\n\n" +" 若身分組含有空格,請使用雙引號。\n" +" 如果使用者是留空的,則預設是給當前的指令操作者。\n" +" " + +#: redbot/cogs/admin/admin.py:255 +#, docstring +msgid "Edit role settings." +msgstr "編輯身分組設定。" + +#: redbot/cogs/admin/admin.py:262 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "\n" +" 編輯身分組的顏色\n\n" +" 若身分組含有空格,請使用雙引號。\n" +" 顏色必須是 16進位制 的格式\n" +" [線上顏色選擇器](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" 範例:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " + +#: redbot/cogs/admin/admin.py:291 redbot/cogs/admin/admin.py:324 +msgid "Done." +msgstr "完成。" + +#: redbot/cogs/admin/admin.py:295 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "\n" +" 編輯身分組名稱\n\n" +" 若身分組含有空格,請使用雙引號。\n\n" +" 範例:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " + +#: redbot/cogs/admin/admin.py:329 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "向機器人所在的所有伺服器宣布一則訊息。" + +#: redbot/cogs/admin/admin.py:336 +msgid "The announcement has begun." +msgstr "已經開始宣布。" + +#: redbot/cogs/admin/admin.py:343 +#, docstring +msgid "Cancel a running announce." +msgstr "取消進行中的宣布。" + +#: redbot/cogs/admin/admin.py:345 +msgid "There is no currently running announcement." +msgstr "目前沒有正在執行的宣布。" + +#: redbot/cogs/admin/admin.py:348 +msgid "The current announcement has been cancelled." +msgstr "已取消目前的宣布。" + +#: redbot/cogs/admin/admin.py:354 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:359 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:368 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:373 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:398 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:411 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:422 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:433 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:443 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:449 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:454 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:461 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:469 +msgid "Added." +msgstr "已增加" + +#: redbot/cogs/admin/admin.py:472 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:476 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:483 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:491 +msgid "Removed." +msgstr "已移除。" + +#: redbot/cogs/admin/admin.py:496 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:503 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..c7784cbd140f45cec6ee5a8c8f5c4883bfc330ff --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/__init__.py @@ -0,0 +1,6 @@ +from .alias import Alias +from redbot.core.bot import Red + + +async def setup(bot: Red) -> None: + await bot.add_cog(Alias(bot)) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/alias.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/alias.py new file mode 100644 index 0000000000000000000000000000000000000000..b47d39ff978b22e30c89a2d4dfd04afb54d70c78 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/alias.py @@ -0,0 +1,479 @@ +import asyncio +import logging +from copy import copy +from re import search +from string import Formatter +from typing import List, Literal + +import discord +from redbot.core import Config, commands +from redbot.core.i18n import Translator, cog_i18n +from redbot.core.utils.chat_formatting import box, pagify +from redbot.core.utils.menus import menu + +from redbot.core.bot import Red +from .alias_entry import AliasEntry, AliasCache, ArgParseError + +_ = Translator("Alias", __file__) + +log = logging.getLogger("red.cogs.alias") + + +class _TrackingFormatter(Formatter): + def __init__(self): + super().__init__() + self.max = -1 + + def get_value(self, key, args, kwargs): + if isinstance(key, int): + self.max = max((key, self.max)) + return super().get_value(key, args, kwargs) + + +@cog_i18n(_) +class Alias(commands.Cog): + """Create aliases for commands. + + Aliases are alternative names/shortcuts for commands. They + can act as both a lambda (storing arguments for repeated use) + or as simply a shortcut to saying "x y z". + + When run, aliases will accept any additional arguments + and append them to the stored alias. + """ + + def __init__(self, bot: Red): + super().__init__() + self.bot = bot + self.config = Config.get_conf(self, 8927348724) + + self.config.register_global(entries=[], handled_string_creator=False) + self.config.register_guild(entries=[]) + self._aliases: AliasCache = AliasCache(config=self.config, cache_enabled=True) + + async def cog_load(self) -> None: + await self._maybe_handle_string_keys() + + if not self._aliases._loaded: + await self._aliases.load_aliases() + + async def red_delete_data_for_user( + self, + *, + requester: Literal["discord_deleted_user", "owner", "user", "user_strict"], + user_id: int, + ): + if requester != "discord_deleted_user": + return + + await self._aliases.anonymize_aliases(user_id) + + async def _maybe_handle_string_keys(self): + # This isn't a normal schema migration because it's being added + # after the fact for GH-3788 + if await self.config.handled_string_creator(): + return + + async with self.config.entries() as alias_list: + bad_aliases = [] + for a in alias_list: + for keyname in ("creator", "guild"): + if isinstance((val := a.get(keyname)), str): + try: + a[keyname] = int(val) + except ValueError: + # Because migrations weren't created as changes were made, + # and the prior form was a string of an ID, + # if this fails, there's nothing to go back to + bad_aliases.append(a) + break + + for a in bad_aliases: + alias_list.remove(a) + + # if this was using a custom group of (guild_id, aliasname) it would be better but... + all_guild_aliases = await self.config.all_guilds() + + for guild_id, guild_data in all_guild_aliases.items(): + to_set = [] + modified = False + + for a in guild_data.get("entries", []): + for keyname in ("creator", "guild"): + if isinstance((val := a.get(keyname)), str): + try: + a[keyname] = int(val) + except ValueError: + break + finally: + modified = True + else: + to_set.append(a) + + if modified: + await self.config.guild_from_id(guild_id).entries.set(to_set) + + await asyncio.sleep(0) + # control yielded per loop since this is most likely to happen + # at bot startup, where this is most likely to have a performance + # hit. + + await self.config.handled_string_creator.set(True) + + def is_command(self, alias_name: str) -> bool: + """ + The logic here is that if this returns true, the name should not be used for an alias + The function name can be changed when alias is reworked + """ + command = self.bot.get_command(alias_name) + return command is not None or alias_name in commands.RESERVED_COMMAND_NAMES + + @staticmethod + def is_valid_alias_name(alias_name: str) -> bool: + return not bool(search(r"\s", alias_name)) and alias_name.isprintable() + + async def get_prefix(self, message: discord.Message) -> str: + """ + Tries to determine what prefix is used in a message object. + Looks to identify from longest prefix to smallest. + + Will raise ValueError if no prefix is found. + :param message: Message object + :return: + """ + content = message.content + prefix_list = await self.bot.command_prefix(self.bot, message) + prefixes = sorted(prefix_list, key=lambda pfx: len(pfx), reverse=True) + for p in prefixes: + if content.startswith(p): + return p + raise ValueError("No prefix found.") + + async def call_alias(self, message: discord.Message, prefix: str, alias: AliasEntry): + new_message = copy(message) + try: + args = alias.get_extra_args_from_alias(message, prefix) + except commands.BadArgument: + return + + trackform = _TrackingFormatter() + command = trackform.format(alias.command, *args) + + # noinspection PyDunderSlots + new_message.content = "{}{} {}".format( + prefix, command, " ".join(args[trackform.max + 1 :]) + ).strip() + await self.bot.process_commands(new_message) + + async def paginate_alias_list( + self, ctx: commands.Context, alias_list: List[AliasEntry] + ) -> None: + names = sorted(["+ " + a.name for a in alias_list]) + message = "\n".join(names) + temp = list(pagify(message, delims=["\n"], page_length=1850)) + alias_list = [] + count = 0 + for page in temp: + count += 1 + page = page.lstrip("\n") + page = ( + _("Aliases:\n") + + page + + _("\n\nPage {page}/{total}").format(page=count, total=len(temp)) + ) + alias_list.append(box("".join(page), "diff")) + if len(alias_list) == 1: + await ctx.send(alias_list[0]) + return + await menu(ctx, alias_list) + + @commands.group() + async def alias(self, ctx: commands.Context): + """Manage command aliases.""" + pass + + @alias.group(name="global") + async def global_(self, ctx: commands.Context): + """Manage global aliases.""" + pass + + @commands.mod_or_permissions(manage_guild=True) + @alias.command(name="add") + @commands.guild_only() + async def _add_alias(self, ctx: commands.Context, alias_name: str, *, command): + """Add an alias for a command.""" + # region Alias Add Validity Checking + is_command = self.is_command(alias_name) + if is_command: + await ctx.send( + _( + "You attempted to create a new alias" + " with the name {name} but that" + " name is already a command on this bot." + ).format(name=alias_name) + ) + return + + alias = await self._aliases.get_alias(ctx.guild, alias_name) + if alias: + await ctx.send( + _( + "You attempted to create a new alias" + " with the name {name} but that" + " alias already exists." + ).format(name=alias_name) + ) + return + + is_valid_name = self.is_valid_alias_name(alias_name) + if not is_valid_name: + await ctx.send( + _( + "You attempted to create a new alias" + " with the name {name} but that" + " name is an invalid alias name. Alias" + " names may not contain spaces." + ).format(name=alias_name) + ) + return + + given_command_exists = self.bot.get_command(command.split(maxsplit=1)[0]) is not None + if not given_command_exists: + await ctx.send( + _("You attempted to create a new alias for a command that doesn't exist.") + ) + return + # endregion + + # At this point we know we need to make a new alias + # and that the alias name is valid. + + try: + await self._aliases.add_alias(ctx, alias_name, command) + except ArgParseError as e: + return await ctx.send(" ".join(e.args)) + + await ctx.send( + _("A new alias with the trigger `{name}` has been created.").format(name=alias_name) + ) + + @commands.is_owner() + @global_.command(name="add") + async def _add_global_alias(self, ctx: commands.Context, alias_name: str, *, command): + """Add a global alias for a command.""" + # region Alias Add Validity Checking + is_command = self.is_command(alias_name) + if is_command: + await ctx.send( + _( + "You attempted to create a new global alias" + " with the name {name} but that" + " name is already a command on this bot." + ).format(name=alias_name) + ) + return + + alias = await self._aliases.get_alias(None, alias_name) + if alias: + await ctx.send( + _( + "You attempted to create a new global alias" + " with the name {name} but that" + " alias already exists." + ).format(name=alias_name) + ) + return + + is_valid_name = self.is_valid_alias_name(alias_name) + if not is_valid_name: + await ctx.send( + _( + "You attempted to create a new global alias" + " with the name {name} but that" + " name is an invalid alias name. Alias" + " names may not contain spaces." + ).format(name=alias_name) + ) + return + + given_command_exists = self.bot.get_command(command.split(maxsplit=1)[0]) is not None + if not given_command_exists: + await ctx.send( + _("You attempted to create a new alias for a command that doesn't exist.") + ) + return + # endregion + + try: + await self._aliases.add_alias(ctx, alias_name, command, global_=True) + except ArgParseError as e: + return await ctx.send(" ".join(e.args)) + + await ctx.send( + _("A new global alias with the trigger `{name}` has been created.").format( + name=alias_name + ) + ) + + @commands.mod_or_permissions(manage_guild=True) + @alias.command(name="edit") + @commands.guild_only() + async def _edit_alias(self, ctx: commands.Context, alias_name: str, *, command): + """Edit an existing alias in this server.""" + # region Alias Add Validity Checking + alias = await self._aliases.get_alias(ctx.guild, alias_name) + if not alias: + await ctx.send( + _("The alias with the name {name} does not exist.").format(name=alias_name) + ) + return + + given_command_exists = self.bot.get_command(command.split(maxsplit=1)[0]) is not None + if not given_command_exists: + await ctx.send(_("You attempted to edit an alias to a command that doesn't exist.")) + return + # endregion + + # So we figured it is a valid alias and the command exists + # we can go ahead editing the command + try: + if await self._aliases.edit_alias(ctx, alias_name, command): + await ctx.send( + _("The alias with the trigger `{name}` has been edited successfully.").format( + name=alias_name + ) + ) + else: + # This part should technically never be reached... + await ctx.send( + _("Alias with the name `{name}` was not found.").format(name=alias_name) + ) + except ArgParseError as e: + return await ctx.send(" ".join(e.args)) + + @commands.is_owner() + @global_.command(name="edit") + async def _edit_global_alias(self, ctx: commands.Context, alias_name: str, *, command): + """Edit an existing global alias.""" + # region Alias Add Validity Checking + alias = await self._aliases.get_alias(None, alias_name) + if not alias: + await ctx.send( + _("The alias with the name {name} does not exist.").format(name=alias_name) + ) + return + + given_command_exists = self.bot.get_command(command.split(maxsplit=1)[0]) is not None + if not given_command_exists: + await ctx.send(_("You attempted to edit an alias to a command that doesn't exist.")) + return + # endregion + + try: + if await self._aliases.edit_alias(ctx, alias_name, command, global_=True): + await ctx.send( + _("The alias with the trigger `{name}` has been edited successfully.").format( + name=alias_name + ) + ) + else: + # This part should technically never be reached... + await ctx.send( + _("Alias with the name `{name}` was not found.").format(name=alias_name) + ) + except ArgParseError as e: + return await ctx.send(" ".join(e.args)) + + @alias.command(name="help") + async def _help_alias(self, ctx: commands.Context, alias_name: str): + """Try to execute help for the base command of the alias.""" + alias = await self._aliases.get_alias(ctx.guild, alias_name=alias_name) + if alias: + await self.bot.send_help_for(ctx, alias.command) + else: + await ctx.send(_("No such alias exists.")) + + @alias.command(name="show") + async def _show_alias(self, ctx: commands.Context, alias_name: str): + """Show what command the alias executes.""" + alias = await self._aliases.get_alias(ctx.guild, alias_name) + + if alias: + await ctx.send( + _("The `{alias_name}` alias will execute the command `{command}`").format( + alias_name=alias_name, command=alias.command + ) + ) + else: + await ctx.send(_("There is no alias with the name `{name}`").format(name=alias_name)) + + @commands.mod_or_permissions(manage_guild=True) + @alias.command(name="delete", aliases=["del", "remove"]) + @commands.guild_only() + async def _del_alias(self, ctx: commands.Context, alias_name: str): + """Delete an existing alias on this server.""" + if not await self._aliases.get_guild_aliases(ctx.guild): + await ctx.send(_("There are no aliases on this server.")) + return + + if await self._aliases.delete_alias(ctx, alias_name): + await ctx.send( + _("Alias with the name `{name}` was successfully deleted.").format(name=alias_name) + ) + else: + await ctx.send(_("Alias with name `{name}` was not found.").format(name=alias_name)) + + @commands.is_owner() + @global_.command(name="delete", aliases=["del", "remove"]) + async def _del_global_alias(self, ctx: commands.Context, alias_name: str): + """Delete an existing global alias.""" + if not await self._aliases.get_global_aliases(): + await ctx.send(_("There are no global aliases on this bot.")) + return + + if await self._aliases.delete_alias(ctx, alias_name, global_=True): + await ctx.send( + _("Alias with the name `{name}` was successfully deleted.").format(name=alias_name) + ) + else: + await ctx.send(_("Alias with name `{name}` was not found.").format(name=alias_name)) + + @alias.command(name="list") + @commands.guild_only() + @commands.bot_can_react() + async def _list_alias(self, ctx: commands.Context): + """List the available aliases on this server.""" + guild_aliases = await self._aliases.get_guild_aliases(ctx.guild) + if not guild_aliases: + return await ctx.send(_("There are no aliases on this server.")) + await self.paginate_alias_list(ctx, guild_aliases) + + @global_.command(name="list") + @commands.bot_can_react() + async def _list_global_alias(self, ctx: commands.Context): + """List the available global aliases on this bot.""" + global_aliases = await self._aliases.get_global_aliases() + if not global_aliases: + return await ctx.send(_("There are no global aliases.")) + await self.paginate_alias_list(ctx, global_aliases) + + @commands.Cog.listener() + async def on_message_without_command(self, message: discord.Message): + if message.guild is not None: + if await self.bot.cog_disabled_in_guild(self, message.guild): + return + + try: + prefix = await self.get_prefix(message) + except ValueError: + return + + try: + potential_alias = message.content[len(prefix) :].split(" ")[0] + except IndexError: + return + + alias = await self._aliases.get_alias(message.guild, potential_alias) + + if alias: + await self.call_alias(message, prefix, alias) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/alias_entry.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/alias_entry.py new file mode 100644 index 0000000000000000000000000000000000000000..49cf224ab6b24282316d1feccb7f1738cbbe2e9f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/alias_entry.py @@ -0,0 +1,278 @@ +from typing import Tuple, Dict, Optional, List, Union +from re import findall + +import discord +from discord.ext.commands.view import StringView # DEP-WARN +from redbot.core import commands, Config +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +_ = Translator("Alias", __file__) + + +class ArgParseError(Exception): + pass + + +class AliasEntry: + """An object containing all required information about an alias""" + + name: str + command: Union[Tuple[str], str] + creator: int + guild: Optional[int] + uses: int + + def __init__( + self, name: str, command: Union[Tuple[str], str], creator: int, guild: Optional[int] + ): + super().__init__() + self.name = name + self.command = command + self.creator = creator + + self.guild = guild + self.uses = 0 + + def inc(self): + """ + Increases the `uses` stat by 1. + :return: new use count + """ + self.uses += 1 + return self.uses + + def get_extra_args_from_alias(self, message: discord.Message, prefix: str) -> str: + """ + When an alias is executed by a user in chat this function tries + to get any extra arguments passed in with the call. + Whitespace will be trimmed from both ends. + :param message: + :param prefix: + :param alias: + :return: + """ + known_content_length = len(prefix) + len(self.name) + extra = message.content[known_content_length:] + view = StringView(extra) + view.skip_ws() + extra = [] + while not view.eof: + prev = view.index + word = view.get_quoted_word() + if len(word) < view.index - prev: + word = "".join((view.buffer[prev], word, view.buffer[view.index - 1])) + extra.append(word) + view.skip_ws() + return extra + + def to_json(self) -> dict: + return { + "name": self.name, + "command": self.command, + "creator": self.creator, + "guild": self.guild, + "uses": self.uses, + } + + @classmethod + def from_json(cls, data: dict): + ret = cls(data["name"], data["command"], data["creator"], data["guild"]) + ret.uses = data.get("uses", 0) + return ret + + +class AliasCache: + def __init__(self, config: Config, cache_enabled: bool = True): + self.config = config + self._cache_enabled = cache_enabled + self._loaded = False + self._aliases: Dict[Optional[int], Dict[str, AliasEntry]] = {None: {}} + + async def anonymize_aliases(self, user_id: int): + async with self.config.entries() as global_aliases: + for a in global_aliases: + if a.get("creator", 0) == user_id: + a["creator"] = 0xDE1 + if self._cache_enabled: + self._aliases[None][a["name"]] = AliasEntry.from_json(a) + + all_guilds = await self.config.all_guilds() + async for guild_id, guild_data in AsyncIter(all_guilds.items(), steps=100): + for a in guild_data["entries"]: + if a.get("creator", 0) == user_id: + break + else: + continue + # basically, don't build a context manager without a need. + async with self.config.guild_from_id(guild_id).entries() as entry_list: + for a in entry_list: + if a.get("creator", 0) == user_id: + a["creator"] = 0xDE1 + if self._cache_enabled: + self._aliases[guild_id][a["name"]] = AliasEntry.from_json(a) + + async def load_aliases(self): + if not self._cache_enabled: + self._loaded = True + return + for alias in await self.config.entries(): + self._aliases[None][alias["name"]] = AliasEntry.from_json(alias) + + all_guilds = await self.config.all_guilds() + async for guild_id, guild_data in AsyncIter(all_guilds.items(), steps=100): + if guild_id not in self._aliases: + self._aliases[guild_id] = {} + for alias in guild_data["entries"]: + self._aliases[guild_id][alias["name"]] = AliasEntry.from_json(alias) + self._loaded = True + + async def get_aliases(self, ctx: commands.Context) -> List[AliasEntry]: + """Returns all possible aliases with the given context""" + global_aliases: List[AliasEntry] = [] + server_aliases: List[AliasEntry] = [] + global_aliases = await self.get_global_aliases() + if ctx.guild and ctx.guild.id in self._aliases: + server_aliases = await self.get_guild_aliases(ctx.guild) + return global_aliases + server_aliases + + async def get_guild_aliases(self, guild: discord.Guild) -> List[AliasEntry]: + """Returns all guild specific aliases""" + aliases: List[AliasEntry] = [] + + if self._cache_enabled: + if guild.id in self._aliases: + for _, alias in self._aliases[guild.id].items(): + aliases.append(alias) + else: + aliases = [AliasEntry.from_json(d) for d in await self.config.guild(guild).entries()] + return aliases + + async def get_global_aliases(self) -> List[AliasEntry]: + """Returns all global specific aliases""" + aliases: List[AliasEntry] = [] + if self._cache_enabled: + for _, alias in self._aliases[None].items(): + aliases.append(alias) + else: + aliases = [AliasEntry.from_json(d) for d in await self.config.entries()] + return aliases + + async def get_alias( + self, guild: Optional[discord.Guild], alias_name: str + ) -> Optional[AliasEntry]: + """Returns an AliasEntry object if the provided alias_name is a registered alias""" + server_aliases: List[AliasEntry] = [] + + if self._cache_enabled: + if alias_name in self._aliases[None]: + return self._aliases[None][alias_name] + if guild is not None: + if guild.id in self._aliases: + if alias_name in self._aliases[guild.id]: + return self._aliases[guild.id][alias_name] + else: + if guild: + server_aliases = [ + AliasEntry.from_json(d) for d in await self.config.guild(guild.id).entries() + ] + global_aliases = [AliasEntry.from_json(d) for d in await self.config.entries()] + all_aliases = global_aliases + server_aliases + + for alias in all_aliases: + if alias.name == alias_name: + return alias + + return None + + @staticmethod + def format_command_for_alias(command: str) -> str: + # This was present in add_alias previously + # Made this into a separate method so as to reuse the same code in edit_alias + indices = findall(r"{(\d*)}", command) + if indices: + try: + indices = [int(a[0]) for a in indices] + except IndexError: + raise ArgParseError(_("Arguments must be specified with a number.")) + low = min(indices) + indices = [a - low for a in indices] + high = max(indices) + gaps = set(indices).symmetric_difference(range(high + 1)) + if gaps: + raise ArgParseError( + _("Arguments must be sequential. Missing arguments: ") + + ", ".join(str(i + low) for i in gaps) + ) + command = command.format(*(f"{{{i}}}" for i in range(-low, high + low + 1))) + return command + + async def add_alias( + self, ctx: commands.Context, alias_name: str, command: str, global_: bool = False + ) -> AliasEntry: + command = self.format_command_for_alias(command) + + if global_: + alias = AliasEntry(alias_name, command, ctx.author.id, None) + settings = self.config + if self._cache_enabled: + self._aliases[None][alias.name] = alias + else: + alias = AliasEntry(alias_name, command, ctx.author.id, ctx.guild.id) + settings = self.config.guild(ctx.guild) + if self._cache_enabled: + if ctx.guild.id not in self._aliases: + self._aliases[ctx.guild.id] = {} + self._aliases[ctx.guild.id][alias.name] = alias + + async with settings.entries() as curr_aliases: + curr_aliases.append(alias.to_json()) + + return alias + + async def edit_alias( + self, ctx: commands.Context, alias_name: str, command: str, global_: bool = False + ) -> bool: + command = self.format_command_for_alias(command) + + if global_: + settings = self.config + else: + settings = self.config.guild(ctx.guild) + + async with settings.entries() as aliases: + for index, alias in enumerate(aliases): + if alias["name"] == alias_name: + alias_edited = AliasEntry.from_json(alias) + alias_edited.command = command + aliases[index] = alias_edited.to_json() + + if self._cache_enabled: + if global_: + self._aliases[None][alias_edited.name] = alias_edited + else: + self._aliases[ctx.guild.id][alias_edited.name] = alias_edited + return True + + return False + + async def delete_alias( + self, ctx: commands.Context, alias_name: str, global_: bool = False + ) -> bool: + if global_: + settings = self.config + else: + settings = self.config.guild(ctx.guild) + + async with settings.entries() as aliases: + for alias in aliases: + if alias["name"] == alias_name: + aliases.remove(alias) + if self._cache_enabled: + if global_: + del self._aliases[None][alias_name] + else: + del self._aliases[ctx.guild.id][alias_name] + return True + + return False diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..0b202a292a99bdb8d82125b663bc2cf9202a193b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/af-ZA.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 8\n" +"Language: af_ZA\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..c7555a0d99ce224941ec61a5effe73349758d23b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ar-SA.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 8\n" +"Language: ar_SA\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "إنشاء أسماء مستعارة للأوامر. \\ n \\ n الأسماء المستعارة هي اختصارات أسماء بديلة للأوامر. يمكنهم \\ n العمل كحمل لامدا (تخزين الوسائط للاستخدام المتكرر) \\ n أو ببساطة اختصار للقول \\ \"xyz \". \\ n \\ n عند التشغيل ، ستقبل الأسماء المستعارة أي وسيطات إضافية \\ n وتضيفها إلى الاسم المستعار المخزن. \\ n" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "إدارة الأسماء المستعارة للأوامر." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "إدارة الأسماء المستعارة العالمية." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "إضافة اسم مستعار لأمر ما." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "لقد حاولت إنشاء اسم مستعار جديد باسم {name} ولكن هذا الاسم هو بالفعل أمر على هذا بوت." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "لقد حاولت إنشاء اسم مستعار جديد باسم {name} ولكن هذا الاسم اسم مستعار غير صالح. الأسماء المستعارة قد لا تحتوي على مسافات." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "تم إنشاء اسم مستعار جديد مع المشغل `{name}`." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "إضافة اسم مستعار عام لأمر ما." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "لقد حاولت إنشاء اسم مستعار عالمي جديد باسم {name} ولكن هذا الاسم هو بالفعل أمر على هذا بوت." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "لقد حاولت إنشاء اسم مستعار عالمي جديد باسم {name} ولكن هذا الاسم اسم مستعار غير صالح. أسماء الاسم المستعار قد لا تحتوي على مسافات." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "تم إنشاء اسم مستعار عالمي جديد مع مشغل{name}`." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "حاول تنفيذ المساعدة للقيادة الأساسية للإسم المستعار." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "لا يوجد مثل هذا المستخدم" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "إظهار ما هو الأمر الذي ينفذه الاسم المستعار." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "`{alias_name}` الاسم المستعار سوف ينفذ الأمر `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "لا يوجد اسم مستعار باسم `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "حذف اسم مستعار موجود على هذا السيرفر." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "لا توجد أسماء مستعارة على هذا السيرفر." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "تم حذف الاسم المستعار باسم `{name}` بنجاح." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "لم يتم العثور على الاسم المستعار `{name}`." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "يحذف اسم مستعار عالمي قائم." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "قائمة الأسماء المستعارة المتوفرة على هذا السيرفر." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "قائمة الأسماء المستعارة العامة المتاحة على هذا البوت." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "يجب أن يتم تحديد الحجج برقم." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "يجب أن تكون الحجج متتابعة. الحجج المفقودة: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..7ba7afc30bc6e12b5f42b5ceda4294a29c58535b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/bg-BG.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 8\n" +"Language: bg_BG\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Този псевдоним не съществува." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Няма използвани псевдоними на този сървър." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..85780bd8589a6d04fe58fa3818a4f5226f540978 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/bs-BA.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 8\n" +"Language: bs_BA\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..4dcf1e03992c0150f4094de19b14fd09af76e340 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ca-ES.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 8\n" +"Language: ca_ES\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..938ef3ad76bcda157f23d91f24c0355749746b9f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/cs-CZ.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 8\n" +"Language: cs_CZ\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Aliasy:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Strana {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Spravovat aliasy příkazů." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Správa globálních aliasů." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Přidat alias pro příkaz." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Pokusili jste se vytvořit nový alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Pokusili jste se vytvořit nový alias pro příkaz, který neexistuje." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Byl vytvořen nový alias se spouštěcím mechanismem `{name}." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Přidat globální alias pro příkaz." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Byl vytvořen nový globální alias se spouštěcím mechanismem `{name}." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Zkuste spustit nápovědu pro základní příkaz aliasů." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Žádný takový alias neexistuje." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Zobrazit příkaz ke spustitelnému aliasu." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Alias `{alias_name} provede příkaz `{command}" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Neexistuje žádný alias s názvem `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Odstraní existující alias na tomto serveru." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Na tomto serveru nejsou žádné aliasy." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Alias s názvem{name}` byl úspěšně smazán." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Alias s názvem `{name}` nebyl nalezen." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Odstranit existující globální alias." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Pro tohoto bota neexistují žádné globální aliasy." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Seznam dostupných aliasů na tomto serveru." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Seznam dostupných globálních aliasů pro tohoto bota." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Neexistují žádné globální aliasy." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Argumenty musí být zadány s číslem." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Argumenty musí být sekvenční. Chybějící argumenty: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..8c982e19c91b9852598aceea3ee379cf8940be0f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/da-DK.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 8\n" +"Language: da_DK\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..b03677e24af96b5b96304b2b89b0c9beb84eb8b2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/de-DE.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 8\n" +"Language: de_DE\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Erstelle einen Alias für einen Befehl.\n\n" +" Aliases sind alternative Namen für Befehle.\n" +" können als Lambda (Speicherung von Argumenten für wiederholte Verwendung)\n" +" oder als einfache Verknüpfung zur Angabe von \"x y z\" fungieren.\n\n" +" Wenn Sie ausgeführt werden, werden Alias zusätzliche Argumente annehmen\n" +" und sie an die gespeicherten Alias anhängen.\n" +" \n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Aliase:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Seite {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Verwalte die Alias Befehle." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Verwalte die globalen Aliasse." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Füge einen Alias für einen Befehl hinzu." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Du hast versucht, einen neuen Alias ​​mit dem Namen {name} zu erstellen, aber dieser Name wird bereits für einen Befehl des Bots genutzt." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Du hast versucht einen Alias für einen Befehl zu erstellen, der nicht existiert." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Ein neuer Alias mit dem Namen`{name}` wurde erstellt." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Füge einen globalen Alias für einen Befehl hinzu." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Du hast versucht, einen neuen globalen Alias ​​mit dem Namen „{name}“ zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser Name ist jedoch ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "So ein Alias ist nicht vorhanden." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Zeige den Befehl, welchen der Alias ausführt." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Der Alias '{alias_name}' führt den Befehl '{command}' aus" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Kein Alias mit dem Namen '{name}' gefunden" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Lösche einen bereits existierenden Alias auf diesem Server." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Es gibt keine Aliasse auf diesem Server." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Kein Alias mit dem Namen '{name}' gefunden." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Lösche einen bereits existierenden globalen Alias." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Ich habe keinen globalen Alias gespeichert." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Zeige die auf diesem Server verfügbaren Alias." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Zeige die verfügbaren globalen Alias von diesem Bot." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Es gibt keine globalen Aliasse." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Die Argumente müssen mit einer Nummer angegeben werden." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..49c592594d913903db4c4816329fddc16815e03a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/el-GR.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 8\n" +"Language: el_GR\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/en-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/en-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..61413a7ddc3fd57514556756dfb726c4967d0a76 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/en-PT.po @@ -0,0 +1,154 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-14 02:15\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: Pirate English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en-PT\n" +"X-Crowdin-File: /cogs/alias/locales/messages.pot\n" +"Language: en_PT\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " +msgstr "" + +#: redbot/cogs/alias/alias.py:107 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias.py:114 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + +#: redbot/cogs/alias/alias.py:164 +msgid "No prefix found." +msgstr "Arrr, no prefix found capt'n!" + +#: redbot/cogs/alias/alias.py:231 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:236 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:248 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:259 +msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:270 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:289 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:295 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:300 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:311 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:322 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:338 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:346 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:355 +msgid "{prefix}help {command}" +msgstr "" + +#: redbot/cogs/alias/alias.py:360 +msgid "No such alias exists." +msgstr "Yer scummy alias don't exist, matey!" + +#: redbot/cogs/alias/alias.py:365 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:375 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:381 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422 +#: redbot/cogs/alias/alias.py:433 +msgid "There are no aliases on this server." +msgstr "Alas! Thar be no aliases on this guild." + +#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:404 +msgid "There are no aliases on this bot." +msgstr "Shiver me timbers! Thar be no aliases on this bot." + +#: redbot/cogs/alias/alias.py:417 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429 +msgid "Aliases:" +msgstr "Yar Aliases:" + +#: redbot/cogs/alias/alias.py:428 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/en-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/en-US.po new file mode 100644 index 0000000000000000000000000000000000000000..6d6a7de657ab53de617cd318230b010bae8d599b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/en-US.po @@ -0,0 +1,153 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-14 04:24+0000\n" +"PO-Revision-Date: 2020-01-07 21:49\n" +"Last-Translator: FULL NAME \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en\n" +"X-Crowdin-File: /alias/locales/messages.pot\n" +"Language: en_US\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " +msgstr "" + +#: redbot/cogs/alias/alias.py:107 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias.py:114 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + +#: redbot/cogs/alias/alias.py:164 +msgid "No prefix found." +msgstr "" + +#: redbot/cogs/alias/alias.py:231 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:236 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:248 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:259 +msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:270 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:289 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:295 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:300 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:311 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:322 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:338 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:346 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:355 +msgid "{prefix}help {command}" +msgstr "" + +#: redbot/cogs/alias/alias.py:360 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:365 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:375 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:381 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422 +#: redbot/cogs/alias/alias.py:433 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:404 +msgid "There are no aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:417 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429 +msgid "Aliases:" +msgstr "" + +#: redbot/cogs/alias/alias.py:428 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..281c6aecbf969b0e459165425b1d19d6f7292e72 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/es-ES.po @@ -0,0 +1,170 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 8\n" +"Language: es_ES\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Crear alias para comandos.\n\n" +" Los alias son accesos directos de nombres alternativos para comandos.\n" +" pueden actuar como un lambda (almacenando argumentos para uso repetido)\n" +" o simplemente como un atajo para decir \"x y z\".\n\n" +" Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\n" +" y los agregarán al alias almacenado.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Alias:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Página {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Administra los alias de los comandos." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Administra los alias globales." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Agregar un alias para un comando." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre ya es un comando en este bot." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese alias ya existe." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre es un alias inválido. Los alias no deben contener espacios." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Intentaste crear un nuevo alias para un comando que no existe." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Un nuevo alias con el trigger {name} ha sido creado." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Agrega un alias global para un comando." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Intentaste crear un nuevo alias global con el nombre {name} pero ese nombre ya es un comando en este bot." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese alias ya existe." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese nombre es un nombre de alias inválido. Los nombres de alias no pueden contener espacios." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Un nuevo alias global con el trigger `{name}` ha sido creado." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Intenta ejecutar help para el comando base del alias." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "El alias no existe." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Muestra qué comando ejecuta el alias." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "El alias `{alias_name}` ejecutará el comando `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "No hay alias con el nombre `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Elimina un alias existente en este servidor." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "No hay alias en este servidor." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "El alias con el nombre `{name}` ha eliminado correctamente." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "El alias con nombre `{name}` no fue encontrado." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Elimina un alias global existente." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Este bot no tiene alias globales." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Lista de los alias disponibles en este servidor." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Lista de los alias globales disponibles en este bot." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "No hay alias globales." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Los argumentos deben especificarse con un número." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Los argumentos deben ser secuenciales. Faltan argumentos: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..7897224126eebeccd33bac0d3d66affade70da3b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/fi-FI.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 8\n" +"Language: fi_FI\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Sivu {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..063c0ab2e71fc30d5570ed8eb35553db5e2189e5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/fr-FR.po @@ -0,0 +1,170 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 8\n" +"Language: fr_FR\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Créée des alias pour les commandes\n\n" +" Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\n" +" peuvent agir comme un lambda (stocker des arguments pour un usage répété)\n" +" ou comme simplement un raccourci pour dire \"x y z\".\n\n" +" Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\n" +" et seront exécutés en plus des arguments stockés dans l'alias.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Alias :\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Page {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Gérer les alias de commandes." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Gérer les alias globaux." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Ajouter un alias à une commande." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Vous avez tenté de créer un nouvel alias nommé {name}, mais une commande avec ce nom existe déjà sur ce bot." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Vous avez tenté de créer un nouvel alias avec le nom {name} mais cet alias existe déjà." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Vous avez tenté de créer un nouvel alias nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Vous avez essayé de créer un nouvel alias pour une commande qui n'existe pas." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Un nouvel alias avec le déclencheur `{name}` a bien été créé." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Ajouter un alias global à une commande." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Vous avez tenté de créer un nouvel alias global nommé {name}, mais une commande avec ce nom existe déjà sur ce bot." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Vous avez tenté de créer un nouvel alias global avec le nom {name} mais cet alias existe déjà." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Vous avez tenté de créer un nouvel alias global nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Un nouvel alias global avec le déclencheur `{name}` a bien été créé." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Tente d'exécuter l'aide pour la commande de base de l'alias." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Cet alias n'existe pas." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Affiche la commande que l'alias exécute." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "L'alias `{alias_name}` exécute la commande `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Il n'y a pas d'alias nommé `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Supprime un alias de ce serveur." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Il n'y a pas d'alias sur ce serveur." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "L'alias nommé `{name}` a bien été supprimé." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "L'alias nommé `{name}` n'a pas été trouvé." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Supprime un alias global existant." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Il n'y a aucun alias global sur ce bot." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Liste les alias disponibles sur ce serveur." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Liste les alias globaux disponibles sur ce bot." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Il n'y a aucun alias global." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Les arguments doivent être spécifiés avec un nombre." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Les arguments doivent être séquentiels. Arguments manquants : " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..7bf44a2d2642b0c574fa6d8cf0631f810e092745 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/he-IL.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 8\n" +"Language: he_IL\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..e92aadbd414e41858b6716850f97c3ae5ebbd2f2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/hi-IN.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 8\n" +"Language: hi_IN\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..814fb08767b2da8598a56d2ef8cecd3340100ef8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/hu-HU.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 8\n" +"Language: hu_HU\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Aliaszok:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Oldal {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Parancs aliaszok kezelése." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Globális aliaszok kezelése." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Aliasz hozzáadása egy parancshoz." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Nem létezik ilyen aliasz." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Nincsenek aliaszok ezen a szerveren." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Létező globális alias törlése." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Nincsenek globális aliaszok ezen a boton." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "A szerveren elérhető aliaszok listázása." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "A boton elérhető globális aliaszok listázása." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Nincsenek globális aliaszok." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..7d6a55b4d1290ed852e52425bea225786c1eebdb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/id-ID.po @@ -0,0 +1,170 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 8\n" +"Language: id_ID\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Buat alias untuk perintah.\n\n" +" Alias adalah pintasan nama alternatif untuk perintah. Mereka\n" +" dapat bertindak sebagai lambda (menyimpan argumen untuk penggunaan berulang)\n" +" atau hanya sebagai pintasan untuk mengatakan \"xyz\".\n\n" +" Saat dijalankan, alias akan menerima argumen tambahan apa pun \n" +" dan menambahkannya ke alias yang disimpan. \n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Alias:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Halaman {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Kelola alias perintah." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Kelola alias global." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Tambahkan alias untuk perintah." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Anda mencoba membuat alias baru dengan nama {name} tetapi nama itu sudah menjadi perintah di bot ini." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Anda mencoba membuat alias baru dengan nama {name} tetapi alias itu sudah ada." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Anda mencoba membuat alias baru dengan nama {name} tetapi nama itu adalah nama alias yang tidak valid. Nama alias tidak boleh mengandung spasi." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Anda mencoba membuat alias baru untuk perintah yang tidak ada." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Alias baru dengan pemicu `{name}` telah dibuat." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Tambahkan alias global untuk perintah." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Anda mencoba membuat alias global baru dengan nama {name} tetapi nama itu sudah menjadi perintah di bot ini." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Anda mencoba membuat alias global baru dengan nama {name} tetapi alias itu sudah ada." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Anda mencoba membuat alias global baru dengan nama {name} tetapi nama itu adalah nama alias yang tidak valid. Nama alias tidak boleh mengandung spasi." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Alias global baru dengan pemicu `{name}` telah dibuat." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Cobalah untuk menjalankan bantuan untuk perintah dasar alias." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Alias tersebut tidak ditemukan." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Tunjukkan perintah apa yang dijalankan alias." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Alias `{alias_name}` akan menjalankan perintah `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Tidak ada alias dengan nama `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Hapus alias yang ada di server ini." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Tidak ada alias pada server ini." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Alias dengan nama `{name}` berhasil dihapus." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Alias dengan nama `{name}` tidak ditemukan." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Hapus alias global yang ada." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Tidak ada alias global di bot ini." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Buat daftar alias yang tersedia di server ini." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Buat daftar alias global yang tersedia di bot ini." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Tidak ada alias global." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Argumen harus ditentukan dengan angka." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Argumen harus berurutan. Argumen yang hilang: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..de03fbd78f0574f1981c675eb4dae10dfcb653fb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/it-IT.po @@ -0,0 +1,166 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 8\n" +"Language: it_IT\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Crea degli pseudonimi per i comandi.\n\n" +"Gli pseudonimi sono scorciatoie alternative per i comandi. Possono essere impiegati come lambda (salvare gli argomenti per un uso ripetuto) o semplicemente come una scorciatoia per dire \"x y z\".\n\n" +"Quando eseguiti, gli pseudonimi accetteranno eventuali argomenti e li aggiungeranno agli altri pseudonimi memorizzati. " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Pseudonimi:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Pagina {page} di {total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Gestisci gli pseudonimi dei comandi." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Gestisci gli pseudonimi globali." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Aggiungi uno pseudonimo per un comando." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Hai cercato di creare un nuovo pseudonimo con il nome {name} ma questo nome corrisponde già ad un comando su questo bot." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Hai provato a creare un nuovo pseudonimo con il nome {name} ma quello pseudonimo esiste già." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Hai cercato di creare un nuovo pseudonimo con il nome {name} ma quel nome non è un valido pseudonimo. Gli pseudonimi non possono contenere spazi." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Hai provato a creare un nuovo pseudonimo per un comando che non esiste." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Un nuovo pseudonimo con il comando '{name}' è stato creato." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Aggiungi uno pseudonimo globale per un comando." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Hai provato a creare un nuovo pseudonimo globale con il nome {name} ma questo nome è già un comando su questo bot." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Hai provato a creare un nuovo pseudonimo globale con il nome {name} ma quello pseudonimo esiste già." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Hai cercato di creare un nuovo pseudonimo globale con il nome {name} ma questo nome non è uno pseudonimo valido. Gli pseudonimi non possono contenere spazi." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Un nuovo pseudonimo globale con il comando '{name}' è stato creato." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Prova a eseguire l'aiuto per il comando di base degli pseudonimi." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Non esiste nessun alias con questo nome." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Mostra quale comando viene eseguito dallo pseudonimo." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Lo pseudonimo `{alias_name}` eseguirà il comando `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Non c'è alcun pseudonimo con il nome `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Elimina uno pseudonimo esistente su questo server." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Non ci sono alias su questo server." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Lo pseudonimo con il nome `{name}` è stato eliminato con successo." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Lo pseudonimo con il nome `{name}` non è stato trovato." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Elimina uno pseudonimo globale esistente." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Non ci sono pseudonimi globali su questo bot." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Elenca gli pseudonimi disponibili su questo server." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Elenca gli pseudonimi globali disponibili su questo server." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Non ci sono pseudonimi globali." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Gli argomenti devono essere specificati con un numero." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Gli argomenti devono essere consecutivi. Argomenti mancanti: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..de4844e3c1d90acb4c637a8c456c9784802df48b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ja-JP.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 8\n" +"Language: ja_JP\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "そのようなエイリアスはありません。" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "このサーバにエイリアスはありません。" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..4f442550d102e320d8460161ddd9b1aa2abe7ecd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ko-KR.po @@ -0,0 +1,169 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 8\n" +"Language: ko_KR\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "명령어에 대한 별칭을 만들어주세요.\n\n" +" 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\n" +" 람다(반복되어 사용되는 인수를 저장)\n" +" 또는 단순히 \"x y z\"라고 말하는 바로가기 역할을 할 수 있어요.\n\n" +" 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\n" +" 그리고 저장된 별칭들에 추가할거예요. " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "별칭:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"페이지 {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "명령어 별칭들을 관리하세요." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "글로벌 별칭들을 관리하세요." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "명령어에 대한 별칭을 등록해주세요." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 이 봇의 명령어와 중복돼요." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 사용할 수 없는 별칭 이름이에요. 별칭은 공백을 포함할 수 없어요." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "존재하지 않는 명령어에 대한 새 별칭을 생성하려고 시도하셨어요." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "`{name}`을 실행하는 새 별칭이 등록됐어요." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "명령어에 대한 글로벌 별칭을 등록해주세요." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 이름은 커맨드와 중복돼요." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 사용할 수 없는 별칭 이름이에요. 별칭 이름에는 공백을 포함할 수 없어요." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "`{name}`을 실행하는 새로운 글로벌 별칭이 등록됐어요." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "별칭의 기본 명령어에 대한 도움말을 실행해 보세요." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "그런 별칭은 등록되어 있지 않아요." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "별칭이 실행하는 명령어를 표시해주세요." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "`{alias_name}` 별칭은 `{command}` 명령을 실행해요." + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "이름이 `{name}`인 별칭이 없어요." + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "이 서버에 있는 기존 별칭을 삭제해주세요." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "이 서버에 등록된 별칭이 없어요." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "이름이 `{name}`인 별칭이 성공적으로 삭제됐어요." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "이름이 `{name}`인 별칭을 찾을 수 없어요." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "기존 글로벌 별칭들을 삭제해주세요." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "이 봇에 등록된 별칭이 없어요." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "이 서버에서 사용할 수 있는 별칭들을 나열해주세요." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "이 봇에서 사용할 수 있는 글로벌 별칭들을 나열해주세요." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "전역적인 별칭이 없어요." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "인수는 숫자로 지정해줘야해요." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "인수는 순차적이어야해요. 미확인된 인수: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/lol-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/lol-US.po new file mode 100644 index 0000000000000000000000000000000000000000..6251f23e731d5d85899659c9d2f4ca066e2b49dc --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/lol-US.po @@ -0,0 +1,154 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-06 16:14\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: LOLCAT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: lol\n" +"X-Crowdin-File: /cogs/alias/locales/messages.pot\n" +"Language: lol_US\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " +msgstr "" + +#: redbot/cogs/alias/alias.py:107 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias.py:114 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + +#: redbot/cogs/alias/alias.py:164 +msgid "No prefix found." +msgstr "Nu prifix findz." + +#: redbot/cogs/alias/alias.py:231 +#, docstring +msgid "Manage command aliases." +msgstr "Mange da command aliasez." + +#: redbot/cogs/alias/alias.py:236 +#, docstring +msgid "Manage global aliases." +msgstr "Mange da global aliasez." + +#: redbot/cogs/alias/alias.py:243 +#, docstring +msgid "Add an alias for a command." +msgstr "Addz an alias 4 command." + +#: redbot/cogs/alias/alias.py:248 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:259 +msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:270 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:289 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:295 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:300 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:311 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:322 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:338 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:346 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:355 +msgid "{prefix}help {command}" +msgstr "" + +#: redbot/cogs/alias/alias.py:360 +msgid "No such alias exists." +msgstr "Nu such aliaz existz." + +#: redbot/cogs/alias/alias.py:365 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:375 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:381 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422 +#: redbot/cogs/alias/alias.py:433 +msgid "There are no aliases on this server." +msgstr "Serverz hav nu aliazes." + +#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:404 +msgid "There are no aliases on this bot." +msgstr "Ther no aliazes :(" + +#: redbot/cogs/alias/alias.py:417 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429 +msgid "Aliases:" +msgstr "Aliazes:" + +#: redbot/cogs/alias/alias.py:428 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..335e782bc4f223f2ee75667fb486669734f30c29 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/nb-NO.po @@ -0,0 +1,170 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 8\n" +"Language: nb_NO\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Lag aliaser for kommandoer.\n\n" +"Aliaser er alternative navne-snarveier for kommandoer. De\n" +"kan fungere som både lambda (lagre argumenter for gjentatt bruk)\n" +"eller bare som en snarvei for å si \"x y z\".\n\n" +"Når startet, aliaser vil akseptere andre argumenter\n" +"og legge dem til de lagrede alias.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Aliaser:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Side {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Administrer kommando aliaser." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Administrer globale aliaser." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Legg til et alias for en kommando." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er allerede en kommando på denne boten." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Du forsøkte å opprette et nytt alias for en kommando som ikke eksisterer." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Legg til et globalt alias for en kommando." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Prøv å bruke hjelp på basis kommandoen aliaset bruker." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Ingen slike alias finnes." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Vis hvilken kommando aliaset kjører." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Aliaset `{alias_name}` vil kjøre kommandoen `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Det er ingen alias med navnet `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Slett et eksisterende alias på denne serveren." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Det er ingen aliaser på denne serveren." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Alias ​​med navnet `{name}` ble slettet." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Aliaset med navn `{name}` ble ikke funnet." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Slett et eksisterende globalt alias." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Det er ingen globale aliaser på denne boten." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Liste over tilgjengelige aliaser på denne serveren." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Liste over tilgjengelige globale aliaser på denne botten." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Det er ingen globale aliaser på denne boten." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Argumenter må spesifiseres med et nummer." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Argumenter må være sekvensielle. Manglende argumenter: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..81d8b69a6a87909f45f8844e4de93fb62c6d5bb3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/nl-NL.po @@ -0,0 +1,170 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 8\n" +"Language: nl_NL\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Maak aliassen voor commando's.\n\n" +" Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\n" +" kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\n" +" of als een snelkoppeling om \"x y z\" te zeggen.\n\n" +" Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\n" +" en voegen deze toe aan de opgeslagen alias.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Aliassen:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Pagina {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Beheer commandaliassen." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Beheer globale aliassen." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Voeg een alias toe voor een opdracht." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is al een opdracht voor deze bot." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die alias bestaat al op deze server." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Je hebt geprobeerd een nieuwe alias te maken voor een commando dat niet bestaat." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Er is een nieuwe alias gemaakt met de trigger `{name}`." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Voeg een globale alias toe voor een opdracht." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Je hebt geprobeerd om een ​​nieuwe globale alias te maken met de naam {name}, maar die naam is al een opdracht op deze bot." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Je hebt geprobeerd een nieuwe globale alias te maken met de naam {name}, maar die alias bestaat al." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Je hebt geprobeerd een nieuwe algemene alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Er is een nieuwe globale alias gemaakt met de trigger `{name}`." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Probeer hulp uit te voeren voor de basisopdracht van de alias." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Deze alias bestaat niet." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Laat zien welk commando de alias uitvoert." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "De `{alias_name}` alias voert het commando `{command}` uit" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Er is geen alias met de naam'{name}'" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Verwijder een bestaande alias op deze server." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Er zijn geen aliases in deze server." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Alias ​​met de naam `{name}` is succesvol verwijderd." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Alias ​​met naam `{name}` is niet gevonden." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Een bestaande globale alias verwijderen." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Er zijn geen globale aliassen op deze bot." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Maak een lijst van de beschikbare aliassen op deze server." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Er zijn geen globale aliassen." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Argumenten moeten worden gespecificeerd met een getal." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Argumenten moeten sequentieel zijn. Ontbrekende argumenten: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..c448006d1830cca336c00313af0b9dc2028a2cfb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pl-PL.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 8\n" +"Language: pl_PL\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Utwórz aliasy dla poleceń.\n\n" +" Aliasy są alternatywnymi nazwami skróconych poleceń. Mogą\n" +" działać zarówno jako lambda (przechowywanie argumentów do wielokrotnego użycia)\n" +" lub po prostu jako skrót do powiedzenia \"xyz \".\n\n" +" \n" +"Po uruchomieniu aliasy przyjmą wszelkie dodatkowe argumenty\n" +" i dołączą je do przechowywanego aliasu.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Aliasy:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Strona {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Zarządza aliasami poleceń." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Zarządza globalnymi aliasami." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Dodaje alias do polecenia." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Próbowałeś/aś utworzyć nowy alias o nazwie {name}, ale komenda o takiej nazwie jest już zajęta przez bota." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Próbowałeś/aś utworzyć nowy alias o nazwie {name}, ale taki alias już istnieje." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Próbowałeś/aś utworzyć nowy alias o nazwie {name}, ale ta nazwa jest nieprawidłową nazwą aliasu. Alias nie może zawierać spacji." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Próbowałeś/aś utworzyć nowy alias do komendy która nie istnieje." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Utworzono nowy alias z wyzwalaczem '{name}'." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Dodaje globalny alias do polecenia." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Próbowałeś/aś utworzyć nowy globalny alias o nazwie {name}, ale komenda o takiej nazwie jest już zajęta przez bota." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Próbowałeś/aś utworzyć nowy globalny alias o nazwie {name}, ale taki alias już istnieje." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Próbowałeś/aś utworzyć nowy globalny alias o nazwie {name}, ale ta nazwa jest nieprawidłową nazwą aliasu. Alias nie może zawierać spacji." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Utworzono nowy globalny alias z wyzwalaczem '{name}'." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Spróbuj wykonać pomoc dla podstawowej komendy dla aliasu." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Taki alias nie istnieje." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Pokazuje jaką komendę wykonuje alias." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Alias '{alias_name}' spowoduje wykonanie komendy '{command}'" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Nie istnieje alias o nazwie `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Usuwa istniejący alias na tym serwerze." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Nie ma aliasów na tym serwerze." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Alias o nazwie `{name}` został pomyślnie usunięty." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Alias o nazwie `{name}` nie został znaleziony." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Usuwa istniejący globalny alias." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Ten bot nie ma globalnych aliasów." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Wyświetla dostępne aliasy dla tego serwera." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Wyświetla dostępne globalne aliasy dla tego bota." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Brak globalnych aliasów." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Argumenty należy określić liczbą." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Argumenty muszą być sekwencyjne. Brakujące argumenty: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..de83eefc660cfd8f635f6ffee7c06ea320fc5a67 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pt-BR.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 8\n" +"Language: pt_BR\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Você tentou criar um novo alias com o nome {} mas o alias já existe no servidor." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Alias inexistente." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Não há nenhum alias neste servidor." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..405ffc2240e777a71f7cb90071f2ac5344e2bdb1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/pt-PT.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 8\n" +"Language: pt_PT\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..be25d38411d0b9b979f7741c3f057815f60a0438 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ro-RO.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 8\n" +"Language: ro_RO\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..66bc0d9ceb4111dc6a743b9edf543f570fc2ddcc --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/ru-RU.po @@ -0,0 +1,170 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 8\n" +"Language: ru_RU\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Создать синонимы для команд.\n\n" +" Синонимы - это альтернативные сокращения имен для команд.\n" +" Они могут действовать как лямбда (хранение аргументов для\n" +" многократного использования) или просто как сокращение \"а б в\".\n\n" +" При запуске синонимы принимают любые дополнительные\n" +" аргументы и добавляют их к сохраненному синониму.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Синонимы:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Страница {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Управление псевдонимами команд." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Управление глобальными псевдонимами." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Добавить псевдоним для команды." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Вы попытались создать новый псевдоним {name}, но это имя уже является командой для этого бота." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Синоним {name} уже существует." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Вы попытались создать новый синоним для не существующей команды." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Новый псевдоним с триггером `{name}` был создан." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Добавить глобальный псевдоним для команды." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Общий синоним {name} уже существует." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Новый глобальный псевдоним с триггером `{name}` был создан." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Попробуйте вызвать справку для базовой команды псевдонима." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Псевдоним не существует." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Показать, какую команду выполняет псевдоним." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Нет псевдонима с именем `{name}`" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Удалить существующий псевдоним на этом сервере." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "На этом сервере нет псевдонимов." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Псевдоним с именем `{name}` был успешно удален." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Псевдоним с именем `{name}` не найден." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Удалить существующий глобальный псевдоним." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "У этого бота нет всеобщих синонимов." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Список доступных псевдонимов на этом сервере." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Список доступных глобальных псевдонимов для этого бота." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Нет всеобщих синонимов." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Аргументы должны быть указаны с числом." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..cd78622d2461af9c0bfbf01c08b4385cfb1b4512 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sk-SK.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 8\n" +"Language: sk_SK\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..070bd655278e738f9cf944a4f75214ab6f2eaf94 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sl-SI.po @@ -0,0 +1,170 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 8\n" +"Language: sl_SI\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Ustvarite vzdevke za ukaze.\n\n" +" Vzdevki so bližnjice nadomestnih imen za ukaze.\n" +" Lahko deluje kot lambda (shranjevanje argumentov za večkratno uporabo),\n" +" ali preprosto kot bližnjica do izgovora \"x y z\".\n\n" +" Ob uporabi bodo vzdevki sprejeli dodatne argumente\n" +" in jih dodali na shranjeni vzdevek.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Vzdevki:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Stran {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Upravljanje vzdevkov ukazov." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Upravljanje globalnih vzdevkov." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Dodaj vzdevek za ukaz." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "Poskušali ste ustvariti nov vzdevek z imenom {name} vendar je to ime že ukaz na tem botu." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "Poskušali ste ustvariti nov vzdevek z imenom {name} vendar ta vzdevek že obstaja." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Poskušali ste ustvari nov vzdevek z imenom {name} vendar je to ime neveljavno. Vzdevki ne smejo vsebovati presledkov." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Poskušali ste ustvariti nov vzdevek za ukaz, ki ne obstaja." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Vzdevek z imenom `{name}` je bil uspešno kreiran." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Dodaj globalni vzdevek za ukaz." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "Poskušali ste ustvariti nov globalni vzdevek z imenom {name} vendar je to ime že ukaz na tem botu." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "Poskušali ste ustvariti nov globalni vzdevek z imenom {name} vendar ta vzdevek že obstaja." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "Poskušali ste ustvari nov globalni vzdevek z imenom {name} vendar je to ime neveljavno. Vzdevki ne smejo vsebovati presledkov." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Globalni vzdevek z imenom `{name}` je bil uspešno kreiran." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Poskusite izvesti pomoč za osnovni ukaz vzdevka." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Tak vzdevek ne obstaja." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Pokažite, kateri ukaz vzdevek izvrši." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "Vzdevek z imenom `{alias_name}` izvršuje ukaz `{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "Vzdevek z imenom `{name}` ne obstaja" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Odstrani vzdevek na tem strežniku." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Na tem strežniku ni vzdevkov." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "Vzdevek `{name}` je bil uspešno odstranjen." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "Vzdevek z imenom `{name}` ne obstaja." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Odstrani globalni vzdevek." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Na tem botu ni globalnih vzdevkov." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Seznam razpoložljivih vzdevkov na tem strežniku." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Seznam razpoložljivih globalnih vzdevkov na tem strežniku." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Globalnih vzdevkov ni." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Argumente je treba navesti s številko." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Argumenti morajo biti zaporedni. Manjkajoči argumenti: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..3a235b75cdef6f47267ef72f0913944429be6469 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sr-CS.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 8\n" +"Language: sr_CS\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..d27a31450d2b3de54808bc8bfcdc881f0994e790 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sr-SP.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 8\n" +"Language: sr_SP\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..b0f871d09e45bba92e8ffb73e0388e082b2814e1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/sv-SE.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 8\n" +"Language: sv_SE\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Detta alias existerar inte." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Det finns inga alias på denna server." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..e5bd2f5c8ed221859e5683c554a215aa060fa6b4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/tr-TR.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 8\n" +"Language: tr_TR\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "Komutlar için takma adlar oluştur.\n\n" +" Takma adlar komutlar için kısa yol olarak kullanılabilen alternatif\n" +" isimlerdir. Hem bir komut için seçenekler depolamak\n" +" (daha sonra tekrar yazmadan kullanmak için) hem de \"x y z\" demek\n" +" gibi basit bir şey için kısa yol olarak kullanılabilirler.\n\n" +" Kullanıldıkları zaman takma adlar önlerine yazılanları alıp\n" +" depoladıkları komuta eklerler.\n" +" " + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "Takma adlar:\n" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "\n\n" +"Sayfa {page}/{total}" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "Komut kısaltmalarını yönet." + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "Global kısaltmaları yönet." + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "Bir komut için kısaltma ekleyin." + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak botta bu ad ile mevcut bir komut bulunuyor." + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "{name} adıyla yeni bir diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var." + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak belirttiğiniz geçersiz bir kısaltmadır. Kısaltmalar boşluk içermemelidir." + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "Mevcut olmayan bir komut için kısayol oluşturmaya çalıştınız." + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "Yeni bir kısaltma '{name}' ismi ile oluşturuldu." + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "Bir komut için global bir kısaltma ekleyin." + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "{name} adı ile global bir kısaltma yaratmaya çalıştınız, ancak botta bu isimde bir komut mevcut." + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "{name} adıyla yeni bir genel diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var." + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "{name} ile yeni bir global kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez." + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "Yeni bir global kısaltma '{name}' ismi ile oluşturuldu." + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "Kısaltma komutlarını detaylıca öğrenmek için yardım komutunu kullanmayı deneyiniz." + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "Böyle bir kısaltma mevcut değil." + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "Kısaltmanın hangi komutu uyguladığını gösterir." + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "'{alias_name}' kısaltması '{command} ' komutunu uygulayacak" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "{name} adında bir kısaltma mevcut değil" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "Bu sunucuda mevcut bir kısaltmayı silin." + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "Bu sunucuda herhangi bir kısaltma mevcut değil." + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "`{name}`adlı kısaltma başarıyla silindi." + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "{name} adlı kısaltma bulunamadı." + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "Mevcut bir global kısaltmayı silin." + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "Bu botta herhangi bir global kısaltma bulunmuyor." + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeleyin." + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "Bot üzerindeki global kullanılabilir kısaltmaları listeleyin." + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "Herhangi bir global kısaltma mevcut değil." + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "Değişkenler numara içermelidir." + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "Değişkenler sıralı olmalıdır. Eksik değişkenler: " + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..046406e87fa52146321c5a284caa00a1ac159458 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/uk-UA.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 8\n" +"Language: uk_UA\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..2ed2fc9a5e29a9d605ff734c583655185abfdb52 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/vi-VN.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 8\n" +"Language: vi_VN\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..5b2ad74788f1312d7330349bdde887046e7994fd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-CN.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 8\n" +"Language: zh_CN\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "已经创建一个包含触发器`{name}`的全局别名。" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "不存在该别名。" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "`{alias_name}`别要名将执行命令`{command}`" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "没有名为`{name}`的别名" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "在这个服务器上没有别名。" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "已经成功删除名为`{name}`的别名。" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "找不到名为`{name}`的别名。" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..0525df7103ef84954bbe0cdbd40b8a37289c3c6d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-HK.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 8\n" +"Language: zh_HK\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..f6104c218c20a8f6e8fe007bd195dd21a9d9e9a3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/alias/locales/zh-TW.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 8\n" +"Language: zh_TW\n" + +#: redbot/cogs/alias/alias.py:35 +#, docstring +msgid "Create aliases for commands.\n\n" +" Aliases are alternative names shortcuts for commands. They\n" +" can act as both a lambda (storing arguments for repeated use)\n" +" or as simply a shortcut to saying \"x y z\".\n\n" +" When run, aliases will accept any additional arguments\n" +" and append them to the stored alias.\n" +" " +msgstr "" + +#: redbot/cogs/alias/alias.py:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." +msgstr "" + +#: redbot/cogs/alias/alias.py:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..2203547a287a4abeab56e3c6a59388d181d7e19f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/__init__.py @@ -0,0 +1,10 @@ +from . import ( + api_utils, + global_db, + interface, + local_db, + playlist_interface, + playlist_wrapper, + spotify, + youtube, +) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/api_utils.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/api_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..8c5c44ae5e71c641b78f159ca5ba1e79aa06f148 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/api_utils.py @@ -0,0 +1,158 @@ +import datetime +import json +from collections import namedtuple +from dataclasses import dataclass, field +from pathlib import Path +from typing import List, MutableMapping, Optional, Union + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core.bot import Red +from redbot.core.i18n import Translator +from redbot.core.utils.chat_formatting import humanize_list + +from ..errors import InvalidPlaylistScope, MissingAuthor, MissingGuild +from ..utils import PlaylistScope + +log = getLogger("red.cogs.Audio.api.utils") +_ = Translator("Audio", Path(__file__)) + + +@dataclass +class YouTubeCacheFetchResult: + query: Optional[str] + last_updated: int + + def __post_init__(self): + if isinstance(self.last_updated, int): + self.updated_on: datetime.datetime = datetime.datetime.fromtimestamp(self.last_updated) + + +@dataclass +class SpotifyCacheFetchResult: + query: Optional[str] + last_updated: int + + def __post_init__(self): + if isinstance(self.last_updated, int): + self.updated_on: datetime.datetime = datetime.datetime.fromtimestamp(self.last_updated) + + +@dataclass +class LavalinkCacheFetchResult: + query: Optional[MutableMapping] + last_updated: int + + def __post_init__(self): + if isinstance(self.last_updated, int): + self.updated_on: datetime.datetime = datetime.datetime.fromtimestamp(self.last_updated) + + if isinstance(self.query, str): + self.query = json.loads(self.query) + + +@dataclass +class LavalinkCacheFetchForGlobalResult: + query: str + data: MutableMapping + + def __post_init__(self): + if isinstance(self.data, str): + self.data_string = str(self.data) + self.data = json.loads(self.data) + + +@dataclass +class PlaylistFetchResult: + playlist_id: int + playlist_name: str + scope_id: int + author_id: int + playlist_url: Optional[str] = None + tracks: List[MutableMapping] = field(default_factory=lambda: []) + + def __post_init__(self): + if isinstance(self.tracks, str): + self.tracks = json.loads(self.tracks) + + +@dataclass +class QueueFetchResult: + guild_id: int + room_id: int + track: dict = field(default_factory=lambda: {}) + track_object: lavalink.Track = None + + def __post_init__(self): + if isinstance(self.track, str): + self.track = json.loads(self.track) + if self.track: + self.track_object = lavalink.Track(self.track) + + +def standardize_scope(scope: str) -> str: + """Convert any of the used scopes into one we are expecting.""" + scope = scope.upper() + valid_scopes = ["GLOBAL", "GUILD", "AUTHOR", "USER", "SERVER", "MEMBER", "BOT"] + + if scope in PlaylistScope.list(): + return scope + elif scope not in valid_scopes: + raise InvalidPlaylistScope( + f'"{scope}" is not a valid playlist scope.' + f" Scope needs to be one of the following: {humanize_list(valid_scopes)}" + ) + + if scope in ["GLOBAL", "BOT"]: + scope = PlaylistScope.GLOBAL.value + elif scope in ["GUILD", "SERVER"]: + scope = PlaylistScope.GUILD.value + elif scope in ["USER", "MEMBER", "AUTHOR"]: + scope = PlaylistScope.USER.value + + return scope + + +def prepare_config_scope( + bot: Red, + scope, + author: Union[discord.abc.User, int] = None, + guild: Union[discord.Guild, int] = None, +): + """Return the scope used by Playlists.""" + scope = standardize_scope(scope) + if scope == PlaylistScope.GLOBAL.value: + config_scope = [PlaylistScope.GLOBAL.value, bot.user.id] + elif scope == PlaylistScope.USER.value: + if author is None: + raise MissingAuthor("Invalid author for user scope.") + config_scope = [PlaylistScope.USER.value, int(getattr(author, "id", author))] + else: + if guild is None: + raise MissingGuild("Invalid guild for guild scope.") + config_scope = [PlaylistScope.GUILD.value, int(getattr(guild, "id", guild))] + return config_scope + + +def prepare_config_scope_for_migration23( # TODO: remove me in a future version ? + scope, author: Union[discord.abc.User, int] = None, guild: discord.Guild = None +): + """Return the scope used by Playlists.""" + scope = standardize_scope(scope) + + if scope == PlaylistScope.GLOBAL.value: + config_scope = [PlaylistScope.GLOBAL.value] + elif scope == PlaylistScope.USER.value: + if author is None: + raise MissingAuthor("Invalid author for user scope.") + config_scope = [PlaylistScope.USER.value, str(getattr(author, "id", author))] + else: + if guild is None: + raise MissingGuild("Invalid guild for guild scope.") + config_scope = [PlaylistScope.GUILD.value, str(getattr(guild, "id", guild))] + return config_scope + + +FakePlaylist = namedtuple("Playlist", "author scope") diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/global_db.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/global_db.py new file mode 100644 index 0000000000000000000000000000000000000000..732fec4209e939a87632f16daa6154cf2561da24 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/global_db.py @@ -0,0 +1,189 @@ +import asyncio +import contextlib +import json + +from copy import copy +from pathlib import Path +from typing import TYPE_CHECKING, Mapping, Optional, Union + +import aiohttp +from lavalink.rest_api import LoadResult +from red_commons.logging import getLogger + +from redbot.core import Config +from redbot.core.bot import Red +from redbot.core.commands import Cog +from redbot.core.i18n import Translator + +from ..audio_dataclasses import Query + +if TYPE_CHECKING: + from .. import Audio + +_API_URL = "https://api.redbot.app/" +_ = Translator("Audio", Path(__file__)) +log = getLogger("red.cogs.Audio.api.GlobalDB") + + +class GlobalCacheWrapper: + def __init__( + self, bot: Red, config: Config, session: aiohttp.ClientSession, cog: Union["Audio", Cog] + ): + # Place Holder for the Global Cache PR + self.bot = bot + self.config = config + self.session = session + self.api_key = None + self._handshake_token = "" + self.has_api_key = None + self._token: Mapping[str, str] = {} + self.cog = cog + + async def update_token(self, new_token: Mapping[str, str]): + self._token = new_token + await self.get_perms() + + async def _get_api_key( + self, + ) -> Optional[str]: + if not self._token: + self._token = await self.bot.get_shared_api_tokens("audiodb") + self.api_key = self._token.get("api_key", None) + self.has_api_key = self.cog.global_api_user.get("can_post") + id_list = list(self.bot.owner_ids) + self._handshake_token = "||".join(map(str, id_list)) + return self.api_key + + async def get_call(self, query: Optional[Query] = None) -> dict: + api_url = f"{_API_URL}api/v2/queries" + if not self.cog.global_api_user.get("can_read"): + return {} + try: + query = Query.process_input(query, self.cog.local_folder_current_path) + if any([not query or not query.valid or query.is_spotify or query.is_local]): + return {} + await self._get_api_key() + if self.api_key is None: + return {} + search_response = "error" + query = query.lavalink_query + with contextlib.suppress(aiohttp.ContentTypeError, asyncio.TimeoutError): + async with self.session.get( + api_url, + timeout=aiohttp.ClientTimeout(total=await self.config.global_db_get_timeout()), + headers={"Authorization": self.api_key, "X-Token": self._handshake_token}, + params={"query": query}, + ) as r: + search_response = await r.json(loads=json.loads) + log.trace( + "GET || Ping %s || Status code %s || %s", + r.headers.get("x-process-time"), + r.status, + query, + ) + if "tracks" not in search_response: + return {} + return search_response + except Exception as exc: + log.trace("Failed to Get query: %s/%s", api_url, query, exc_info=exc) + return {} + + async def get_spotify(self, title: str, author: Optional[str]) -> dict: + if not self.cog.global_api_user.get("can_read"): + return {} + api_url = f"{_API_URL}api/v2/queries/spotify" + try: + search_response = "error" + params = {"title": title, "author": author} + await self._get_api_key() + if self.api_key is None: + return {} + with contextlib.suppress(aiohttp.ContentTypeError, asyncio.TimeoutError): + async with self.session.get( + api_url, + timeout=aiohttp.ClientTimeout(total=await self.config.global_db_get_timeout()), + headers={"Authorization": self.api_key, "X-Token": self._handshake_token}, + params=params, + ) as r: + search_response = await r.json(loads=json.loads) + log.trace( + "GET/spotify || Ping %s || Status code %s || %s - %s", + r.headers.get("x-process-time"), + r.status, + title, + author, + ) + if "tracks" not in search_response: + return {} + return search_response + except Exception as exc: + log.trace("Failed to Get query: %s", api_url, exc_info=exc) + return {} + + async def post_call(self, llresponse: LoadResult, query: Optional[Query]) -> None: + try: + if not self.cog.global_api_user.get("can_post"): + return + query = Query.process_input(query, self.cog.local_folder_current_path) + if llresponse.has_error or llresponse.load_type.value in ["NO_MATCHES", "LOAD_FAILED"]: + return + if query and query.valid and query.is_youtube: + query = query.lavalink_query + else: + return None + await self._get_api_key() + if self.api_key is None: + return None + api_url = f"{_API_URL}api/v2/queries" + async with self.session.post( + api_url, + json=llresponse._raw, + headers={"Authorization": self.api_key, "X-Token": self._handshake_token}, + params={"query": query}, + ) as r: + await r.read() + log.trace( + "GET || Ping %s || Status code %s || %s", + r.headers.get("x-process-time"), + r.status, + query, + ) + except Exception as exc: + log.trace("Failed to post query: %s", query, exc_info=exc) + await asyncio.sleep(0) + + async def update_global(self, llresponse: LoadResult, query: Optional[Query] = None): + await self.post_call(llresponse=llresponse, query=query) + + async def report_invalid(self, id: str) -> None: + if not self.cog.global_api_user.get("can_delete"): + return + api_url = f"{_API_URL}api/v2/queries/es/id" + with contextlib.suppress(Exception): + async with self.session.delete( + api_url, + headers={"Authorization": self.api_key, "X-Token": self._handshake_token}, + params={"id": id}, + ) as r: + await r.read() + + async def get_perms(self): + global_api_user = copy(self.cog.global_api_user) + await self._get_api_key() + # global API is force-disabled right now + is_enabled = False + if (not is_enabled) or self.api_key is None: + return global_api_user + with contextlib.suppress(Exception): + async with aiohttp.ClientSession(json_serialize=json.dumps) as session: + async with session.get( + f"{_API_URL}api/v2/users/me", + headers={"Authorization": self.api_key, "X-Token": self._handshake_token}, + ) as resp: + if resp.status == 200: + search_response = await resp.json(loads=json.loads) + global_api_user["fetched"] = True + global_api_user["can_read"] = search_response.get("can_read", False) + global_api_user["can_post"] = search_response.get("can_post", False) + global_api_user["can_delete"] = search_response.get("can_delete", False) + return global_api_user diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/interface.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/interface.py new file mode 100644 index 0000000000000000000000000000000000000000..1fa55ab0f93037896630c2c19da9bc46b7996cc1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/interface.py @@ -0,0 +1,1016 @@ +import asyncio +import contextlib +import datetime +import json +import random +import time + +from collections import namedtuple +from pathlib import Path +from typing import TYPE_CHECKING, Callable, List, MutableMapping, Optional, Tuple, Union, cast + +import aiohttp +import discord +import lavalink +from red_commons.logging import getLogger + +from lavalink.rest_api import LoadResult, LoadType +from redbot.core import Config, commands +from redbot.core.bot import Red +from redbot.core.commands import Cog, Context +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.dbtools import APSWConnectionWrapper + +from ..audio_dataclasses import Query +from ..errors import DatabaseError, SpotifyFetchError, TrackEnqueueError, YouTubeApiError +from ..utils import CacheLevel, Notifier +from .api_utils import LavalinkCacheFetchForGlobalResult +from .global_db import GlobalCacheWrapper +from .local_db import LocalCacheWrapper +from .persist_queue_wrapper import QueueInterface +from .playlist_interface import get_playlist +from .playlist_wrapper import PlaylistWrapper +from .spotify import SpotifyWrapper +from .youtube import YouTubeWrapper + +if TYPE_CHECKING: + from .. import Audio + +_ = Translator("Audio", Path(__file__)) +log = getLogger("red.cogs.Audio.api.AudioAPIInterface") +_TOP_100_US = "https://www.youtube.com/playlist?list=PL4fGSI1pDJn5rWitrRWFKdm-ulaFiIyoK" +# TODO: Get random from global Cache + + +class AudioAPIInterface: + """Handles music queries. + + Always tries the Local cache first, then Global cache before making API calls. + """ + + def __init__( + self, + bot: Red, + config: Config, + session: aiohttp.ClientSession, + conn: APSWConnectionWrapper, + cog: Union["Audio", Cog], + ): + self.bot = bot + self.config = config + self.conn = conn + self.cog = cog + self.spotify_api: SpotifyWrapper = SpotifyWrapper(self.bot, self.config, session, self.cog) + self.youtube_api: YouTubeWrapper = YouTubeWrapper(self.bot, self.config, session, self.cog) + self.local_cache_api = LocalCacheWrapper(self.bot, self.config, self.conn, self.cog) + self.global_cache_api = GlobalCacheWrapper(self.bot, self.config, session, self.cog) + self.persistent_queue_api = QueueInterface(self.bot, self.config, self.conn, self.cog) + self._session: aiohttp.ClientSession = session + self._tasks: MutableMapping = {} + self._lock: asyncio.Lock = asyncio.Lock() + + async def initialize(self) -> None: + """Initialises the Local Cache connection.""" + await self.local_cache_api.lavalink.init() + await self.persistent_queue_api.init() + + def close(self) -> None: + """Closes the Local Cache connection.""" + self.local_cache_api.lavalink.close() + + async def get_random_track_from_db(self, tries=0) -> Optional[MutableMapping]: + """Get a random track from the local database and return it.""" + track: Optional[MutableMapping] = {} + try: + query_data = {} + date = datetime.datetime.now(datetime.timezone.utc) - datetime.timedelta(days=7) + date_timestamp = int(date.timestamp()) + query_data["day"] = date_timestamp + max_age = await self.config.cache_age() + maxage = datetime.datetime.now(tz=datetime.timezone.utc) - datetime.timedelta( + days=max_age + ) + maxage_int = int(time.mktime(maxage.timetuple())) + query_data["maxage"] = maxage_int + track = await self.local_cache_api.lavalink.fetch_random(query_data) + if track is not None: + if track.get("loadType") == "V2_COMPACT": + track["loadType"] = "V2_COMPAT" + results = LoadResult(track) + track = random.choice(list(results.tracks)) + except Exception as exc: + log.trace("Failed to fetch a random track from database", exc_info=exc) + track = {} + + if not track: + return None + + return track + + async def route_tasks( + self, + action_type: str = None, + data: Union[List[MutableMapping], MutableMapping] = None, + ) -> None: + """Separate the tasks and run them in the appropriate functions.""" + + if not data: + return + if action_type == "insert" and isinstance(data, list): + for table, d in data: + if table == "lavalink": + await self.local_cache_api.lavalink.insert(d) + elif table == "youtube": + await self.local_cache_api.youtube.insert(d) + elif table == "spotify": + await self.local_cache_api.spotify.insert(d) + elif action_type == "update" and isinstance(data, dict): + for table, d in data: + if table == "lavalink": + await self.local_cache_api.lavalink.update(data) + elif table == "youtube": + await self.local_cache_api.youtube.update(data) + elif table == "spotify": + await self.local_cache_api.spotify.update(data) + elif action_type == "global" and isinstance(data, list): + await asyncio.gather(*[self.global_cache_api.update_global(**d) for d in data]) + + async def run_tasks(self, ctx: Optional[commands.Context] = None, message_id=None) -> None: + """Run tasks for a specific context.""" + if message_id is not None: + lock_id = message_id + elif ctx is not None: + lock_id = ctx.message.id + else: + return + lock_author = ctx.author if ctx else None + async with self._lock: + if lock_id in self._tasks: + log.trace("Running database writes for %s (%s)", lock_id, lock_author) + try: + tasks = self._tasks[lock_id] + tasks = [self.route_tasks(a, tasks[a]) for a in tasks] + await asyncio.gather(*tasks, return_exceptions=False) + del self._tasks[lock_id] + except Exception as exc: + log.verbose( + "Failed database writes for %s (%s)", lock_id, lock_author, exc_info=exc + ) + else: + log.trace("Completed database writes for %s (%s)", lock_id, lock_author) + + async def run_all_pending_tasks(self) -> None: + """Run all pending tasks left in the cache, called on cog_unload.""" + async with self._lock: + log.trace("Running pending writes to database") + try: + tasks: MutableMapping = {"update": [], "insert": [], "global": []} + async for k, task in AsyncIter(self._tasks.items()): + async for t, args in AsyncIter(task.items()): + tasks[t].append(args) + self._tasks = {} + coro_tasks = [self.route_tasks(a, tasks[a]) for a in tasks] + + await asyncio.gather(*coro_tasks, return_exceptions=False) + + except Exception as exc: + log.verbose("Failed database writes", exc_info=exc) + else: + log.trace("Completed pending writes to database have finished") + + def append_task(self, ctx: commands.Context, event: str, task: Tuple, _id: int = None) -> None: + """Add a task to the cache to be run later.""" + lock_id = _id or ctx.message.id + if lock_id not in self._tasks: + self._tasks[lock_id] = {"update": [], "insert": [], "global": []} + self._tasks[lock_id][event].append(task) + + async def fetch_spotify_query( + self, + ctx: commands.Context, + query_type: str, + uri: str, + notifier: Optional[Notifier], + skip_youtube: bool = False, + current_cache_level: CacheLevel = CacheLevel.all(), + ) -> List[str]: + """Return youtube URLS for the spotify URL provided.""" + youtube_urls = [] + tracks = await self.fetch_from_spotify_api( + query_type, uri, params=None, notifier=notifier, ctx=ctx + ) + total_tracks = len(tracks) + database_entries = [] + track_count = 0 + time_now = int(datetime.datetime.now(datetime.timezone.utc).timestamp()) + youtube_cache = CacheLevel.set_youtube().is_subset(current_cache_level) + youtube_api_error = None + global_api = self.cog.global_api_user.get("can_read") + async for track in AsyncIter(tracks): + if isinstance(track, str): + break + elif isinstance(track, dict) and track.get("error", {}).get("message") == "invalid id": + continue + ( + song_url, + track_info, + uri, + artist_name, + track_name, + _id, + _type, + ) = await self.spotify_api.get_spotify_track_info(track, ctx) + + database_entries.append( + { + "id": _id, + "type": _type, + "uri": uri, + "track_name": track_name, + "artist_name": artist_name, + "song_url": song_url, + "track_info": track_info, + "last_updated": time_now, + "last_fetched": time_now, + } + ) + if skip_youtube is False: + val = None + if youtube_cache: + try: + (val, last_update) = await self.local_cache_api.youtube.fetch_one( + {"track": track_info} + ) + except Exception as exc: + log.verbose( + "Failed to fetch %r from YouTube table", track_info, exc_info=exc + ) + if val is None: + try: + val = await self.fetch_youtube_query( + ctx, track_info, current_cache_level=current_cache_level + ) + except YouTubeApiError as exc: + val = None + youtube_api_error = exc.message + if youtube_cache and val: + task = ("update", ("youtube", {"track": track_info})) + self.append_task(ctx, *task) + if val: + youtube_urls.append(val) + else: + youtube_urls.append(track_info) + track_count += 1 + if notifier is not None and ((track_count % 2 == 0) or (track_count == total_tracks)): + await notifier.notify_user(current=track_count, total=total_tracks, key="youtube") + if notifier is not None and (youtube_api_error and not global_api): + error_embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Failing to get tracks, skipping remaining."), + ) + await notifier.update_embed(error_embed) + break + elif notifier is not None and (youtube_api_error and global_api): + continue + if CacheLevel.set_spotify().is_subset(current_cache_level): + task = ("insert", ("spotify", database_entries)) + self.append_task(ctx, *task) + return youtube_urls + + async def fetch_from_spotify_api( + self, + query_type: str, + uri: str, + recursive: Union[str, bool] = False, + params: MutableMapping = None, + notifier: Optional[Notifier] = None, + ctx: Context = None, + ) -> Union[List[MutableMapping], List[str]]: + """Gets track info from spotify API.""" + + if recursive is False: + (call, params) = self.spotify_api.spotify_format_call(query_type, uri) + results = await self.spotify_api.make_get_call(call, params) + else: + if isinstance(recursive, str): + results = await self.spotify_api.make_get_call(recursive, params) + else: + results = {} + try: + if results["error"]["status"] == 401 and not recursive: + raise SpotifyFetchError( + _( + "The Spotify API key or client secret has not been set properly. " + "\nUse `{prefix}audioset spotifyapi` for instructions." + ) + ) + elif recursive: + return {"next": None} + except KeyError: + pass + if recursive: + return results + tracks = [] + track_count = 0 + total_tracks = results.get("tracks", results).get("total", 1) + while True: + new_tracks: List = [] + if query_type == "track": + new_tracks = results + tracks.append(new_tracks) + elif query_type == "album": + tracks_raw = results.get("tracks", results).get("items", []) + if tracks_raw: + new_tracks = tracks_raw + tracks.extend(new_tracks) + else: + tracks_raw = results.get("tracks", results).get("items", []) + if tracks_raw: + new_tracks = [k["track"] for k in tracks_raw if k.get("track")] + tracks.extend(new_tracks) + track_count += len(new_tracks) + if notifier: + await notifier.notify_user(current=track_count, total=total_tracks, key="spotify") + try: + if results.get("next") is not None: + results = await self.fetch_from_spotify_api( + query_type, uri, results["next"], params, notifier=notifier + ) + continue + else: + break + except KeyError: + raise SpotifyFetchError( + _("This doesn't seem to be a valid Spotify playlist/album URL or code.") + ) + return tracks + + async def spotify_query( + self, + ctx: commands.Context, + query_type: str, + uri: str, + skip_youtube: bool = False, + notifier: Optional[Notifier] = None, + ) -> List[str]: + """Queries the Database then falls back to Spotify and YouTube APIs. + + Parameters + ---------- + ctx: commands.Context + The context this method is being called under. + query_type : str + Type of query to perform (Pl + uri: str + Spotify URL ID. + skip_youtube:bool + Whether or not to skip YouTube API Calls. + notifier: Notifier + A Notifier object to handle the user UI notifications while tracks are loaded. + Returns + ------- + List[str] + List of Youtube URLs. + """ + current_cache_level = CacheLevel(await self.config.cache_level()) + cache_enabled = CacheLevel.set_spotify().is_subset(current_cache_level) + if query_type == "track" and cache_enabled: + try: + (val, last_update) = await self.local_cache_api.spotify.fetch_one( + {"uri": f"spotify:track:{uri}"} + ) + except Exception as exc: + log.verbose( + "Failed to fetch 'spotify:track:%s' from Spotify table", uri, exc_info=exc + ) + val = None + else: + val = None + youtube_urls = [] + if val is None: + urls = await self.fetch_spotify_query( + ctx, + query_type, + uri, + notifier, + skip_youtube, + current_cache_level=current_cache_level, + ) + youtube_urls.extend(urls) + else: + if query_type == "track" and cache_enabled: + task = ("update", ("spotify", {"uri": f"spotify:track:{uri}"})) + self.append_task(ctx, *task) + youtube_urls.append(val) + return youtube_urls + + async def spotify_enqueue( + self, + ctx: commands.Context, + query_type: str, + uri: str, + enqueue: bool, + player: lavalink.Player, + lock: Callable, + notifier: Optional[Notifier] = None, + forced: bool = False, + query_global: bool = True, + ) -> List[lavalink.Track]: + """Queries the Database then falls back to Spotify and YouTube APIs then Enqueued matched + tracks. + + Parameters + ---------- + ctx: commands.Context + The context this method is being called under. + query_type : str + Type of query to perform (Pl + uri: str + Spotify URL ID. + enqueue:bool + Whether or not to enqueue the tracks + player: lavalink.Player + The current Player. + notifier: Notifier + A Notifier object to handle the user UI notifications while tracks are loaded. + lock: Callable + A callable handling the Track enqueue lock while spotify tracks are being added. + query_global: bool + Whether or not to query the global API. + forced: bool + Ignore Cache and make a fetch from API. + Returns + ------- + List[str] + List of Youtube URLs. + """ + await self.global_cache_api._get_api_key() + globaldb_toggle = self.cog.global_api_user.get("can_read") + global_entry = globaldb_toggle and query_global + track_list: List = [] + has_not_allowed = False + youtube_api_error = None + skip_youtube_api = False + try: + current_cache_level = CacheLevel(await self.config.cache_level()) + guild_data = await self.config.guild(ctx.guild).all() + enqueued_tracks = 0 + consecutive_fails = 0 + queue_dur = await self.cog.queue_duration(ctx) + queue_total_duration = self.cog.format_time(queue_dur) + before_queue_length = len(player.queue) + tracks_from_spotify = await self.fetch_from_spotify_api( + query_type, uri, params=None, notifier=notifier + ) + total_tracks = len(tracks_from_spotify) + if total_tracks < 1 and notifier is not None: + lock(ctx, False) + embed3 = discord.Embed( + colour=await ctx.embed_colour(), + title=_("This doesn't seem to be a supported Spotify URL or code."), + ) + await notifier.update_embed(embed3) + + return track_list + database_entries = [] + time_now = int(datetime.datetime.now(datetime.timezone.utc).timestamp()) + youtube_cache = CacheLevel.set_youtube().is_subset(current_cache_level) + spotify_cache = CacheLevel.set_spotify().is_subset(current_cache_level) + async for track_count, track in AsyncIter(tracks_from_spotify).enumerate(start=1): + ( + song_url, + track_info, + uri, + artist_name, + track_name, + _id, + _type, + ) = await self.spotify_api.get_spotify_track_info(track, ctx) + + database_entries.append( + { + "id": _id, + "type": _type, + "uri": uri, + "track_name": track_name, + "artist_name": artist_name, + "song_url": song_url, + "track_info": track_info, + "last_updated": time_now, + "last_fetched": time_now, + } + ) + val = None + llresponse = None + if youtube_cache: + try: + (val, last_updated) = await self.local_cache_api.youtube.fetch_one( + {"track": track_info} + ) + except Exception as exc: + log.verbose( + "Failed to fetch %r from YouTube table", track_info, exc_info=exc + ) + should_query_global = globaldb_toggle and query_global and val is None + if should_query_global: + llresponse = await self.global_cache_api.get_spotify(track_name, artist_name) + if llresponse: + if llresponse.get("loadType") == "V2_COMPACT": + llresponse["loadType"] = "V2_COMPAT" + llresponse = LoadResult(llresponse) + val = llresponse or None + if val is None and not skip_youtube_api: + try: + val = await self.fetch_youtube_query( + ctx, track_info, current_cache_level=current_cache_level + ) + except YouTubeApiError as exc: + val = None + youtube_api_error = exc.message + skip_youtube_api = True + if not youtube_api_error: + if youtube_cache and val and llresponse is None: + task = ("update", ("youtube", {"track": track_info})) + self.append_task(ctx, *task) + + if isinstance(llresponse, LoadResult): + track_object = llresponse.tracks + elif val: + result = None + if should_query_global: + llresponse = await self.global_cache_api.get_call(val) + if llresponse: + if llresponse.get("loadType") == "V2_COMPACT": + llresponse["loadType"] = "V2_COMPAT" + llresponse = LoadResult(llresponse) + result = llresponse or None + if not result: + try: + (result, called_api) = await self.fetch_track( + ctx, + player, + Query.process_input(val, self.cog.local_folder_current_path), + forced=forced, + should_query_global=not should_query_global, + ) + except (RuntimeError, aiohttp.ServerDisconnectedError): + lock(ctx, False) + error_embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_( + "The connection was reset while loading the playlist." + ), + ) + if notifier is not None: + await notifier.update_embed(error_embed) + break + except asyncio.TimeoutError: + lock(ctx, False) + error_embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Player timeout, skipping remaining tracks."), + ) + if notifier is not None: + await notifier.update_embed(error_embed) + break + track_object = result.tracks + else: + track_object = [] + else: + track_object = [] + if (track_count % 2 == 0) or (track_count == total_tracks): + key = "lavalink" + seconds = "???" + second_key = None + if notifier is not None: + await notifier.notify_user( + current=track_count, + total=total_tracks, + key=key, + seconds_key=second_key, + seconds=seconds, + ) + + if (youtube_api_error and not global_entry) or consecutive_fails >= ( + 20 if global_entry else 10 + ): + error_embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Failing to get tracks, skipping remaining."), + ) + if notifier is not None: + await notifier.update_embed(error_embed) + if youtube_api_error: + lock(ctx, False) + raise SpotifyFetchError(message=youtube_api_error) + break + if not track_object: + consecutive_fails += 1 + continue + consecutive_fails = 0 + single_track = track_object[0] + query = Query.process_input(single_track, self.cog.local_folder_current_path) + if not await self.cog.is_query_allowed( + self.config, + ctx, + f"{single_track.title} {single_track.author} {single_track.uri} {query}", + query_obj=query, + ): + has_not_allowed = True + log.debug("Query is not allowed in %r (%s)", ctx.guild.name, ctx.guild.id) + continue + track_list.append(single_track) + if enqueue: + if len(player.queue) >= 10000: + continue + if guild_data["maxlength"] > 0: + if self.cog.is_track_length_allowed(single_track, guild_data["maxlength"]): + enqueued_tracks += 1 + single_track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, single_track) + self.bot.dispatch( + "red_audio_track_enqueue", + player.guild, + single_track, + ctx.author, + ) + else: + enqueued_tracks += 1 + single_track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, single_track) + self.bot.dispatch( + "red_audio_track_enqueue", + player.guild, + single_track, + ctx.author, + ) + + if not player.current: + await player.play() + if enqueue and tracks_from_spotify: + if total_tracks > enqueued_tracks: + maxlength_msg = _(" {bad_tracks} tracks cannot be queued.").format( + bad_tracks=(total_tracks - enqueued_tracks) + ) + else: + maxlength_msg = "" + + embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Playlist Enqueued"), + description=_("Added {num} tracks to the queue.{maxlength_msg}").format( + num=enqueued_tracks, maxlength_msg=maxlength_msg + ), + ) + if not guild_data["shuffle"] and queue_dur > 0: + embed.set_footer( + text=_( + "{time} until start of playlist" + " playback: starts at #{position} in queue" + ).format(time=queue_total_duration, position=before_queue_length + 1) + ) + + if notifier is not None: + await notifier.update_embed(embed) + lock(ctx, False) + if not track_list and not has_not_allowed: + raise SpotifyFetchError( + message=_( + "Nothing found.\nThe YouTube API key may be invalid " + "or you may be rate limited on YouTube's search service.\n" + "Check the YouTube API key again and follow the instructions " + "at `{prefix}audioset youtubeapi`." + ) + ) + player.maybe_shuffle() + + if spotify_cache: + task = ("insert", ("spotify", database_entries)) + self.append_task(ctx, *task) + except Exception as exc: + lock(ctx, False) + raise exc + finally: + lock(ctx, False) + return track_list + + async def fetch_youtube_query( + self, + ctx: commands.Context, + track_info: str, + current_cache_level: CacheLevel = CacheLevel.all(), + ) -> Optional[str]: + """Call the Youtube API and returns the youtube URL that the query matched.""" + track_url = await self.youtube_api.get_call(track_info) + if CacheLevel.set_youtube().is_subset(current_cache_level) and track_url: + time_now = int(datetime.datetime.now(datetime.timezone.utc).timestamp()) + task = ( + "insert", + ( + "youtube", + [ + { + "track_info": track_info, + "track_url": track_url, + "last_updated": time_now, + "last_fetched": time_now, + } + ], + ), + ) + self.append_task(ctx, *task) + return track_url + + async def fetch_from_youtube_api( + self, ctx: commands.Context, track_info: str + ) -> Optional[str]: + """Gets an YouTube URL from for the query.""" + current_cache_level = CacheLevel(await self.config.cache_level()) + cache_enabled = CacheLevel.set_youtube().is_subset(current_cache_level) + val = None + if cache_enabled: + try: + (val, update) = await self.local_cache_api.youtube.fetch_one({"track": track_info}) + except Exception as exc: + log.verbose("Failed to fetch %r from YouTube table", track_info, exc_info=exc) + if val is None: + try: + youtube_url = await self.fetch_youtube_query( + ctx, track_info, current_cache_level=current_cache_level + ) + except YouTubeApiError: + youtube_url = None + else: + if cache_enabled: + task = ("update", ("youtube", {"track": track_info})) + self.append_task(ctx, *task) + youtube_url = val + return youtube_url + + async def fetch_track( + self, + ctx: commands.Context, + player: lavalink.Player, + query: Query, + forced: bool = False, + lazy: bool = False, + should_query_global: bool = True, + ) -> Tuple[LoadResult, bool]: + """A replacement for :code:`lavalink.Player.load_tracks`. This will try to get a valid + cached entry first if not found or if in valid it will then call the lavalink API. + + Parameters + ---------- + ctx: commands.Context + The context this method is being called under. + player : lavalink.Player + The player who's requesting the query. + query: audio_dataclasses.Query + The Query object for the query in question. + forced:bool + Whether or not to skip cache and call API first. + lazy:bool + If set to True, it will not call the api if a track is not found. + should_query_global:bool + If the method should query the global database. + + Returns + ------- + Tuple[lavalink.LoadResult, bool] + Tuple with the Load result and whether or not the API was called. + """ + current_cache_level = CacheLevel(await self.config.cache_level()) + cache_enabled = CacheLevel.set_lavalink().is_subset(current_cache_level) + val = None + query = Query.process_input(query, self.cog.local_folder_current_path) + query_string = str(query) + globaldb_toggle = self.cog.global_api_user.get("can_read") + valid_global_entry = False + results = None + called_api = False + prefer_lyrics = await self.cog.get_lyrics_status(ctx) + if prefer_lyrics and query.is_youtube and query.is_search: + query_string = f"{query} - lyrics" + if cache_enabled and not forced and not query.is_local: + try: + (val, last_updated) = await self.local_cache_api.lavalink.fetch_one( + {"query": query_string} + ) + except Exception as exc: + log.verbose("Failed to fetch %r from Lavalink table", query_string, exc_info=exc) + + if val and isinstance(val, dict): + log.trace("Updating Local Database with %r", query_string) + task = ("update", ("lavalink", {"query": query_string})) + self.append_task(ctx, *task) + else: + val = None + + if val and not forced and isinstance(val, dict): + valid_global_entry = False + called_api = False + else: + val = None + if ( + globaldb_toggle + and not val + and should_query_global + and not forced + and not query.is_local + and not query.is_spotify + ): + valid_global_entry = False + with contextlib.suppress(Exception): + global_entry = await self.global_cache_api.get_call(query=query) + if global_entry.get("loadType") == "V2_COMPACT": + global_entry["loadType"] = "V2_COMPAT" + results = LoadResult(global_entry) + if results.load_type in [ + LoadType.PLAYLIST_LOADED, + LoadType.TRACK_LOADED, + LoadType.SEARCH_RESULT, + LoadType.V2_COMPAT, + ]: + valid_global_entry = True + if valid_global_entry: + log.trace("Querying Global DB api for %r", query) + results, called_api = results, False + if valid_global_entry: + pass + elif lazy is True: + called_api = False + elif val and not forced and isinstance(val, dict): + data = val + data["query"] = query_string + if data.get("loadType") == "V2_COMPACT": + data["loadType"] = "V2_COMPAT" + results = LoadResult(data) + called_api = False + if results.has_error: + # If cached value has an invalid entry make a new call so that it gets updated + results, called_api = await self.fetch_track(ctx, player, query, forced=True) + valid_global_entry = False + else: + log.trace("Querying Lavalink api for %r", query_string) + called_api = True + try: + results = await player.load_tracks(query_string) + except KeyError: + results = None + except RuntimeError: + raise TrackEnqueueError + if results is None: + results = LoadResult({"loadType": "LOAD_FAILED", "playlistInfo": {}, "tracks": []}) + valid_global_entry = False + update_global = ( + globaldb_toggle and not valid_global_entry and self.global_cache_api.has_api_key + ) + with contextlib.suppress(Exception): + if ( + update_global + and not query.is_local + and not results.has_error + and len(results.tracks) >= 1 + ): + global_task = ("global", dict(llresponse=results, query=query)) + self.append_task(ctx, *global_task) + if ( + cache_enabled + and results.load_type + and not results.has_error + and not query.is_local + and results.tracks + ): + try: + time_now = int(datetime.datetime.now(datetime.timezone.utc).timestamp()) + data = json.dumps(results._raw) + if all(k in data for k in ["loadType", "playlistInfo", "isSeekable", "isStream"]): + task = ( + "insert", + ( + "lavalink", + [ + { + "query": query_string, + "data": data, + "last_updated": time_now, + "last_fetched": time_now, + } + ], + ), + ) + self.append_task(ctx, *task) + except Exception as exc: + log.verbose( + "Failed to enqueue write task for %r to Lavalink table", + query_string, + exc_info=exc, + ) + return results, called_api + + async def autoplay(self, player: lavalink.Player, playlist_api: PlaylistWrapper): + """Enqueue a random track.""" + autoplaylist = await self.config.guild(player.guild).autoplaylist() + current_cache_level = CacheLevel(await self.config.cache_level()) + cache_enabled = CacheLevel.set_lavalink().is_subset(current_cache_level) + notify_channel_id = player.fetch("notify_channel") + playlist = None + tracks = None + if autoplaylist["enabled"]: + try: + playlist = await get_playlist( + autoplaylist["id"], + autoplaylist["scope"], + self.bot, + playlist_api, + player.guild, + player.guild.me, + ) + tracks = playlist.tracks_obj + except Exception as exc: + log.verbose("Failed to fetch playlist for autoplay", exc_info=exc) + + if not tracks or not getattr(playlist, "tracks", None): + if cache_enabled: + track = await self.get_random_track_from_db() + tracks = [] if not track else [track] + if not tracks: + ctx = namedtuple("Context", "message guild cog") + (results, called_api) = await self.fetch_track( + cast(commands.Context, ctx(player.guild, player.guild, self.cog)), + player, + Query.process_input(_TOP_100_US, self.cog.local_folder_current_path), + ) + tracks = list(results.tracks) + if tracks: + multiple = len(tracks) > 1 + valid = not multiple + tries = len(tracks) + track = tracks[0] + while valid is False and multiple: + tries -= 1 + if tries <= 0: + raise DatabaseError("No valid entry found") + track = random.choice(tracks) + query = Query.process_input(track, self.cog.local_folder_current_path) + await asyncio.sleep(0.001) + if (not query.valid) or ( + query.is_local + and query.local_track_path is not None + and not query.local_track_path.exists() + ): + continue + notify_channel = player.guild.get_channel_or_thread(notify_channel_id) + if not await self.cog.is_query_allowed( + self.config, + notify_channel, + f"{track.title} {track.author} {track.uri} {query}", + query_obj=query, + ): + log.debug( + "Query is not allowed in %r (%s)", player.guild.name, player.guild.id + ) + continue + valid = True + track.extras.update( + { + "autoplay": True, + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": player.guild.me.id, + } + ) + player.add(player.guild.me, track) + self.bot.dispatch( + "red_audio_track_auto_play", + player.guild, + track, + player.guild.me, + player, + ) + if notify_channel_id: + await self.config.guild_from_id( + guild_id=player.guild.id + ).currently_auto_playing_in.set([notify_channel_id, player.channel.id]) + else: + await self.config.guild_from_id( + guild_id=player.guild.id + ).currently_auto_playing_in.set([]) + if not player.current: + await player.play() + + async def fetch_all_contribute(self) -> List[LavalinkCacheFetchForGlobalResult]: + return await self.local_cache_api.lavalink.fetch_all_for_global() diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/local_db.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/local_db.py new file mode 100644 index 0000000000000000000000000000000000000000..8d5ee91e149bd998530587a7d60ba38ef5b28a05 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/local_db.py @@ -0,0 +1,373 @@ +import concurrent +import contextlib +import datetime +import random +import time +from pathlib import Path +from types import SimpleNamespace +from typing import TYPE_CHECKING, Callable, List, MutableMapping, Optional, Tuple, Union + +from red_commons.logging import getLogger + +from redbot.core import Config +from redbot.core.bot import Red +from redbot.core.commands import Cog +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.dbtools import APSWConnectionWrapper + +from ..sql_statements import ( + LAVALINK_CREATE_INDEX, + LAVALINK_CREATE_TABLE, + LAVALINK_DELETE_OLD_ENTRIES, + LAVALINK_FETCH_ALL_ENTRIES_GLOBAL, + LAVALINK_QUERY, + LAVALINK_QUERY_ALL, + LAVALINK_QUERY_LAST_FETCHED_RANDOM, + LAVALINK_UPDATE, + LAVALINK_UPSERT, + SPOTIFY_CREATE_INDEX, + SPOTIFY_CREATE_TABLE, + SPOTIFY_DELETE_OLD_ENTRIES, + SPOTIFY_QUERY, + SPOTIFY_QUERY_ALL, + SPOTIFY_QUERY_LAST_FETCHED_RANDOM, + SPOTIFY_UPDATE, + SPOTIFY_UPSERT, + YOUTUBE_CREATE_INDEX, + YOUTUBE_CREATE_TABLE, + YOUTUBE_DELETE_OLD_ENTRIES, + YOUTUBE_QUERY, + YOUTUBE_QUERY_ALL, + YOUTUBE_QUERY_LAST_FETCHED_RANDOM, + YOUTUBE_UPDATE, + YOUTUBE_UPSERT, + PRAGMA_FETCH_user_version, + PRAGMA_SET_journal_mode, + PRAGMA_SET_read_uncommitted, + PRAGMA_SET_temp_store, + PRAGMA_SET_user_version, +) +from .api_utils import ( + LavalinkCacheFetchForGlobalResult, + LavalinkCacheFetchResult, + SpotifyCacheFetchResult, + YouTubeCacheFetchResult, +) + +if TYPE_CHECKING: + from .. import Audio + + +log = getLogger("red.cogs.Audio.api.LocalDB") +_ = Translator("Audio", Path(__file__)) +_SCHEMA_VERSION = 3 + + +class BaseWrapper: + def __init__( + self, bot: Red, config: Config, conn: APSWConnectionWrapper, cog: Union["Audio", Cog] + ): + self.bot = bot + self.config = config + self.database = conn + self.statement = SimpleNamespace() + self.statement.pragma_temp_store = PRAGMA_SET_temp_store + self.statement.pragma_journal_mode = PRAGMA_SET_journal_mode + self.statement.pragma_read_uncommitted = PRAGMA_SET_read_uncommitted + self.statement.set_user_version = PRAGMA_SET_user_version + self.statement.get_user_version = PRAGMA_FETCH_user_version + self.fetch_result: Optional[Callable] = None + self.cog = cog + + async def init(self) -> None: + """Initialize the local cache""" + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, self.statement.pragma_temp_store) + executor.submit(self.database.cursor().execute, self.statement.pragma_journal_mode) + executor.submit(self.database.cursor().execute, self.statement.pragma_read_uncommitted) + executor.submit(self.maybe_migrate) + executor.submit(self.database.cursor().execute, LAVALINK_CREATE_TABLE) + executor.submit(self.database.cursor().execute, LAVALINK_CREATE_INDEX) + executor.submit(self.database.cursor().execute, YOUTUBE_CREATE_TABLE) + executor.submit(self.database.cursor().execute, YOUTUBE_CREATE_INDEX) + executor.submit(self.database.cursor().execute, SPOTIFY_CREATE_TABLE) + executor.submit(self.database.cursor().execute, SPOTIFY_CREATE_INDEX) + await self.clean_up_old_entries() + + def close(self) -> None: + """Close the connection with the local cache""" + with contextlib.suppress(Exception): + self.database.close() + + async def clean_up_old_entries(self) -> None: + """Delete entries older than x in the local cache tables""" + max_age = await self.config.cache_age() + maxage = datetime.datetime.now(tz=datetime.timezone.utc) - datetime.timedelta(days=max_age) + maxage_int = int(time.mktime(maxage.timetuple())) + values = {"maxage": maxage_int} + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, LAVALINK_DELETE_OLD_ENTRIES, values) + executor.submit(self.database.cursor().execute, YOUTUBE_DELETE_OLD_ENTRIES, values) + executor.submit(self.database.cursor().execute, SPOTIFY_DELETE_OLD_ENTRIES, values) + + def maybe_migrate(self) -> None: + """Maybe migrate Database schema for the local cache""" + current_version = 0 + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [executor.submit(self.database.cursor().execute, self.statement.get_user_version)] + ): + try: + row_result = future.result() + current_version = row_result.fetchone() + break + except Exception as exc: + log.verbose("Failed to completed fetch from database", exc_info=exc) + if isinstance(current_version, tuple): + current_version = current_version[0] + if current_version == _SCHEMA_VERSION: + return + executor.submit( + self.database.cursor().execute, + self.statement.set_user_version, + {"version": _SCHEMA_VERSION}, + ) + + async def insert(self, values: List[MutableMapping]) -> None: + """Insert an entry into the local cache""" + try: + with self.database.transaction() as transaction: + transaction.executemany(self.statement.upsert, values) + except Exception as exc: + log.trace("Error during table insert", exc_info=exc) + + async def update(self, values: MutableMapping) -> None: + """Update an entry of the local cache""" + + try: + time_now = int(datetime.datetime.now(datetime.timezone.utc).timestamp()) + values["last_fetched"] = time_now + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, self.statement.update, values) + except Exception as exc: + log.verbose("Error during table update", exc_info=exc) + + async def _fetch_one( + self, values: MutableMapping + ) -> Optional[ + Union[LavalinkCacheFetchResult, SpotifyCacheFetchResult, YouTubeCacheFetchResult] + ]: + """Get an entry from the local cache""" + max_age = await self.config.cache_age() + maxage = datetime.datetime.now(tz=datetime.timezone.utc) - datetime.timedelta(days=max_age) + maxage_int = int(time.mktime(maxage.timetuple())) + values.update({"maxage": maxage_int}) + row = None + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [executor.submit(self.database.cursor().execute, self.statement.get_one, values)] + ): + try: + row_result = future.result() + row = row_result.fetchone() + except Exception as exc: + log.verbose("Failed to completed fetch from database", exc_info=exc) + if not row: + return None + if self.fetch_result is None: + return None + return self.fetch_result(*row) + + async def _fetch_all( + self, values: MutableMapping + ) -> List[Union[LavalinkCacheFetchResult, SpotifyCacheFetchResult, YouTubeCacheFetchResult]]: + """Get all entries from the local cache""" + output = [] + row_result = [] + if self.fetch_result is None: + return [] + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [executor.submit(self.database.cursor().execute, self.statement.get_all, values)] + ): + try: + row_result = future.result() + except Exception as exc: + log.verbose("Failed to completed fetch from database", exc_info=exc) + async for row in AsyncIter(row_result): + output.append(self.fetch_result(*row)) + return output + + async def _fetch_random( + self, values: MutableMapping + ) -> Optional[ + Union[LavalinkCacheFetchResult, SpotifyCacheFetchResult, YouTubeCacheFetchResult] + ]: + """Get a random entry from the local cache""" + row = None + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [ + executor.submit( + self.database.cursor().execute, self.statement.get_random, values + ) + ] + ): + try: + row_result = future.result() + rows = row_result.fetchall() + if rows: + row = random.choice(rows) + else: + row = None + except Exception as exc: + log.verbose("Failed to completed random fetch from database", exc_info=exc) + if not row: + return None + if self.fetch_result is None: + return None + return self.fetch_result(*row) + + +class YouTubeTableWrapper(BaseWrapper): + def __init__( + self, bot: Red, config: Config, conn: APSWConnectionWrapper, cog: Union["Audio", Cog] + ): + super().__init__(bot, config, conn, cog) + self.statement.upsert = YOUTUBE_UPSERT + self.statement.update = YOUTUBE_UPDATE + self.statement.get_one = YOUTUBE_QUERY + self.statement.get_all = YOUTUBE_QUERY_ALL + self.statement.get_random = YOUTUBE_QUERY_LAST_FETCHED_RANDOM + self.fetch_result = YouTubeCacheFetchResult + + async def fetch_one( + self, values: MutableMapping + ) -> Tuple[Optional[str], Optional[datetime.datetime]]: + """Get an entry from the Youtube table""" + result = await self._fetch_one(values) + if not result or not isinstance(result.query, str): + return None, None + return result.query, result.updated_on + + async def fetch_all(self, values: MutableMapping) -> List[YouTubeCacheFetchResult]: + """Get all entries from the Youtube table""" + result = await self._fetch_all(values) + if result and isinstance(result[0], YouTubeCacheFetchResult): + return result + return [] + + async def fetch_random(self, values: MutableMapping) -> Optional[str]: + """Get a random entry from the Youtube table""" + result = await self._fetch_random(values) + if not result or not isinstance(result.query, str): + return None + return result.query + + +class SpotifyTableWrapper(BaseWrapper): + def __init__( + self, bot: Red, config: Config, conn: APSWConnectionWrapper, cog: Union["Audio", Cog] + ): + super().__init__(bot, config, conn, cog) + self.statement.upsert = SPOTIFY_UPSERT + self.statement.update = SPOTIFY_UPDATE + self.statement.get_one = SPOTIFY_QUERY + self.statement.get_all = SPOTIFY_QUERY_ALL + self.statement.get_random = SPOTIFY_QUERY_LAST_FETCHED_RANDOM + self.fetch_result = SpotifyCacheFetchResult + + async def fetch_one( + self, values: MutableMapping + ) -> Tuple[Optional[str], Optional[datetime.datetime]]: + """Get an entry from the Spotify table""" + result = await self._fetch_one(values) + if not result or not isinstance(result.query, str): + return None, None + return result.query, result.updated_on + + async def fetch_all(self, values: MutableMapping) -> List[SpotifyCacheFetchResult]: + """Get all entries from the Spotify table""" + result = await self._fetch_all(values) + if result and isinstance(result[0], SpotifyCacheFetchResult): + return result + return [] + + async def fetch_random(self, values: MutableMapping) -> Optional[str]: + """Get a random entry from the Spotify table""" + result = await self._fetch_random(values) + if not result or not isinstance(result.query, str): + return None + return result.query + + +class LavalinkTableWrapper(BaseWrapper): + def __init__( + self, bot: Red, config: Config, conn: APSWConnectionWrapper, cog: Union["Audio", Cog] + ): + super().__init__(bot, config, conn, cog) + self.statement.upsert = LAVALINK_UPSERT + self.statement.update = LAVALINK_UPDATE + self.statement.get_one = LAVALINK_QUERY + self.statement.get_all = LAVALINK_QUERY_ALL + self.statement.get_random = LAVALINK_QUERY_LAST_FETCHED_RANDOM + self.statement.get_all_global = LAVALINK_FETCH_ALL_ENTRIES_GLOBAL + self.fetch_result = LavalinkCacheFetchResult + self.fetch_for_global: Optional[Callable] = LavalinkCacheFetchForGlobalResult + + async def fetch_one( + self, values: MutableMapping + ) -> Tuple[Optional[MutableMapping], Optional[datetime.datetime]]: + """Get an entry from the Lavalink table""" + result = await self._fetch_one(values) + if not result or not isinstance(result.query, dict): + return None, None + return result.query, result.updated_on + + async def fetch_all(self, values: MutableMapping) -> List[LavalinkCacheFetchResult]: + """Get all entries from the Lavalink table""" + result = await self._fetch_all(values) + if result and isinstance(result[0], LavalinkCacheFetchResult): + return result + return [] + + async def fetch_random(self, values: MutableMapping) -> Optional[MutableMapping]: + """Get a random entry from the Lavalink table""" + result = await self._fetch_random(values) + if not result or not isinstance(result.query, dict): + return None + return result.query + + async def fetch_all_for_global(self) -> List[LavalinkCacheFetchForGlobalResult]: + """Get all entries from the Lavalink table""" + output: List[LavalinkCacheFetchForGlobalResult] = [] + row_result = [] + if self.fetch_for_global is None: + return [] + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [executor.submit(self.database.cursor().execute, self.statement.get_all_global)] + ): + try: + row_result = future.result() + except Exception as exc: + log.verbose("Failed to completed fetch from database", exc_info=exc) + async for row in AsyncIter(row_result): + output.append(self.fetch_for_global(*row)) + return output + + +class LocalCacheWrapper: + """Wraps all table apis into 1 object representing the local cache""" + + def __init__( + self, bot: Red, config: Config, conn: APSWConnectionWrapper, cog: Union["Audio", Cog] + ): + self.bot = bot + self.config = config + self.database = conn + self.cog = cog + self.lavalink: LavalinkTableWrapper = LavalinkTableWrapper(bot, config, conn, self.cog) + self.spotify: SpotifyTableWrapper = SpotifyTableWrapper(bot, config, conn, self.cog) + self.youtube: YouTubeTableWrapper = YouTubeTableWrapper(bot, config, conn, self.cog) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..57be1e8b40d3427c9298cc40e2625069eb48d031 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/af-ZA.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 698\n" +"Language: af_ZA\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..9ca2a6b285d105fd0ee42ba800ea4d98940ab0ad --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ar-SA.po @@ -0,0 +1,78 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 698\n" +"Language: ar_SA\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "فشل في الحصول على المسارات ، التخطي المتبقي." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "لا يبدو أن هذا عنوان URL أو رمز Spotify مدعوم." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "تم إعادة تعيين الاتصال أثناء تحميل قائمة التشغيل." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "مهلة اللاعب، تخطي المسارات المتبقية." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "قائمة التشغيل قائمة الانتظار" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "أضاف {num} مسارات إلى قائمة الانتظار.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "أضاف {num} مسارات إلى قائمة الانتظار.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "لم يتم العثور على أي شيء.\n" +"قد يكون مفتاح واجهة برمجة التطبيقات على اليوتيوب غير صالح أو قد تكون مقيدا على خدمة البحث على اليوتيوب.\n" +"تحقق من مفتاح API على اليوتيوب مرة أخرى واتبع الإرشادات في '{prefix}مجموعة سمعية Youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..fa07cf747500f530dd75aea76297b6ec22c45342 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/bg-BG.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 698\n" +"Language: bg_BG\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..45e85904b5d6405573fe6a5c0dfe1d944ae1a005 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/bs-BA.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 698\n" +"Language: bs_BA\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..a959a38a686fb771ba1ceae7c973cafd2f55daf6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ca-ES.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 698\n" +"Language: ca_ES\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..a3467c1c194cd9134101c0823cd78a21609f950e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/cs-CZ.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 698\n" +"Language: cs_CZ\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Nepodařilo se získat skladby, přeskakuji zbývající." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API klíč nebo klientský tajný klíč nebyl správně nastaven. \n" +"Pro pokyny použijte `{prefix}audioset spotifyapi`." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Nezdá se, že by to byla platná adresa Spotify playlistu/alba nebo kód." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Pravděpodobně se nejedná o podporovaný Spotify odkaz nebo kód." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Připojení bylo obnoveno při načítání seznamu skladeb." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Vypršel časový limit přehrávače, přeskakuji zbývající skladby." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} skladby nemůžou být zařazeny do fronty." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Playlist zařazen do fronty" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Přidáno {num} skladeb do fronty.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} do začátku přehrávání playlistu: je na #{position} pozici ve frontě" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Nic nenalezeno.\n" +"YouTube API klíč může být neplatný nebo může být omezen na YouTube's vyhledávací službu.\n" +"Podívejte se znovu na YouTube API klíč a postupujte podle instrukcí na `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Váš YouTube data API token je neplatný.\n" +"Zkontrolujte YouTube API klíč a postupujte podle instrukcí na `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "Kód chyby API pro YouTube: 403\n" +"Váš YouTube API klíč možná dosáhl dnešního limitu dotazu na účet. Prosím zkontrolujte pro více informací." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..a7c0241d4e0180a0debf53522f370d9e5ac6a894 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/da-DK.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 698\n" +"Language: da_DK\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..fa03ff90429b9395f1c9aedae1cfb49881ff9164 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/de-DE.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 698\n" +"Language: de_DE\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Fehler beim laden der Tracks. Verbleibende Tracks werden übersprungen." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Der Spotify API Key oder dar Client secret wurden nicht richtig eingestellt.\n" +" Benutze `{prefix}audioset spotifyapi` für eine Anleitung." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Dies scheint keine gültige Spotify-Playlist/Album-URL oder Spotify-Code zu sein." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Dies scheint keine unterstützte Spotify-URL oder Spotify-Code zu sein." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Die Verbindung wurde zurückgesetzt beim Laden der Playlist." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Audioplayer-Timeout. Verbleibende Titel werden übersprungen." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} Tracks können nicht zur Warteschlange hinzugefügt werden." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Playlist eingereiht" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Es wurden {num} Tracks zu der Playlist hinzugefügt.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} bis zum Start der Playlist: beginnt bei #{position} in der Warteschlange" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Nichts Gefunden.\n" +" Der Youtube API Key könnte falsch sein oder du überschreitest das Rate Limit der Youtube Suche.\n" +" Kontrollieren den Youtube API Key nocheinmal und dann folge der Anleitung bei `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Dein YouTube Data API Token ist ungültig.\n" +"Überprüfe den YouTube API Schlüssel nochmal und folge den Anweisungen unter `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API Fehlercode: 403\n" +"Dein YouTube API Schlüssek hat womöglich das heutige Anfragelimit des Kontos erreicht. Bitte folge folgendem Link für mehr Informationen: ." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..dc4e6ca026abea58bd9ea4ffc9427ceabd5c1d16 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/el-GR.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 698\n" +"Language: el_GR\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..3e78458e99c47f4996e895ccc3ac0329f418f487 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/es-ES.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 698\n" +"Language: es_ES\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Falta al obtener pistas, omitiendo el resto." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "La clave API de Spotify o el cliente secreto no se han configurado correctamente. \n" +"Usa `{prefix}audioset spotifyapi` para obtener instrucciones." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Esta no parece ser una URL o código válido de la lista/álbum de Spotify." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Esta no parece ser una URL o código compatible con Spotify." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "La conexión se reinició mientras se cargaba la lista de reproducción." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Tiempo de espera del reproductor, omitiendo pistas restantes." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} pistas no pueden ser puestas en cola." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Lista de reproducción en cola" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Añadido {num} pistas a la cola.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} hasta el inicio de la reproducción de la lista: comienza en #{position} en cola" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "No se ha encontrado nada.\n" +"La clave API de YouTube puede ser inválida o puede que estés limitado al servicio de búsqueda de YouTube.\n" +"Comprueba de nuevo la clave API de YouTube y sigue las instrucciones en `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Su token de la API de datos de YouTube no es válido.\n" +"Verifique la clave API de YouTube nuevamente y siga las instrucciones en `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "Código de error de la API de YouTube: 403\n" +"Tu clave API de YouTube puede haber alcanzado el límite de consultas de la cuenta para hoy. Consulte para obtener más información." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..b5283b12f642f0d9fb67aefe8475e3fd14b360b4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/fi-FI.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 698\n" +"Language: fi_FI\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Kappaleiden hakeminen ei onnistu, ohitetaan jäljellä olevat." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API-avainta tai client secret -arvoa ei ole asetettu oikein. \n" +"Käytä`{prefix}audioset spotifyapi` saadaksesi ohjeita." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Tuo ei näytä olevan kelvollinen soittolistan/albumin Spotify-osoite tai -koodi." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Tuo ei näytä olevan kelvollinen Spotify-osoite tai -koodi." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Yhteys nollattiin soittolistaa ladatessa." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Toistimen aikakatkaisu, ohitetaan jäljellä olevat kappaleet." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} kappaletta ei voida lisätä jonoon." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Soittolista lisätty jonoon" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Lisättiin {num} kappaletta jonoon.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} aikaa soittolistan toiston aloittamiseen: alkaa sijalla #{position} jonossa" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Mitään ei löytynyt.\n" +"Asettamasi YouTube API-avain voi olla virheellinen tai sinun liikennettäsi voidaan rajoittaa YouTuben hakupalvelussa.\n" +"Tarkista YouTube API-avain ja seuraa ohjeita jotka saat komennolla `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "YouTube Data API token -arvosi on virheellinen.\n" +"Tarkista YouTube API-avaimesi ja seuraa ohjeita jotka saat komennolla `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API -virhekoodi: 403\n" +"YouTube API-avaimesi voi olla saavuttanut päivittäisen käyttörajansa. Tarkista saadaksesi lisätietoja." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..0be3a10f450edd94ece150a3e6e0b1bafd6a4dc7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/fr-FR.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 698\n" +"Language: fr_FR\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Impossible d'obtenir les pistes, pistes ignorées." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "La clé API de Spotify ou le secret client n'ont pas étés correctement définis. \n" +"Utilisez `{prefix}audioset spotifyapi` pour connaître la marche à suivre." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Cela ne semble pas être une URL ou un album/playlist Spotify valide." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Cela ne semble pas être une URL ou un code Spotify pris en charge." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "La connexion a été réinitialisée lors du chargement de la playlist." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Arrêt du lecteur, pistes restantes ignorées." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} pistes ne peuvent pas être mises en attente." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Playlist en file d’attente" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Ajout de {num} pistes à la file d'attente.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} avant le début de la lecture de la playlist : commence à #{position} dans la liste" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Rien n'a été trouvé.\n" +"La clé de l'API YouTube peut être invalide ou vous pouvez être limité sur le service de recherche de YouTube.\n" +"Vérifiez à nouveau la clé de l'API YouTube et suivez les instructions à `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Votre jeton d'API YouTube Data n'est pas valide.\n" +"Vérifiez, de nouveau, la clé de l'API YouTube et suivez les instructions données par `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "Code d'erreur de l'API YouTube : 403\n" +"Votre clé API YouTube peut avoir atteint la limite de requêtes du compte pour aujourd'hui. Veuillez consulter pour plus d'informations." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..53414f12a2cf4a7df7945d09e44fa34dc0804bd7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/he-IL.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 698\n" +"Language: he_IL\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..13b612708b1fc1c493b1692330d052f99836e30c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/hi-IN.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 698\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..e332084ace7d6160cd85785c19b031a1185fcdc0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/hu-HU.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 698\n" +"Language: hu_HU\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..763c9ef938866a1334f58cdbefd20df78d2802be --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/id-ID.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 698\n" +"Language: id_ID\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Gagal mendapatkan trek, melewatkan sisa." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Kunci Spotify API atau rahasia klien belum disetel dengan benar.\n" +"Gunakan `{prefix} audioset spotifyapi` untuk mendapatkan petunjuk." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Tampaknya ini bukan URL atau kode playlist/album Spotify yang valid." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Tampaknya ini bukan URL atau kode Spotify yang didukung." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Sambungan disetel ulang saat memuat daftar putar." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Waktu tunggu pemain, melewatkan trek yang tersisa." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} lagu tidak dapat diantrekan." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Antrean Daftar Putar" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Menambahkan {num} trek ke antrian. {maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} hingga dimulainya pemutaran playlist: dimulai dari #{position} dalam antrian" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Tidak ada yang ditemukan. \n" +"Kunci API YouTube mungkin tidak valid atau kecepatan Anda mungkin dibatasi di layanan penelusuran YouTube. \n" +"Periksa lagi kunci API YouTube dan ikuti petunjuk di `{prefix} audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Token API Data YouTube Anda tidak valid. \n" +"Periksa kembali kunci API YouTube dan ikuti petunjuk di `{prefix} audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "Kode kesalahan API YouTube: 403\n" +"Kunci API YouTube Anda mungkin telah mencapai batas kueri akun untuk hari ini. Periksa untuk informasi lebih lanjut." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..29dffb85430474f391d10f078731e894ed274cf8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/it-IT.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 698\n" +"Language: it_IT\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Impossibile ottenere le tracce, salto le rimanenti." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "La chiave API o il client secret di Spotify non sono stati impostati correttamente. \n" +"Usa `{prefix}audioset spotifyapi` per le istruzioni." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Questo non sembra essere un URL playlist/album o un codice Spotify valido." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Questo non sembra essere un URL o un codice Spotify supportato." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "La connessione è stata reimpostata durante il caricamento della playlist." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Timeout del lettore, salto le tracce rimanenti." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} tracce non possono essere accodate." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Playlist in coda" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Aggiunte {num} tracce alla coda.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} fino all'inizio della riproduzione della playlist: inizia da #{position} in coda" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Trovato nulla.\n" +"La chiave API di YouTube potrebbe non essere valida o potresti essere limitato dal servizio di ricerca di YouTube.\n" +"Controlla di nuovo la chiave API di YouTube e segui le istruzioni su `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Il tuo token API di YouTube non è valido.\n" +"Controlla nuovamente la chiave API di YouTube e segui le istruzioni su `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "Codice di errore API di YouTube: 403\n" +"La tua chiave API di YouTube potrebbe aver raggiunto il limite di query dell'account per oggi. Controlla per ulteriori informazioni." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..3ab9552e6d01baee199df84f1b431e2461f5d2df --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ja-JP.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 698\n" +"Language: ja_JP\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..fbb685a3dc66a99b8d2e256e9c31960eaed67023 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ko-KR.po @@ -0,0 +1,80 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 698\n" +"Language: ko_KR\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "트랙을 추가하지 못해 나머지는 건너 뜁니다." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "You deleted the translation \"Spotify API 키 또는 client secret이 올바르게 설정되지 않았습니다. \n" +"`{prefix}audioset spotifyapi`를 사용하여 명령어들을 확인하세요.\"" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "유효한 Spotify 재생 목록, 앨범 URL 또는 코드가 아닌것 같습니다." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "지원되는 Spotify URL 또는 코드가 아닌 것 같습니다." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "재생 목록을 로드하는 동안 연결이 재설정되었습니다." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "플래이어 시간이 초과되었습니다. 남은 트랙들을 건너 뜁니다." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} 을 대기열에 추가할 수 없습니다." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "대기중인 재생 목록" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "대기열에 {num} 개의 트랙이 추가되었습니다. {maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "재생 목록 재생이 시작될 때까지 {time} 남았습니다.: 대기열의 #{position} 에 시작합니다." + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "검색 결과가 없습니다.\n" +" 유튜브 API키가 유효하지 않거나 유튜브 검색 서비스 제한이 걸렸을 수도 있습니다. \n" +"유튜브 API 키를 다시 확인하고 `{prefix}audioset youtubeapi`.에서 지침을 확인하세요." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "귀하의 YouTube Data API 토큰이 유효하지 않습니다.\n" +"YouTube API 키를 다시 한번 확인하시고, `{prefix}audioset youtubeapi`의 지침서를 따르세요." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..3c3c351591839734a24d52316df9d2ee3249575d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/nb-NO.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 698\n" +"Language: nb_NO\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Klarer ikke å få spor, hopper over." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API-nøkkelen eller klienten hemmelig har ikke blitt satt ordentlig. \n" +"Bruk `{prefix}audioset spotifyapi` for instruksjoner." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Dette ser ikke ut til å være en gyldig Spotify-spilleliste/album-URL eller kode." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Dette ser ikke ut til å være en støttet URL eller kode fra Spotify." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Tilkoblingen ble tilbakestilt under lasting av spillelisten." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Spillerens tidsavbrudd hopper over gjenstående spor." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} spor kan ikke legges i kø." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Spilleliste lagt i kø" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "La til {num} spor i avspillingskøen.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} til start av spilleliste avspilling: starter på #{position} i kø" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Fant ingenting.\n" +"YouTube-API-nøkkelen kan være ugyldig eller du kan ha begrenset hyppighet på YouTube's søketjeneste.\n" +"Sjekk YouTube API-nøkkelen igjen og følg instruksjonene på `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "YouTube-data API token er ugyldig.\n" +"Sjekk YouTube API-nøkkel igjen, og følg instruksjonene på `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API-feilkode: 403\n" +"YouTube-API-nøkkelen kan ha nådd grensen for antall spørringer fra kontoen i dag. Kontroller for mer informasjon." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..2dc438a7af76b64bdd0dbae5eca0b317c216cc88 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/nl-NL.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 698\n" +"Language: nl_NL\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Fout bij het krijgen van tracks, resterend overslaan." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "De Spotitify API-sleutel of clientgeheim is niet correct ingesteld. \n" +"Gebruik `{prefix}audioset spotifyapi` voor instructies." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Dit lijkt geen geldige Spotify afspeellijst/album URL of code te zijn." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Dit lijkt geen ondersteunde Spotify URL of code te zijn." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "De verbinding is gereset tijdens het laden van de afspeellijst." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Speler time-out, resterende nummers worden overgeslagen." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} nummers kunnen niet in de wachtrij worden geplaatst." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Afspeellijst toegevoegd" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Er zijn {num} nummers toegevoegd aan de wachtrij.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} tot het begin van het afspelen van de afspeellijst: begint bij #{position} in de wachtrij" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Niets gevonden.\n" +"De YouTube API key is mogelijk ongeldig of u bent gelimiteerd voor de zoekservice van YouTube.\n" +"Controleer opnieuw de YouTube-API-sleutel en volg de instructies op `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Uw YouTube Data API token is ongeldig.\n" +"Controleer de YouTube API key opnieuw en volg de instructies op`{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API foutcode: 403\n" +"Uw YouTube API key heeft mogelijk de query limiet van vandaag van uw account bereikt. Controleer voor meer informatie." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..0ba6df898b6778c58ac6745656cb4cf710195485 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pl-PL.po @@ -0,0 +1,79 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 698\n" +"Language: pl_PL\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Nie udało się uzyskać utworów, pomijam pozostałe." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Klucz Spotify API lub sekret klienta nie zostały poprawnie ustawione. \n" +"Użyj `{prefix}audioset spotifyapi` dla dalszych instrukcji." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Wygląda na to, że nie jest to poprawny adres URL listy odtwarzania/albumu Spotify." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Wygląda na to, że nie jest to obsługiwany adres URL lub kod Spotify." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Połączenie zostało zresetowane podczas ładowania listy odtwarzania." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Limit czasu odtwarzacza, pomijam pozostałe utwory." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} utworów nie może zostać zakolejkowane." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Lista odtwarzania zakolejkowana" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Dodano {num} utworów do kolejki.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} do rozpoczęcia odtwarzania listy odtwarzania: zaczyna się od #{position} w kolejce" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Niczego nie znaleziono.\n" +"Klucz API YouTube może być nieprawidłowy lub może być ograniczany w usłudze wyszukiwania YouTube.\n" +"Sprawdź ponownie klucz API YouTube i postępuj zgodnie z instrukcjami z `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..47501ed76fdd4b92279ed0ea746a4a6867ffe0a7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pt-BR.po @@ -0,0 +1,78 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 698\n" +"Language: pt_BR\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Falha ao obter as faixas; saltando as faixas restantes." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Isto não parece ser uma URL ou código do Spotify válido." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "A conexão foi redefinida durante o carregamento da lista de reprodução." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Tempo limite do reprodutor atingido; saltando as faixas restantes." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Lista de reprodução enfileirada" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{num} faixas enfileiradas.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} até o início da reprodução da lista: começa na posição #{position} da fila" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Nada encontrado.\n" +"A chave de API do YouTube pode ser inválida ou você pode estar sendo limitado pelas cotas do serviço de busca do YouTube.\n" +"Verifique a chave de API do YouTube novamente e siga as instruções em `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..215b3f0c1f663b1f376b76c22c7f80db7226c2f2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/pt-PT.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 698\n" +"Language: pt_PT\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..c4fddbda7bbb5a6387045d739e7a9de628965338 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ro-RO.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 698\n" +"Language: ro_RO\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..c21f2a758dfbc64dc1334d014fe6d7bc1e0e52e6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/ru-RU.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 698\n" +"Language: ru_RU\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Не удалось получить треки, пропускаю оставшиеся треки." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "API ключ Spotify или секрет клиента были установлены неправильно. \n" +"Для получения инструкций используйте `{prefix}audioset spotifyapi`." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Это не похоже на действительный адрес или код Spotify." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Возможно, этот формат файла не поддерживается." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Соединение было сброшено при загрузке плейлиста." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Тайм-аут проигрывателя, пропуск оставшихся треков." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} невозможно добавить в очередь." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Плейлист добавлен в очередь" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{num} треков добавлено в очередь.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} до начала воспроизведения плейлиста: начинается с #{position} в очереди" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Ничего не найдено.\n" +"Ключ YouTube API может быть недействительным или вы можете оценить его в поисковой службе YouTube.\n" +"Проверьте YouTube API еще раз и следуйте инструкциям в `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Ваш токен API YouTube Data недействителен.\n" +"Проверьте ключ YouTube API снова и следуйте инструкциям в `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "Код ошибки YouTube API: 403\n" +"Ваш ключ YouTube API достиг лимита запросов на сегодня. Пожалуйста, перейдите по ссылке для получения дополнительной информации." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..845ac41fdf286154bedc88ff48d601a06bba5138 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sk-SK.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 698\n" +"Language: sk_SK\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..e9ff47c4eb325de451a03292264da3c13e5a7918 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sl-SI.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 698\n" +"Language: sl_SI\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Skladb ni bilo mogoče dobiti, preskakujem preostalo." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API ključ ali Client Secret niso nastavljeni pravilno. \n" +"Uporabi `{prefix}audioset spotifyapi` za navodila." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Zdi se, da to ni veljaven Spotify URL ali koda seznama predvajanja/albuma." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Zdi se, da to ni podprt Spotify URL ali koda." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Povezava je bila prekinjena med nalaganjem seznama predvajanja." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Časovna omejitev predvajalnika, preskakovanje preostalih skladb." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} ne morejo biti dodani v čakalno vrsto." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Seznam predvajanja dodan v čakalno vrsto" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Dodano {num} skladb v čakalno vrsto.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} do začetka predvajanja seznama: začetek na #{position} v čakalni vrsti" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Ni zadetka.\n" +"Ključ za API za YouTube je morda neveljaven ali pa je v YouTub-ovi storitvi za iskanje omejitev.\n" +"Preveri API ključ za YouTube znova in sledi navodilom na `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Vaš žeton za YouTube podatkovni API ni veljaven.\n" +"Preveri API ključ za YouTube znova in sledi navodilom na `{prefix}audioset youtubeapi`." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API koda napake 403\n" +"Vaš ključ za API za YouTube je danes dosegel omejitev poizvedb v računu. Prosim preveri za več informacij." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..ff10c20d9d6d82746dd10af864bb626bff9bb4a0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sr-CS.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 698\n" +"Language: sr_CS\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..198724a67813d8c119cd4f940bd632d467fe36b4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sr-SP.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 698\n" +"Language: sr_SP\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..f004da27a56b913994cec0aceae2f79f9bd21529 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/sv-SE.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 698\n" +"Language: sv_SE\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..3b7ca6ad27fb140e131472060e9a3a1cb7a4d46d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/tr-TR.po @@ -0,0 +1,82 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 698\n" +"Language: tr_TR\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "Parça alınamıyor, atlanıyor." + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API anahtarı veya istemci sırrı düzgün ayarlanmamış. \n" +"Yönergeler için `{prefix}audioset spotifyapi` komutunu çalıştırın." + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "Bu geçerli bir Spotify çalma listesi / albüm URL'si veya Kodu gibi görünmüyor." + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Bu geçerli bir Spotify URL'si ya da kodu gibi gözükmüyor." + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "Playlist yüklenirken bağlantı yenilendi." + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "Oynatıcı zaman aşımına uğradı, kalan parçalar atlanıyor." + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} parçalar sıraya alınamaz." + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "Playlist sıraya alındı" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{num} adet şarkı sıraya eklendi.{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "Playlistin başlamasına {time} süre var: #{position} sırasında başlar" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Hiçbir şey bulunamadı.\n" +"Youtube API anahtarı geçersiz veya YouTube arama hizmetinden geçici olarak engellenmiş olabilir.\n" +"YouTube API anahtarını tekrar kontrol edin ve `{prefix}audioset youtubeapi` komutundaki yönergeleri takip edin." + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "Youtube Data API anahtarınız geçersiz.\n" +"Youtube API anahtarınızı tekrar kontrol edin ve `{prefix}audioset youtubeapi` komutunun verdiği talimatları takip edin." + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API hata kodu: 403\n" +"YouTube API anahtarınız bu günkü istek limitine ulaşmış olabilir. Daha fazla bilgi için lütfen\n" +" adresini ziyaret edin." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..119882617b108194eb0ff6344c33b23a58c29917 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/uk-UA.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 698\n" +"Language: uk_UA\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..904d0c53c6a7f71070d9a75fee0ce00cf76d1b7b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/vi-VN.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 698\n" +"Language: vi_VN\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..865646878852116707a5c5c5b216589cd7185b9e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-CN.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 698\n" +"Language: zh_CN\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "无法获取曲目,跳过其余曲目" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API 密钥或客户端密钥未正确设置 \n" +"使用 `{prefix}audioset spotifyapi` 获得指导" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "这似乎不是一个有效的 Spotify 播放列表/专辑URL或代码" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "这似乎不是受支持的Spotify URL或代码" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "加载播放列表时重置了连接" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "播放器超时,跳过剩余的曲目" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} 曲目无法排队" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "排队播放列表" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "已将{num} 条曲目添加到队列 {maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} 直到播放列表开始:从队列中的#{position} 开始" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "未找到任何内容\n" +"YouTube API 密钥可能无效,或者你可能被限制在 YouTube 搜索服务中。\n" +"再次检查YouTube API 密钥,并按照`{prefix}audioset youtubeapi`中的说明进行操作" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "你的 YouTube Data API 令牌无效\n" +"再次检查YouTube API 密钥并按照`{prefix}audioset youtubeapi` 中的说明进行操作" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API 错误代码:403\n" +"你的 YouTube API 密钥可能已经达到今天帐户的查询限制。请查看 获取更多信息" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..87e71548ba923bfc4814440e23e1d2898858822e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-HK.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 698\n" +"Language: zh_HK\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..014ee903f5a64aee051daefd398e77b86a485f91 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/locales/zh-TW.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-18 22:56+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 698\n" +"Language: zh_TW\n" + +#: redbot/cogs/audio/apis/interface.py:276 +#: redbot/cogs/audio/apis/interface.py:606 +msgid "Failing to get tracks, skipping remaining." +msgstr "無法取得歌曲,跳過剩餘的歌曲。" + +#: redbot/cogs/audio/apis/interface.py:309 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API key 或 client secret 未正確設定。\n" +"請使用`{prefix} audioset spotifyapi`取得指示。" + +#: redbot/cogs/audio/apis/interface.py:351 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "這似乎不是有效的 Spotify 播放清單/專輯 URL 或代碼。" + +#: redbot/cogs/audio/apis/interface.py:477 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "這似乎不是支援的 Spotify URL 或代碼。" + +#: redbot/cogs/audio/apis/interface.py:567 +msgid "The connection was reset while loading the playlist." +msgstr "載入播放清單時重設了連線。" + +#: redbot/cogs/audio/apis/interface.py:578 +msgid "Player timeout, skipping remaining tracks." +msgstr "播放器逾時,跳過剩餘歌曲。" + +#: redbot/cogs/audio/apis/interface.py:672 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} 首歌曲無法排入佇列。" + +#: redbot/cogs/audio/apis/interface.py:680 +msgid "Playlist Enqueued" +msgstr "播放清單已加入佇列" + +#: redbot/cogs/audio/apis/interface.py:681 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "已將 {num} 首歌曲加入佇列。{maxlength_msg}" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} 後開始播放: 從佇列的第 #{position} 首開始" + +#: redbot/cogs/audio/apis/interface.py:698 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "找不到任何內容。\n" +"您的YouTube API key可能是無效的,或是您在 YouTube 的搜尋服務上受到速率限制。\n" +"請檢查 YouTube API key,然後依照`{prefix}audioset youtubeapi`中的指示操作。" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "您的YouTube API token無效。\n" +"請再次檢查YouTube API key,然後依照`{prefix} audioset youtubeapi`上的說明進行操作。" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "YouTube API錯誤代碼:403\n" +"您今天的YouTube API key可能已達到帳戶的每日配額。 請查看來了解更多訊息。" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/persist_queue_wrapper.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/persist_queue_wrapper.py new file mode 100644 index 0000000000000000000000000000000000000000..acd89a55c90c4ad5f2d456b6b8174dc405540f86 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/persist_queue_wrapper.py @@ -0,0 +1,135 @@ +import concurrent +import json +import time +from pathlib import Path + +from types import SimpleNamespace +from typing import TYPE_CHECKING, List, Union + +import lavalink +from red_commons.logging import getLogger + +from redbot.core import Config +from redbot.core.bot import Red +from redbot.core.commands import Cog +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.dbtools import APSWConnectionWrapper + +from ..sql_statements import ( + PERSIST_QUEUE_BULK_PLAYED, + PERSIST_QUEUE_CREATE_INDEX, + PERSIST_QUEUE_CREATE_TABLE, + PERSIST_QUEUE_DELETE_SCHEDULED, + PERSIST_QUEUE_DROP_TABLE, + PERSIST_QUEUE_FETCH_ALL, + PERSIST_QUEUE_PLAYED, + PERSIST_QUEUE_UPSERT, + PRAGMA_FETCH_user_version, + PRAGMA_SET_journal_mode, + PRAGMA_SET_read_uncommitted, + PRAGMA_SET_temp_store, + PRAGMA_SET_user_version, +) +from .api_utils import QueueFetchResult + +log = getLogger("red.cogs.Audio.api.PersistQueueWrapper") +_ = Translator("Audio", Path(__file__)) + +if TYPE_CHECKING: + from .. import Audio + + +class QueueInterface: + def __init__( + self, bot: Red, config: Config, conn: APSWConnectionWrapper, cog: Union["Audio", Cog] + ): + self.bot = bot + self.database = conn + self.config = config + self.cog = cog + self.statement = SimpleNamespace() + self.statement.pragma_temp_store = PRAGMA_SET_temp_store + self.statement.pragma_journal_mode = PRAGMA_SET_journal_mode + self.statement.pragma_read_uncommitted = PRAGMA_SET_read_uncommitted + self.statement.set_user_version = PRAGMA_SET_user_version + self.statement.get_user_version = PRAGMA_FETCH_user_version + self.statement.create_table = PERSIST_QUEUE_CREATE_TABLE + self.statement.create_index = PERSIST_QUEUE_CREATE_INDEX + + self.statement.upsert = PERSIST_QUEUE_UPSERT + self.statement.update_bulk_player = PERSIST_QUEUE_BULK_PLAYED + self.statement.delete_scheduled = PERSIST_QUEUE_DELETE_SCHEDULED + self.statement.drop_table = PERSIST_QUEUE_DROP_TABLE + + self.statement.get_all = PERSIST_QUEUE_FETCH_ALL + self.statement.get_player = PERSIST_QUEUE_PLAYED + + async def init(self) -> None: + """Initialize the PersistQueue table""" + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, self.statement.pragma_temp_store) + executor.submit(self.database.cursor().execute, self.statement.pragma_journal_mode) + executor.submit(self.database.cursor().execute, self.statement.pragma_read_uncommitted) + executor.submit(self.database.cursor().execute, self.statement.create_table) + executor.submit(self.database.cursor().execute, self.statement.create_index) + + async def fetch_all(self) -> List[QueueFetchResult]: + """Fetch all playlists""" + output = [] + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [ + executor.submit( + self.database.cursor().execute, + self.statement.get_all, + ) + ] + ): + try: + row_result = future.result() + except Exception as exc: + log.verbose("Failed to complete playlist fetch from database", exc_info=exc) + return [] + + async for index, row in AsyncIter(row_result).enumerate(start=1): + output.append(QueueFetchResult(*row)) + return output + + async def played(self, guild_id: int, track_id: str) -> None: + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit( + self.database.cursor().execute, + PERSIST_QUEUE_PLAYED, + {"guild_id": guild_id, "track_id": track_id}, + ) + + async def delete_scheduled(self): + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, PERSIST_QUEUE_DELETE_SCHEDULED) + + async def drop(self, guild_id: int): + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit( + self.database.cursor().execute, PERSIST_QUEUE_BULK_PLAYED, ({"guild_id": guild_id}) + ) + + async def enqueued(self, guild_id: int, room_id: int, track: lavalink.Track): + enqueue_time = track.extras.get("enqueue_time", 0) + if enqueue_time == 0: + track.extras["enqueue_time"] = int(time.time()) + track_identifier = track.track_identifier + track = self.cog.track_to_json(track) + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit( + self.database.cursor().execute, + PERSIST_QUEUE_UPSERT, + { + "guild_id": int(guild_id), + "room_id": int(room_id), + "played": False, + "time": enqueue_time, + "track": json.dumps(track), + "track_id": track_identifier, + }, + ) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/playlist_interface.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/playlist_interface.py new file mode 100644 index 0000000000000000000000000000000000000000..356e13ec15f906796a421b784181fe549fbc4c0b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/playlist_interface.py @@ -0,0 +1,650 @@ +from pathlib import Path + +from typing import List, MutableMapping, Optional, Union + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core import Config, commands +from redbot.core.bot import Red +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +from ..errors import NotAllowed +from ..utils import PlaylistScope +from .api_utils import PlaylistFetchResult, prepare_config_scope, standardize_scope +from .playlist_wrapper import PlaylistWrapper + +log = getLogger("red.cogs.Audio.api.PlaylistsInterface") +_ = Translator("Audio", Path(__file__)) + + +class Playlist: + """A single playlist.""" + + def __init__( + self, + bot: Red, + playlist_api: PlaylistWrapper, + scope: str, + author: int, + playlist_id: int, + name: str, + playlist_url: Optional[str] = None, + tracks: Optional[List[MutableMapping]] = None, + guild: Union[discord.Guild, int, None] = None, + ): + self.bot = bot + self.guild = guild + self.scope = standardize_scope(scope) + self.config_scope = prepare_config_scope(self.bot, self.scope, author, guild) + self.scope_id = self.config_scope[-1] + self.author = author + self.author_id = getattr(self.author, "id", self.author) + self.guild_id = ( + getattr(guild, "id", guild) if self.scope == PlaylistScope.GLOBAL.value else None + ) + self.id = playlist_id + self.name = name + self.url = playlist_url + self.tracks = tracks or [] + self.tracks_obj = [lavalink.Track(data=track) for track in self.tracks] + self.playlist_api = playlist_api + + def __repr__(self): + return ( + f"Playlist(name={self.name}, id={self.id}, scope={self.scope}, " + f"scope_id={self.scope_id}, author={self.author_id}, " + f"tracks={len(self.tracks)}, url={self.url})" + ) + + async def edit(self, data: MutableMapping): + """ + Edits a Playlist. + Parameters + ---------- + data: dict + The attributes to change. + """ + # Disallow ID editing + if "id" in data: + raise NotAllowed("Playlist ID cannot be edited.") + + for item in list(data.keys()): + setattr(self, item, data[item]) + await self.save() + return self + + async def save(self): + """Saves a Playlist.""" + scope, scope_id = self.config_scope + await self.playlist_api.upsert( + scope, + playlist_id=int(self.id), + playlist_name=self.name, + scope_id=scope_id, + author_id=self.author_id, + playlist_url=self.url, + tracks=self.tracks, + ) + + def to_json(self) -> MutableMapping: + """Transform the object to a dict. + Returns + ------- + dict + The playlist in the form of a dict. + """ + data = dict( + id=self.id, + author=self.author_id, + guild=self.guild_id, + name=self.name, + playlist_url=self.url, + tracks=self.tracks, + ) + + return data + + @classmethod + async def from_json( + cls, + bot: Red, + playlist_api: PlaylistWrapper, + scope: str, + playlist_number: int, + data: PlaylistFetchResult, + **kwargs, + ) -> "Playlist": + """Get a Playlist object from the provided information. + Parameters + ---------- + bot: Red + The bot's instance. Needed to get the target user. + playlist_api: PlaylistWrapper + The Playlist API interface. + scope:str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + playlist_number: int + The playlist's number. + data: PlaylistFetchResult + The PlaylistFetchResult representation of the playlist to be gotten. + **kwargs + Extra attributes for the Playlist instance which override values + in the data dict. These should be complete objects and not + IDs, where possible. + Returns + ------- + Playlist + The playlist object for the requested playlist. + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + guild = data.scope_id if scope == PlaylistScope.GUILD.value else kwargs.get("guild") + author = data.author_id + playlist_id = data.playlist_id or playlist_number + name = data.playlist_name + playlist_url = data.playlist_url + tracks = data.tracks + + return cls( + bot=bot, + playlist_api=playlist_api, + guild=guild, + scope=scope, + author=author, + playlist_id=playlist_id, + name=name, + playlist_url=playlist_url, + tracks=tracks, + ) + + +class PlaylistCompat23: + """A single playlist, migrating from Schema 2 to Schema 3""" + + def __init__( + self, + bot: Red, + playlist_api: PlaylistWrapper, + scope: str, + author: int, + playlist_id: int, + name: str, + playlist_url: Optional[str] = None, + tracks: Optional[List[MutableMapping]] = None, + guild: Union[discord.Guild, int, None] = None, + ): + self.bot = bot + self.guild = guild + self.scope = standardize_scope(scope) + self.author = author + self.id = playlist_id + self.name = name + self.url = playlist_url + self.tracks = tracks or [] + + self.playlist_api = playlist_api + + @classmethod + async def from_json( + cls, + bot: Red, + playlist_api: PlaylistWrapper, + scope: str, + playlist_number: int, + data: MutableMapping, + **kwargs, + ) -> "PlaylistCompat23": + """Get a Playlist object from the provided information. + Parameters + ---------- + bot: Red + The Bot instance. + playlist_api: PlaylistWrapper + The Playlist API interface. + scope:str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + playlist_number: int + The playlist's number. + data: MutableMapping + The JSON representation of the playlist to be gotten. + **kwargs + Extra attributes for the Playlist instance which override values + in the data dict. These should be complete objects and not + IDs, where possible. + Returns + ------- + Playlist + The playlist object for the requested playlist. + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + guild = data.get("guild") or kwargs.get("guild") + author: int = data.get("author") or kwargs.get("author") or 0 + playlist_id = data.get("id") or playlist_number + name = data.get("name", "Unnamed") + playlist_url = data.get("playlist_url", None) + tracks = data.get("tracks", []) + + return cls( + bot=bot, + playlist_api=playlist_api, + guild=guild, + scope=scope, + author=author, + playlist_id=playlist_id, + name=name, + playlist_url=playlist_url, + tracks=tracks, + ) + + async def save(self): + """Saves a Playlist to SQL.""" + scope, scope_id = prepare_config_scope(self.bot, self.scope, self.author, self.guild) + await self.playlist_api.upsert( + scope, + playlist_id=int(self.id), + playlist_name=self.name, + scope_id=scope_id, + author_id=self.author, + playlist_url=self.url, + tracks=self.tracks, + ) + + +async def get_all_playlist_for_migration23( + bot: Red, + playlist_api: PlaylistWrapper, + config: Config, + scope: str, + guild: Union[discord.Guild, int] = None, +) -> List[PlaylistCompat23]: + """ + Gets all playlist for the specified scope. + Parameters + ---------- + bot: Red + The Bot instance. + playlist_api: PlaylistWrapper + The Playlist API interface. + config: Config + The Audio cog Config instance. + scope: str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + guild: discord.Guild + The guild to get the playlist from if scope is GUILDPLAYLIST. + Returns + ------- + list + A list of all playlists for the specified scope + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + playlists = await config.custom(scope).all() + if scope == PlaylistScope.GLOBAL.value: + return [ + await PlaylistCompat23.from_json( + bot, + playlist_api, + scope, + playlist_number, + playlist_data, + guild=guild, + author=int(playlist_data.get("author", 0)), + ) + async for playlist_number, playlist_data in AsyncIter(playlists.items()) + ] + elif scope == PlaylistScope.USER.value: + return [ + await PlaylistCompat23.from_json( + bot, + playlist_api, + scope, + playlist_number, + playlist_data, + guild=guild, + author=int(user_id), + ) + async for user_id, scopedata in AsyncIter(playlists.items()) + async for playlist_number, playlist_data in AsyncIter(scopedata.items()) + ] + else: + return [ + await PlaylistCompat23.from_json( + bot, + playlist_api, + scope, + playlist_number, + playlist_data, + guild=int(guild_id), + author=int(playlist_data.get("author", 0)), + ) + async for guild_id, scopedata in AsyncIter(playlists.items()) + async for playlist_number, playlist_data in AsyncIter(scopedata.items()) + ] + + +async def get_playlist( + playlist_number: int, + scope: str, + bot: Red, + playlist_api: PlaylistWrapper, + guild: Union[discord.Guild, int] = None, + author: Union[discord.abc.User, int] = None, +) -> Playlist: + """ + Gets the playlist with the associated playlist number. + Parameters + ---------- + playlist_number: int + The playlist number for the playlist to get. + playlist_api: PlaylistWrapper + The Playlist API interface. + scope: str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + guild: discord.Guild + The guild to get the playlist from if scope is GUILDPLAYLIST. + author: int + The ID of the user to get the playlist from if scope is USERPLAYLIST. + bot: Red + The bot's instance. + Returns + ------- + Playlist + The playlist associated with the playlist number. + Raises + ------ + `RuntimeError` + If there is no playlist for the specified number. + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + scope_standard, scope_id = prepare_config_scope(bot, scope, author, guild) + playlist_data = await playlist_api.fetch(scope_standard, playlist_number, scope_id) + + if not (playlist_data and playlist_data.playlist_id): + raise RuntimeError(f"That playlist does not exist for the following scope: {scope}") + return await Playlist.from_json( + bot, + playlist_api, + scope_standard, + playlist_number, + playlist_data, + guild=guild, + author=author, + ) + + +async def get_all_playlist( + scope: str, + bot: Red, + playlist_api: PlaylistWrapper, + guild: Union[discord.Guild, int] = None, + author: Union[discord.abc.User, int] = None, + specified_user: bool = False, +) -> List[Playlist]: + """ + Gets all playlist for the specified scope. + Parameters + ---------- + scope: str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + guild: discord.Guild + The guild to get the playlist from if scope is GUILDPLAYLIST. + author: int + The ID of the user to get the playlist from if scope is USERPLAYLIST. + bot: Red + The bot's instance + playlist_api: PlaylistWrapper + The Playlist API interface. + specified_user:bool + Whether or not user ID was passed as an argparse. + Returns + ------- + list + A list of all playlists for the specified scope + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + scope_standard, scope_id = prepare_config_scope(bot, scope, author, guild) + + if specified_user: + user_id = getattr(author, "id", author) + playlists = await playlist_api.fetch_all(scope_standard, scope_id, author_id=user_id) + else: + playlists = await playlist_api.fetch_all(scope_standard, scope_id) + + playlist_list = [] + async for playlist in AsyncIter(playlists): + playlist_list.append( + await Playlist.from_json( + bot, + playlist_api, + scope, + playlist.playlist_id, + playlist, + guild=guild, + author=author, + ) + ) + return playlist_list + + +async def get_all_playlist_converter( + scope: str, + bot: Red, + playlist_api: PlaylistWrapper, + arg: str, + guild: Union[discord.Guild, int] = None, + author: Union[discord.abc.User, int] = None, +) -> List[Playlist]: + """ + Gets all playlist for the specified scope. + Parameters + ---------- + scope: str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + guild: discord.Guild + The guild to get the playlist from if scope is GUILDPLAYLIST. + author: int + The ID of the user to get the playlist from if scope is USERPLAYLIST. + bot: Red + The bot's instance + arg:str + The value to lookup. + playlist_api: PlaylistWrapper + The Playlist API interface. + Returns + ------- + list + A list of all playlists for the specified scope + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + scope_standard, scope_id = prepare_config_scope(bot, scope, author, guild) + playlists = await playlist_api.fetch_all_converter( + scope_standard, playlist_name=arg, playlist_id=arg + ) + playlist_list = [] + async for playlist in AsyncIter(playlists): + playlist_list.append( + await Playlist.from_json( + bot, + playlist_api, + scope, + playlist.playlist_id, + playlist, + guild=guild, + author=author, + ) + ) + return playlist_list + + +async def create_playlist( + ctx: commands.Context, + playlist_api: PlaylistWrapper, + scope: str, + playlist_name: str, + playlist_url: Optional[str] = None, + tracks: Optional[List[MutableMapping]] = None, + author: Optional[discord.User] = None, + guild: Optional[discord.Guild] = None, +) -> Optional[Playlist]: + """Creates a new Playlist. + + Parameters + ---------- + ctx: commands.Context + The context in which the play list is being created. + scope: str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + playlist_name: str + The name of the new playlist. + playlist_url:str + the url of the new playlist. + tracks: List[MutableMapping] + A list of tracks to add to the playlist. + author: discord.User + The Author of the playlist. + If provided it will create a playlist under this user. + This is only required when creating a playlist in User scope. + guild: discord.Guild + The guild to create this playlist under. + This is only used when creating a playlist in the Guild scope + playlist_api: PlaylistWrapper + The Playlist API interface. + + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + + playlist = Playlist( + ctx.bot, + playlist_api, + scope, + author.id if author else None, + ctx.message.id, + playlist_name, + playlist_url, + tracks, + guild or ctx.guild, + ) + await playlist.save() + return playlist + + +async def reset_playlist( + bot: Red, + playlist_api: PlaylistWrapper, + scope: str, + guild: Union[discord.Guild, int] = None, + author: Union[discord.abc.User, int] = None, +) -> None: + """Wipes all playlists for the specified scope. + + Parameters + ---------- + bot: Red + The bot's instance + scope: str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + guild: discord.Guild + The guild to get the playlist from if scope is GUILDPLAYLIST. + author: int + The ID of the user to get the playlist from if scope is USERPLAYLIST. + playlist_api: PlaylistWrapper + The Playlist API interface. + + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + scope, scope_id = prepare_config_scope(bot, scope, author, guild) + await playlist_api.drop(scope) + await playlist_api.create_table() + + +async def delete_playlist( + bot: Red, + playlist_api: PlaylistWrapper, + scope: str, + playlist_id: Union[str, int], + guild: discord.Guild, + author: Union[discord.abc.User, int] = None, +) -> None: + """Deletes the specified playlist. + + Parameters + ---------- + bot: Red + The bot's instance + scope: str + The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. + playlist_id: Union[str, int] + The ID of the playlist. + guild: discord.Guild + The guild to get the playlist from if scope is GUILDPLAYLIST. + author: int + The ID of the user to get the playlist from if scope is USERPLAYLIST. + playlist_api: PlaylistWrapper + The Playlist API interface. + + Raises + ------ + `InvalidPlaylistScope` + Passing a scope that is not supported. + `MissingGuild` + Trying to access the Guild scope without a guild. + `MissingAuthor` + Trying to access the User scope without an user id. + """ + scope, scope_id = prepare_config_scope(bot, scope, author, guild) + await playlist_api.delete(scope, int(playlist_id), scope_id) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/playlist_wrapper.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/playlist_wrapper.py new file mode 100644 index 0000000000000000000000000000000000000000..090dbaac3d1079acebef56b94776c3bb44ae3f35 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/playlist_wrapper.py @@ -0,0 +1,271 @@ +import concurrent +import json +from pathlib import Path + +from types import SimpleNamespace +from typing import List, MutableMapping, Optional + +from red_commons.logging import getLogger + +from redbot.core import Config +from redbot.core.bot import Red +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.dbtools import APSWConnectionWrapper + +from ..sql_statements import ( + HANDLE_DISCORD_DATA_DELETION_QUERY, + PLAYLIST_CREATE_INDEX, + PLAYLIST_CREATE_TABLE, + PLAYLIST_DELETE, + PLAYLIST_DELETE_SCHEDULED, + PLAYLIST_DELETE_SCOPE, + PLAYLIST_FETCH, + PLAYLIST_FETCH_ALL, + PLAYLIST_FETCH_ALL_CONVERTER, + PLAYLIST_FETCH_ALL_WITH_FILTER, + PLAYLIST_UPSERT, + PRAGMA_FETCH_user_version, + PRAGMA_SET_journal_mode, + PRAGMA_SET_read_uncommitted, + PRAGMA_SET_temp_store, + PRAGMA_SET_user_version, +) +from ..utils import PlaylistScope +from .api_utils import PlaylistFetchResult + +log = getLogger("red.cogs.Audio.api.Playlists") +_ = Translator("Audio", Path(__file__)) + + +class PlaylistWrapper: + def __init__(self, bot: Red, config: Config, conn: APSWConnectionWrapper): + self.bot = bot + self.database = conn + self.config = config + self.statement = SimpleNamespace() + self.statement.pragma_temp_store = PRAGMA_SET_temp_store + self.statement.pragma_journal_mode = PRAGMA_SET_journal_mode + self.statement.pragma_read_uncommitted = PRAGMA_SET_read_uncommitted + self.statement.set_user_version = PRAGMA_SET_user_version + self.statement.get_user_version = PRAGMA_FETCH_user_version + self.statement.create_table = PLAYLIST_CREATE_TABLE + self.statement.create_index = PLAYLIST_CREATE_INDEX + + self.statement.upsert = PLAYLIST_UPSERT + self.statement.delete = PLAYLIST_DELETE + self.statement.delete_scope = PLAYLIST_DELETE_SCOPE + self.statement.delete_scheduled = PLAYLIST_DELETE_SCHEDULED + + self.statement.get_one = PLAYLIST_FETCH + self.statement.get_all = PLAYLIST_FETCH_ALL + self.statement.get_all_with_filter = PLAYLIST_FETCH_ALL_WITH_FILTER + self.statement.get_all_converter = PLAYLIST_FETCH_ALL_CONVERTER + + self.statement.drop_user_playlists = HANDLE_DISCORD_DATA_DELETION_QUERY + + async def init(self) -> None: + """Initialize the Playlist table.""" + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, self.statement.pragma_temp_store) + executor.submit(self.database.cursor().execute, self.statement.pragma_journal_mode) + executor.submit(self.database.cursor().execute, self.statement.pragma_read_uncommitted) + executor.submit(self.database.cursor().execute, self.statement.create_table) + executor.submit(self.database.cursor().execute, self.statement.create_index) + + @staticmethod + def get_scope_type(scope: str) -> int: + """Convert a scope to a numerical identifier.""" + if scope == PlaylistScope.GLOBAL.value: + table = 1 + elif scope == PlaylistScope.USER.value: + table = 3 + else: + table = 2 + return table + + async def fetch( + self, scope: str, playlist_id: int, scope_id: int + ) -> Optional[PlaylistFetchResult]: + """Fetch a single playlist.""" + scope_type = self.get_scope_type(scope) + + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [ + executor.submit( + self.database.cursor().execute, + self.statement.get_one, + ( + { + "playlist_id": playlist_id, + "scope_id": scope_id, + "scope_type": scope_type, + } + ), + ) + ] + ): + try: + row_result = future.result() + except Exception as exc: + log.verbose("Failed to complete playlist fetch from database", exc_info=exc) + return None + row = row_result.fetchone() + if row: + row = PlaylistFetchResult(*row) + return row + + async def fetch_all( + self, scope: str, scope_id: int, author_id=None + ) -> List[PlaylistFetchResult]: + """Fetch all playlists.""" + scope_type = self.get_scope_type(scope) + output = [] + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + if author_id is not None: + for future in concurrent.futures.as_completed( + [ + executor.submit( + self.database.cursor().execute, + self.statement.get_all_with_filter, + ( + { + "scope_type": scope_type, + "scope_id": scope_id, + "author_id": author_id, + } + ), + ) + ] + ): + try: + row_result = future.result() + except Exception as exc: + log.verbose( + "Failed to complete playlist fetch from database", exc_info=exc + ) + return [] + else: + for future in concurrent.futures.as_completed( + [ + executor.submit( + self.database.cursor().execute, + self.statement.get_all, + ({"scope_type": scope_type, "scope_id": scope_id}), + ) + ] + ): + try: + row_result = future.result() + except Exception as exc: + log.verbose( + "Failed to complete playlist fetch from database", exc_info=exc + ) + return [] + async for row in AsyncIter(row_result): + output.append(PlaylistFetchResult(*row)) + return output + + async def fetch_all_converter( + self, scope: str, playlist_name, playlist_id + ) -> List[PlaylistFetchResult]: + """Fetch all playlists with the specified filter.""" + scope_type = self.get_scope_type(scope) + try: + playlist_id = int(playlist_id) + except Exception as exc: + log.trace("Failed converting playlist_id to int", exc_info=exc) + playlist_id = -1 + + output = [] + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + for future in concurrent.futures.as_completed( + [ + executor.submit( + self.database.cursor().execute, + self.statement.get_all_converter, + ( + { + "scope_type": scope_type, + "playlist_name": playlist_name, + "playlist_id": playlist_id, + } + ), + ) + ] + ): + try: + row_result = future.result() + except Exception as exc: + log.verbose("Failed to complete fetch from database", exc_info=exc) + return [] + + async for row in AsyncIter(row_result): + output.append(PlaylistFetchResult(*row)) + return output + + async def delete(self, scope: str, playlist_id: int, scope_id: int): + """Deletes a single playlists.""" + scope_type = self.get_scope_type(scope) + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit( + self.database.cursor().execute, + self.statement.delete, + ({"playlist_id": playlist_id, "scope_id": scope_id, "scope_type": scope_type}), + ) + + async def delete_scheduled(self): + """Clean up database from all deleted playlists.""" + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, self.statement.delete_scheduled) + + async def drop(self, scope: str): + """Delete all playlists in a scope.""" + scope_type = self.get_scope_type(scope) + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit( + self.database.cursor().execute, + self.statement.delete_scope, + ({"scope_type": scope_type}), + ) + + async def create_table(self): + """Create the playlist table.""" + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit(self.database.cursor().execute, PLAYLIST_CREATE_TABLE) + + async def upsert( + self, + scope: str, + playlist_id: int, + playlist_name: str, + scope_id: int, + author_id: int, + playlist_url: Optional[str], + tracks: List[MutableMapping], + ): + """Insert or update a playlist into the database.""" + scope_type = self.get_scope_type(scope) + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit( + self.database.cursor().execute, + self.statement.upsert, + { + "scope_type": str(scope_type), + "playlist_id": int(playlist_id), + "playlist_name": str(playlist_name), + "scope_id": int(scope_id), + "author_id": int(author_id), + "playlist_url": playlist_url, + "tracks": json.dumps(tracks), + }, + ) + + async def handle_playlist_user_id_deletion(self, user_id: int): + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: + executor.submit( + self.database.cursor().execute, + self.statement.drop_user_playlists, + {"user_id": user_id}, + ) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/spotify.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/spotify.py new file mode 100644 index 0000000000000000000000000000000000000000..05b8d74a4683e025dabfbb6799a6c5f92827da14 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/spotify.py @@ -0,0 +1,199 @@ +import base64 +import contextlib +import json +import time +from pathlib import Path + +from typing import TYPE_CHECKING, List, Mapping, MutableMapping, Optional, Tuple, Union + +import aiohttp +from red_commons.logging import getLogger + +from redbot.core import Config +from redbot.core.bot import Red +from redbot.core.commands import Cog, Context +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +from ..errors import SpotifyFetchError + +if TYPE_CHECKING: + from .. import Audio + +_ = Translator("Audio", Path(__file__)) + +log = getLogger("red.cogs.Audio.api.Spotify") + + +CATEGORY_ENDPOINT = "https://api.spotify.com/v1/browse/categories" +TOKEN_ENDPOINT = "https://accounts.spotify.com/api/token" +ALBUMS_ENDPOINT = "https://api.spotify.com/v1/albums" +TRACKS_ENDPOINT = "https://api.spotify.com/v1/tracks" +PLAYLISTS_ENDPOINT = "https://api.spotify.com/v1/playlists" + + +class SpotifyWrapper: + """Wrapper for the Spotify API.""" + + def __init__( + self, bot: Red, config: Config, session: aiohttp.ClientSession, cog: Union["Audio", Cog] + ): + self.bot = bot + self.config = config + self.session = session + self.spotify_token: Optional[MutableMapping] = None + self.client_id: Optional[str] = None + self.client_secret: Optional[str] = None + self._token: Mapping[str, str] = {} + self.cog = cog + + @staticmethod + def spotify_format_call(query_type: str, key: str) -> Tuple[str, MutableMapping]: + """Format the spotify endpoint.""" + params: MutableMapping = {} + if query_type == "album": + query = f"{ALBUMS_ENDPOINT}/{key}/tracks" + elif query_type == "track": + query = f"{TRACKS_ENDPOINT}/{key}" + else: + query = f"{PLAYLISTS_ENDPOINT}/{key}/tracks" + return query, params + + async def get_spotify_track_info( + self, track_data: MutableMapping, ctx: Context + ) -> Tuple[str, ...]: + """Extract track info from spotify response.""" + prefer_lyrics = await self.cog.get_lyrics_status(ctx) + track_name = track_data["name"] + if prefer_lyrics: + track_name = f"{track_name} - lyrics" + artist_name = track_data["artists"][0]["name"] + track_info = f"{track_name} {artist_name}" + song_url = track_data.get("external_urls", {}).get("spotify") + uri = track_data["uri"] + _id = track_data["id"] + _type = track_data["type"] + + return song_url, track_info, uri, artist_name, track_name, _id, _type + + @staticmethod + async def is_access_token_valid(token: MutableMapping) -> bool: + """Check if current token is not too old.""" + return (token["expires_at"] - int(time.time())) < 60 + + @staticmethod + def make_auth_header( + client_id: Optional[str], client_secret: Optional[str] + ) -> MutableMapping[str, Union[str, int]]: + """Make Authorization header for spotify token.""" + if client_id is None: + client_id = "" + if client_secret is None: + client_secret = "" + auth_header = base64.b64encode(f"{client_id}:{client_secret}".encode("ascii")) + return {"Authorization": f"Basic {auth_header.decode('ascii')}"} + + async def get( + self, url: str, headers: MutableMapping = None, params: MutableMapping = None + ) -> MutableMapping[str, str]: + """Make a GET request to the spotify API.""" + if params is None: + params = {} + async with self.session.request("GET", url, params=params, headers=headers) as r: + data = await r.json(loads=json.loads) + if r.status != 200: + log.verbose("Issue making GET request to %r: [%s] %r", url, r.status, data) + return data + + async def update_token(self, new_token: Mapping[str, str]): + self._token = new_token + + async def get_token(self) -> None: + """Get the stored spotify tokens.""" + if not self._token: + self._token = await self.bot.get_shared_api_tokens("spotify") + + self.client_id = self._token.get("client_id", "") + self.client_secret = self._token.get("client_secret", "") + + async def get_country_code(self, ctx: Context = None) -> str: + return ( + ( + await self.config.user(ctx.author).country_code() + or await self.config.guild(ctx.guild).country_code() + ) + if ctx + else "US" + ) + + async def request_access_token(self) -> MutableMapping: + """Make a spotify call to get the auth token.""" + await self.get_token() + payload = {"grant_type": "client_credentials"} + headers = self.make_auth_header(self.client_id, self.client_secret) + r = await self.post(TOKEN_ENDPOINT, payload=payload, headers=headers) + return r + + async def get_access_token(self) -> Optional[str]: + """Get the access_token.""" + if self.spotify_token and not await self.is_access_token_valid(self.spotify_token): + return self.spotify_token["access_token"] + token = await self.request_access_token() + if token is None: + log.debug("Requested a token from Spotify, did not end up getting one.") + try: + token["expires_at"] = int(time.time()) + int(token["expires_in"]) + except KeyError: + return None + self.spotify_token = token + log.debug("Created a new access token for Spotify: %s", token) + return self.spotify_token["access_token"] + + async def post( + self, url: str, payload: MutableMapping, headers: MutableMapping = None + ) -> MutableMapping: + """Make a POST call to spotify.""" + async with self.session.post(url, data=payload, headers=headers) as r: + data = await r.json(loads=json.loads) + if r.status != 200: + log.verbose("Issue making POST request to %r: [%s] %r", url, r.status, data) + return data + + async def make_get_call(self, url: str, params: MutableMapping) -> MutableMapping: + """Make a Get call to spotify.""" + token = await self.get_access_token() + return await self.get(url, params=params, headers={"Authorization": f"Bearer {token}"}) + + async def get_categories(self, ctx: Context = None) -> List[MutableMapping]: + """Get the spotify categories.""" + country_code = await self.get_country_code(ctx=ctx) + params: MutableMapping = {"country": country_code} if country_code else {} + result = await self.make_get_call(CATEGORY_ENDPOINT, params=params) + with contextlib.suppress(KeyError): + if result["error"]["status"] == 401: + raise SpotifyFetchError( + message=_( + "The Spotify API key or client secret has not been set properly. " + "\nUse `{prefix}audioset spotifyapi` for instructions." + ) + ) + categories = result.get("categories", {}).get("items", []) + return [{c["name"]: c["id"]} for c in categories if c] + + async def get_playlist_from_category(self, category: str, ctx: Context = None): + """Get spotify playlists for the specified category.""" + url = f"{CATEGORY_ENDPOINT}/{category}/playlists" + country_code = await self.get_country_code(ctx=ctx) + params: MutableMapping = {"country": country_code} if country_code else {} + result = await self.make_get_call(url, params=params) + playlists = result.get("playlists", {}).get("items", []) + return [ + { + "name": c["name"], + "uri": c["uri"], + "url": c.get("external_urls", {}).get("spotify"), + "tracks": c.get("tracks", {}).get("total", "Unknown"), + } + async for c in AsyncIter(playlists) + if c + ] diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/youtube.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/youtube.py new file mode 100644 index 0000000000000000000000000000000000000000..93bb39438456d57d8b0935f03b1f6452bba98b61 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/apis/youtube.py @@ -0,0 +1,88 @@ +import json +from pathlib import Path + +from typing import TYPE_CHECKING, Mapping, Optional, Union + +import aiohttp +from red_commons.logging import getLogger + +from redbot.core import Config +from redbot.core.bot import Red +from redbot.core.commands import Cog +from redbot.core.i18n import Translator + +from ..errors import YouTubeApiError + +if TYPE_CHECKING: + from .. import Audio + +log = getLogger("red.cogs.Audio.api.YouTube") +_ = Translator("Audio", Path(__file__)) +SEARCH_ENDPOINT = "https://www.googleapis.com/youtube/v3/search" + + +class YouTubeWrapper: + """Wrapper for the YouTube Data API.""" + + def __init__( + self, bot: Red, config: Config, session: aiohttp.ClientSession, cog: Union["Audio", Cog] + ): + self.bot = bot + self.config = config + self.session = session + self.api_key: Optional[str] = None + self._token: Mapping[str, str] = {} + self.cog = cog + + async def update_token(self, new_token: Mapping[str, str]): + self._token = new_token + + async def _get_api_key( + self, + ) -> str: + """Get the stored youtube token.""" + if not self._token: + self._token = await self.bot.get_shared_api_tokens("youtube") + self.api_key = self._token.get("api_key", "") + return self.api_key if self.api_key is not None else "" + + async def get_call(self, query: str) -> Optional[str]: + """Make a Get call to youtube data api.""" + params = { + "q": query, + "part": "id", + "key": await self._get_api_key(), + "maxResults": 1, + "type": "video", + } + async with self.session.request("GET", SEARCH_ENDPOINT, params=params) as r: + if r.status == 400: + if r.reason == "Bad Request": + raise YouTubeApiError( + _( + "Your YouTube Data API token is invalid.\n" + "Check the YouTube API key again and follow the instructions " + "at `{prefix}audioset youtubeapi`." + ) + ) + return None + elif r.status == 404: + return None + elif r.status == 403: + if r.reason in ["Forbidden", "quotaExceeded"]: + raise YouTubeApiError( + _( + "YouTube API error code: 403\nYour YouTube API key may have " + "reached the account's query limit for today. Please check " + " " + "for more information." + ) + ) + return None + else: + search_response = await r.json(loads=json.loads) + for search_result in search_response.get("items", []): + if search_result["id"]["kind"] == "youtube#video": + return f"https://www.youtube.com/watch?v={search_result['id']['videoId']}" + + return None diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/audio_dataclasses.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/audio_dataclasses.py new file mode 100644 index 0000000000000000000000000000000000000000..221d97340620f7e2c96a7dda950ebf4cb0d41802 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/audio_dataclasses.py @@ -0,0 +1,685 @@ +import contextlib +import glob +import ntpath +import os +import posixpath +import re + +from pathlib import Path, PosixPath, WindowsPath +from typing import ( + AsyncIterator, + Callable, + Final, + Iterator, + MutableMapping, + Optional, + Pattern, + Tuple, + Union, +) +from urllib.parse import urlparse + +import lavalink +from red_commons.logging import getLogger + +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +_ = Translator("Audio", Path(__file__)) + +_RE_REMOVE_START: Final[Pattern] = re.compile(r"^(sc|list) ") +_RE_YOUTUBE_TIMESTAMP: Final[Pattern] = re.compile(r"[&|?]t=(\d+)s?") +_RE_YOUTUBE_INDEX: Final[Pattern] = re.compile(r"&index=(\d+)") +_RE_SPOTIFY_URL: Final[Pattern] = re.compile(r"(http[s]?://)?(open\.spotify\.com)/") +_RE_SPOTIFY_TIMESTAMP: Final[Pattern] = re.compile(r"#(\d+):(\d+)") +_RE_SOUNDCLOUD_TIMESTAMP: Final[Pattern] = re.compile(r"#t=(\d+):(\d+)s?") +_RE_TWITCH_TIMESTAMP: Final[Pattern] = re.compile(r"\?t=(\d+)h(\d+)m(\d+)s") +_PATH_SEPS: Final[Tuple[str, str]] = (posixpath.sep, ntpath.sep) + +_FULLY_SUPPORTED_MUSIC_EXT: Final[Tuple[str, ...]] = (".mp3", ".flac", ".ogg") +_PARTIALLY_SUPPORTED_MUSIC_EXT: Tuple[str, ...] = ( + ".m3u", + ".m4a", + ".aac", + ".ra", + ".wav", + ".opus", + ".wma", + ".ts", + ".au", + # These do not work + # ".mid", + # ".mka", + # ".amr", + # ".aiff", + # ".ac3", + # ".voc", + # ".dsf", +) +_PARTIALLY_SUPPORTED_VIDEO_EXT: Tuple[str, ...] = ( + ".mp4", + ".mov", + ".flv", + ".webm", + ".mkv", + ".wmv", + ".3gp", + ".m4v", + ".mk3d", # https://github.com/Devoxin/lavaplayer + ".mka", # https://github.com/Devoxin/lavaplayer + ".mks", # https://github.com/Devoxin/lavaplayer + # These do not work + # ".vob", + # ".mts", + # ".avi", + # ".mpg", + # ".mpeg", + # ".swf", +) +_PARTIALLY_SUPPORTED_MUSIC_EXT += _PARTIALLY_SUPPORTED_VIDEO_EXT + + +log = getLogger("red.cogs.Audio.audio_dataclasses") + + +class LocalPath: + """Local tracks class. + + Used to handle system dir trees in a cross system manner. The only use of this class is for + `localtracks`. + """ + + _all_music_ext = _FULLY_SUPPORTED_MUSIC_EXT + _PARTIALLY_SUPPORTED_MUSIC_EXT + + def __init__(self, path, localtrack_folder, **kwargs): + self._localtrack_folder = localtrack_folder + self._path = path + if isinstance(path, (Path, WindowsPath, PosixPath, LocalPath)): + path = str(path.absolute()) + elif path is not None: + path = str(path) + + self.cwd = Path.cwd() + _lt_folder = Path(self._localtrack_folder) if self._localtrack_folder else self.cwd + _path = Path(path) if path else self.cwd + if _lt_folder.parts[-1].lower() == "localtracks" and not kwargs.get("forced"): + self.localtrack_folder = _lt_folder + elif kwargs.get("forced"): + if _path.parts[-1].lower() == "localtracks": + self.localtrack_folder = _path + else: + self.localtrack_folder = _path / "localtracks" + else: + self.localtrack_folder = _lt_folder / "localtracks" + + try: + _path = Path(path) + _path.relative_to(self.localtrack_folder) + self.path = _path + except (ValueError, TypeError): + for sep in _PATH_SEPS: + if path and path.startswith(f"localtracks{sep}{sep}"): + path = path.replace(f"localtracks{sep}{sep}", "", 1) + elif path and path.startswith(f"localtracks{sep}"): + path = path.replace(f"localtracks{sep}", "", 1) + self.path = self.localtrack_folder.joinpath(path) if path else self.localtrack_folder + + try: + if self.path.is_file(): + parent = self.path.parent + else: + parent = self.path + self.parent = Path(parent) + except OSError: + self.parent = None + + @property + def name(self): + return str(self.path.name) + + @property + def suffix(self): + return str(self.path.suffix) + + def is_dir(self): + try: + return self.path.is_dir() + except OSError: + return False + + def exists(self): + try: + return self.path.exists() + except OSError: + return False + + def is_file(self): + try: + return self.path.is_file() + except OSError: + return False + + def absolute(self): + try: + return self.path.absolute() + except OSError: + return self._path + + @classmethod + def joinpath(cls, localpath, *args): + modified = cls(None, localpath) + modified.path = modified.path.joinpath(*args) + return modified + + def rglob(self, pattern, folder=False) -> Iterator[str]: + if folder: + return glob.iglob(f"{glob.escape(self.path)}{os.sep}**{os.sep}", recursive=True) + else: + return glob.iglob( + f"{glob.escape(self.path)}{os.sep}**{os.sep}*{pattern}", recursive=True + ) + + def glob(self, pattern, folder=False) -> Iterator[str]: + if folder: + return glob.iglob(f"{glob.escape(self.path)}{os.sep}*{os.sep}", recursive=False) + else: + return glob.iglob(f"{glob.escape(self.path)}{os.sep}*{pattern}", recursive=False) + + async def _multiglob(self, pattern: str, folder: bool, method: Callable): + async for rp in AsyncIter(method(pattern)): + rp_local = LocalPath(rp, self._localtrack_folder) + if ( + (folder and rp_local.is_dir() and rp_local.exists()) + or (not folder and rp_local.suffix in self._all_music_ext and rp_local.is_file()) + and rp_local.exists() + ): + yield rp_local + + async def multiglob(self, *patterns, folder=False) -> AsyncIterator["LocalPath"]: + async for p in AsyncIter(patterns): + async for path in self._multiglob(p, folder, self.glob): + yield path + + async def multirglob(self, *patterns, folder=False) -> AsyncIterator["LocalPath"]: + async for p in AsyncIter(patterns): + async for path in self._multiglob(p, folder, self.rglob): + yield path + + def __str__(self): + return self.to_string() + + def __repr__(self): + return str(self) + + def to_string(self): + try: + return str(self.path.absolute()) + except OSError: + return str(self._path) + + def to_string_user(self, arg: str = None): + string = str(self.absolute()).replace( + (str(self.localtrack_folder.absolute()) + os.sep) if arg is None else arg, "" + ) + chunked = False + while len(string) > 145 and os.sep in string: + string = string.split(os.sep, 1)[-1] + chunked = True + + if chunked: + string = f"...{os.sep}{string}" + return string + + async def tracks_in_tree(self): + tracks = [] + async for track in self.multirglob(*[f"{ext}" for ext in self._all_music_ext]): + with contextlib.suppress(ValueError): + if track.path.parent != self.localtrack_folder and track.path.relative_to( + self.path + ): + tracks.append(Query.process_input(track, self._localtrack_folder)) + return sorted(tracks, key=lambda x: x.to_string_user().lower()) + + async def subfolders_in_tree(self): + return_folders = [] + async for f in self.multirglob("", folder=True): + with contextlib.suppress(ValueError): + if ( + f not in return_folders + and f.is_dir() + and f.path != self.localtrack_folder + and f.path.relative_to(self.path) + ): + return_folders.append(f) + return sorted(return_folders, key=lambda x: x.to_string_user().lower()) + + async def tracks_in_folder(self): + tracks = [] + async for track in self.multiglob(*[f"{ext}" for ext in self._all_music_ext]): + with contextlib.suppress(ValueError): + if track.path.parent != self.localtrack_folder and track.path.relative_to( + self.path + ): + tracks.append(Query.process_input(track, self._localtrack_folder)) + return sorted(tracks, key=lambda x: x.to_string_user().lower()) + + async def subfolders(self): + return_folders = [] + async for f in self.multiglob("", folder=True): + with contextlib.suppress(ValueError): + if ( + f not in return_folders + and f.path != self.localtrack_folder + and f.path.relative_to(self.path) + ): + return_folders.append(f) + return sorted(return_folders, key=lambda x: x.to_string_user().lower()) + + def __eq__(self, other): + if isinstance(other, LocalPath): + return self.path._cparts == other.path._cparts + elif isinstance(other, Path): + return self.path._cparts == other._cpart + return NotImplemented + + def __hash__(self): + try: + return self._hash + except AttributeError: + self._hash = hash(tuple(self.path._cparts)) + return self._hash + + def __lt__(self, other): + if isinstance(other, LocalPath): + return self.path._cparts < other.path._cparts + elif isinstance(other, Path): + return self.path._cparts < other._cpart + return NotImplemented + + def __le__(self, other): + if isinstance(other, LocalPath): + return self.path._cparts <= other.path._cparts + elif isinstance(other, Path): + return self.path._cparts <= other._cpart + return NotImplemented + + def __gt__(self, other): + if isinstance(other, LocalPath): + return self.path._cparts > other.path._cparts + elif isinstance(other, Path): + return self.path._cparts > other._cpart + return NotImplemented + + def __ge__(self, other): + if isinstance(other, LocalPath): + return self.path._cparts >= other.path._cparts + elif isinstance(other, Path): + return self.path._cparts >= other._cpart + return NotImplemented + + +class Query: + """Query data class. + + Use: Query.process_input(query, localtrack_folder) to generate the Query object. + """ + + def __init__(self, query: Union[LocalPath, str], local_folder_current_path: Path, **kwargs): + query = kwargs.get("queryforced", query) + self._raw: Union[LocalPath, str] = query + self._local_folder_current_path = local_folder_current_path + _localtrack: LocalPath = LocalPath(query, local_folder_current_path) + + self.valid: bool = query != "InvalidQueryPlaceHolderName" + self.is_local: bool = kwargs.get("local", False) + self.is_spotify: bool = kwargs.get("spotify", False) + self.is_youtube: bool = kwargs.get("youtube", False) + self.is_soundcloud: bool = kwargs.get("soundcloud", False) + self.is_bandcamp: bool = kwargs.get("bandcamp", False) + self.is_vimeo: bool = kwargs.get("vimeo", False) + self.is_mixer: bool = kwargs.get("mixer", False) + self.is_twitch: bool = kwargs.get("twitch", False) + self.is_other: bool = kwargs.get("other", False) + self.is_pornhub: bool = kwargs.get("pornhub", False) + self.is_playlist: bool = kwargs.get("playlist", False) + self.is_album: bool = kwargs.get("album", False) + self.is_search: bool = kwargs.get("search", False) + self.is_stream: bool = kwargs.get("stream", False) + self.single_track: bool = kwargs.get("single", False) + self.id: Optional[str] = kwargs.get("id", None) + self.invoked_from: Optional[str] = kwargs.get("invoked_from", None) + self.local_name: Optional[str] = kwargs.get("name", None) + self.search_subfolders: bool = kwargs.get("search_subfolders", False) + self.spotify_uri: Optional[str] = kwargs.get("uri", None) + self.uri: Optional[str] = kwargs.get("url", None) + self.is_url: bool = kwargs.get("is_url", False) + + self.start_time: int = kwargs.get("start_time", 0) + self.track_index: Optional[int] = kwargs.get("track_index", None) + if self.invoked_from == "sc search": + self.is_youtube = False + self.is_soundcloud = True + + if (_localtrack.is_file() or _localtrack.is_dir()) and _localtrack.exists(): + self.local_track_path: Optional[LocalPath] = _localtrack + self.track: str = str(_localtrack.absolute()) + self.is_local: bool = True + self.uri = self.track + else: + self.local_track_path: Optional[LocalPath] = None + self.track: str = str(query) + + self.lavalink_query: str = self._get_query() + + if self.is_playlist or self.is_album: + self.single_track = False + self._hash = hash( + ( + self.valid, + self.is_local, + self.is_spotify, + self.is_youtube, + self.is_soundcloud, + self.is_bandcamp, + self.is_vimeo, + self.is_mixer, + self.is_twitch, + self.is_other, + self.is_playlist, + self.is_album, + self.is_search, + self.is_stream, + self.single_track, + self.id, + self.spotify_uri, + self.start_time, + self.track_index, + self.uri, + ) + ) + + def __str__(self): + return str(self.lavalink_query) + + @classmethod + def process_input( + cls, + query: Union[LocalPath, lavalink.Track, "Query", str], + _local_folder_current_path: Path, + **kwargs, + ) -> "Query": + """Process the input query into its type. + + Parameters + ---------- + query : Union[Query, LocalPath, lavalink.Track, str] + The query string or LocalPath object. + _local_folder_current_path: Path + The Current Local Track folder + Returns + ------- + Query + Returns a parsed Query object. + """ + if not query: + query = "InvalidQueryPlaceHolderName" + possible_values = {} + + if isinstance(query, str): + query = query.strip("<>") + while "ytsearch:" in query: + query = query.replace("ytsearch:", "") + while "scsearch:" in query: + query = query.replace("scsearch:", "") + + elif isinstance(query, Query): + for key, val in kwargs.items(): + setattr(query, key, val) + return query + elif isinstance(query, lavalink.Track): + possible_values["stream"] = query.is_stream + query = query.uri + + possible_values.update(dict(**kwargs)) + possible_values.update(cls._parse(query, _local_folder_current_path, **kwargs)) + return cls(query, _local_folder_current_path, **possible_values) + + @staticmethod + def _parse(track, _local_folder_current_path: Path, **kwargs) -> MutableMapping: + """Parse a track into all the relevant metadata.""" + returning: MutableMapping = {} + if ( + type(track) == type(LocalPath) + and (track.is_file() or track.is_dir()) + and track.exists() + ): + returning["local"] = True + returning["name"] = track.name + if track.is_file(): + returning["single"] = True + elif track.is_dir(): + returning["album"] = True + else: + track = str(track) + if track.startswith("spotify:"): + returning["spotify"] = True + if ":playlist:" in track: + returning["playlist"] = True + elif ":album:" in track: + returning["album"] = True + elif ":track:" in track: + returning["single"] = True + _id = track.split(":", 2)[-1] + _id = _id.split("?")[0] + returning["id"] = _id + if "#" in _id: + match = re.search(_RE_SPOTIFY_TIMESTAMP, track) + if match: + returning["start_time"] = (int(match.group(1)) * 60) + int(match.group(2)) + returning["uri"] = track + return returning + if track.startswith("sc ") or track.startswith("list "): + if track.startswith("sc "): + returning["invoked_from"] = "sc search" + returning["soundcloud"] = True + elif track.startswith("list "): + returning["invoked_from"] = "search list" + track = _RE_REMOVE_START.sub("", track, 1) + returning["queryforced"] = track + + _localtrack = LocalPath(track, _local_folder_current_path) + if _localtrack.exists(): + if _localtrack.is_file(): + returning["local"] = True + returning["single"] = True + returning["name"] = _localtrack.name + return returning + elif _localtrack.is_dir(): + returning["album"] = True + returning["local"] = True + returning["name"] = _localtrack.name + return returning + try: + query_url = urlparse(track) + if all([query_url.scheme, query_url.netloc, query_url.path]): + returning["url"] = track + returning["is_url"] = True + url_domain = ".".join(query_url.netloc.split(".")[-2:]) + if not query_url.netloc: + url_domain = ".".join(query_url.path.split("/")[0].split(".")[-2:]) + if url_domain in ["youtube.com", "youtu.be"]: + returning["youtube"] = True + _has_index = "&index=" in track + if "&t=" in track or "?t=" in track: + match = re.search(_RE_YOUTUBE_TIMESTAMP, track) + if match: + returning["start_time"] = int(match.group(1)) + if _has_index: + match = re.search(_RE_YOUTUBE_INDEX, track) + if match: + returning["track_index"] = int(match.group(1)) - 1 + if all(k in track for k in ["&list=", "watch?"]): + returning["track_index"] = 0 + returning["playlist"] = True + returning["single"] = False + elif all(x in track for x in ["playlist?"]): + returning["playlist"] = not _has_index + returning["single"] = _has_index + elif any(k in track for k in ["list="]): + returning["track_index"] = 0 + returning["playlist"] = True + returning["single"] = False + else: + returning["single"] = True + elif url_domain == "spotify.com": + returning["spotify"] = True + if "/playlist/" in track: + returning["playlist"] = True + elif "/album/" in track: + returning["album"] = True + elif "/track/" in track: + returning["single"] = True + val = re.sub(_RE_SPOTIFY_URL, "", track).replace("/", ":") + if "user:" in val: + val = val.split(":", 2)[-1] + _id = val.split(":", 1)[-1] + _id = _id.split("?")[0] + + if "#" in _id: + _id = _id.split("#")[0] + match = re.search(_RE_SPOTIFY_TIMESTAMP, track) + if match: + returning["start_time"] = (int(match.group(1)) * 60) + int( + match.group(2) + ) + + returning["id"] = _id + returning["uri"] = f"spotify:{val}" + elif url_domain == "soundcloud.com": + returning["soundcloud"] = True + if "#t=" in track: + match = re.search(_RE_SOUNDCLOUD_TIMESTAMP, track) + if match: + returning["start_time"] = (int(match.group(1)) * 60) + int( + match.group(2) + ) + if "/sets/" in track: + if "?in=" in track: + returning["single"] = True + else: + returning["playlist"] = True + else: + returning["single"] = True + elif url_domain == "bandcamp.com": + returning["bandcamp"] = True + if "/album/" in track: + returning["album"] = True + else: + returning["single"] = True + elif url_domain == "vimeo.com": + returning["vimeo"] = True + elif url_domain == "twitch.tv": + returning["twitch"] = True + if "?t=" in track: + match = re.search(_RE_TWITCH_TIMESTAMP, track) + if match: + returning["start_time"] = ( + (int(match.group(1)) * 60 * 60) + + (int(match.group(2)) * 60) + + int(match.group(3)) + ) + + if not any(x in track for x in ["/clip/", "/videos/"]): + returning["stream"] = True + else: + returning["other"] = True + returning["single"] = True + else: + if kwargs.get("soundcloud", False): + returning["soundcloud"] = True + else: + returning["youtube"] = True + returning["search"] = True + returning["single"] = True + except Exception: + returning["search"] = True + returning["youtube"] = True + returning["single"] = True + return returning + + def _get_query(self): + if self.is_local: + return self.local_track_path.to_string() + elif self.is_spotify: + return self.spotify_uri + elif self.is_search and self.is_youtube: + return f"ytsearch:{self.track}" + elif self.is_search and self.is_soundcloud: + return f"scsearch:{self.track}" + return self.track + + def to_string_user(self): + if self.is_local: + return str(self.local_track_path.to_string_user()) + return str(self._raw) + + @property + def suffix(self): + if self.is_local: + return self.local_track_path.suffix + return None + + def __eq__(self, other): + if not isinstance(other, Query): + return NotImplemented + return self.to_string_user() == other.to_string_user() + + def __hash__(self): + try: + return self._hash + except AttributeError: + self._hash = hash( + ( + self.valid, + self.is_local, + self.is_spotify, + self.is_youtube, + self.is_soundcloud, + self.is_bandcamp, + self.is_vimeo, + self.is_mixer, + self.is_twitch, + self.is_other, + self.is_playlist, + self.is_album, + self.is_search, + self.is_stream, + self.single_track, + self.id, + self.spotify_uri, + self.start_time, + self.track_index, + self.uri, + ) + ) + return self._hash + + def __lt__(self, other): + if not isinstance(other, Query): + return NotImplemented + return self.to_string_user() < other.to_string_user() + + def __le__(self, other): + if not isinstance(other, Query): + return NotImplemented + return self.to_string_user() <= other.to_string_user() + + def __gt__(self, other): + if not isinstance(other, Query): + return NotImplemented + return self.to_string_user() > other.to_string_user() + + def __ge__(self, other): + if not isinstance(other, Query): + return NotImplemented + return self.to_string_user() >= other.to_string_user() diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/converters.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/converters.py new file mode 100644 index 0000000000000000000000000000000000000000..bb6180752c7b595f2670425a1fab9be8c97f3dfb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/converters.py @@ -0,0 +1,541 @@ +import argparse +import functools +import re +from pathlib import Path + +from typing import Final, MutableMapping, Optional, Pattern, Tuple, Union + +import discord + +from redbot.core import commands +from redbot.core.bot import Red +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +from .apis.api_utils import standardize_scope +from .apis.playlist_interface import get_all_playlist_converter +from .errors import NoMatchesFound, TooManyMatches +from .utils import PlaylistScope + +_ = Translator("Audio", Path(__file__)) + +__all__ = [ + "ComplexScopeParser", + "PlaylistConverter", + "ScopeParser", + "LazyGreedyConverter", + "standardize_scope", + "get_lazy_converter", + "get_playlist_converter", +] + +T_ = _ +_ = lambda s: s + +_SCOPE_HELP: Final[str] = _( + """ +Scope must be a valid version of one of the following: +​ ​ ​ ​ Global +​ ​ ​ ​ Guild +​ ​ ​ ​ User +""" +) +_USER_HELP: Final[str] = _( + """ +Author must be a valid version of one of the following: +​ ​ ​ ​ User ID +​ ​ ​ ​ User Mention +​ ​ ​ ​ User Name#123 +""" +) +_GUILD_HELP: Final[str] = _( + """ +Guild must be a valid version of one of the following: +​ ​ ​ ​ Guild ID +​ ​ ​ ​ Exact guild name +""" +) + +_ = T_ + +MENTION_RE: Final[Pattern] = re.compile(r"^?$") + + +def _match_id(arg: str) -> Optional[int]: + m = MENTION_RE.match(arg) + if m: + return int(m.group(1)) + return None + + +async def global_unique_guild_finder(ctx: commands.Context, arg: str) -> discord.Guild: + bot: Red = ctx.bot + _id = _match_id(arg) + + if _id is not None: + guild: discord.Guild = bot.get_guild(_id) + if guild is not None: + return guild + + maybe_matches = [] + async for obj in AsyncIter(bot.guilds): + if obj.name == arg or str(obj) == arg: + maybe_matches.append(obj) + + if not maybe_matches: + raise NoMatchesFound( + _( + '"{arg}" was not found. It must be the ID or ' + "complete name of a server which the bot can see." + ).format(arg=arg) + ) + elif len(maybe_matches) == 1: + return maybe_matches[0] + else: + raise TooManyMatches( + _( + '"{arg}" does not refer to a unique server. ' + "Please use the ID for the server you're trying to specify." + ).format(arg=arg) + ) + + +async def global_unique_user_finder( + ctx: commands.Context, arg: str, guild: discord.guild = None +) -> discord.abc.User: + bot: Red = ctx.bot + guild = guild or ctx.guild + _id = _match_id(arg) + + if _id is not None: + user: discord.User = bot.get_user(_id) + if user is not None: + return user + + maybe_matches = [] + async for user in AsyncIter(bot.users).filter(lambda u: u.name == arg or f"{u}" == arg): + maybe_matches.append(user) + + if guild is not None: + async for member in AsyncIter(guild.members).filter( + lambda m: m.nick == arg and not any(obj.id == m.id for obj in maybe_matches) + ): + maybe_matches.append(member) + + if not maybe_matches: + raise NoMatchesFound( + _( + '"{arg}" was not found. It must be the ID or name or ' + "mention a user which the bot can see." + ).format(arg=arg) + ) + elif len(maybe_matches) == 1: + return maybe_matches[0] + else: + raise TooManyMatches( + _( + '"{arg}" does not refer to a unique server. ' + "Please use the ID for the server you're trying to specify." + ).format(arg=arg) + ) + + +class PlaylistConverter(commands.Converter): + async def convert(self, ctx: commands.Context, arg: str) -> MutableMapping: + """Get playlist for all scopes that match the argument user provided""" + cog = ctx.cog + user_matches = [] + guild_matches = [] + global_matches = [] + if cog: + global_matches = await get_all_playlist_converter( + PlaylistScope.GLOBAL.value, + ctx.bot, + cog.playlist_api, + arg, + guild=ctx.guild, + author=ctx.author, + ) + guild_matches = await get_all_playlist_converter( + PlaylistScope.GUILD.value, + ctx.bot, + cog.playlist_api, + arg, + guild=ctx.guild, + author=ctx.author, + ) + user_matches = await get_all_playlist_converter( + PlaylistScope.USER.value, + ctx.bot, + cog.playlist_api, + arg, + guild=ctx.guild, + author=ctx.author, + ) + if not user_matches and not guild_matches and not global_matches: + raise commands.BadArgument(_("Could not match '{}' to a playlist.").format(arg)) + return { + PlaylistScope.GLOBAL.value: global_matches, + PlaylistScope.GUILD.value: guild_matches, + PlaylistScope.USER.value: user_matches, + "all": [*global_matches, *guild_matches, *user_matches], + "arg": arg, + } + + +class NoExitParser(argparse.ArgumentParser): + def error(self, message): + raise commands.BadArgument() + + +class ScopeParser(commands.Converter): + async def convert( + self, ctx: commands.Context, argument: str + ) -> Tuple[Optional[str], discord.User, Optional[discord.Guild], bool]: + target_scope: Optional[str] = None + target_user: Optional[Union[discord.Member, discord.User]] = None + target_guild: Optional[discord.Guild] = None + specified_user = False + + argument = argument.replace("—", "--") + + command, *arguments = argument.split(" -- ") + if arguments: + argument = " -- ".join(arguments) + else: + command = "" + + parser = NoExitParser(description="Playlist Scope Parsing.", add_help=False) + parser.add_argument("--scope", nargs="*", dest="scope", default=[]) + parser.add_argument("--guild", nargs="*", dest="guild", default=[]) + parser.add_argument("--server", nargs="*", dest="guild", default=[]) + parser.add_argument("--author", nargs="*", dest="author", default=[]) + parser.add_argument("--user", nargs="*", dest="author", default=[]) + parser.add_argument("--member", nargs="*", dest="author", default=[]) + + if not command: + parser.add_argument("command", nargs="*") + + try: + vals = vars(parser.parse_args(argument.split())) + except Exception as exc: + raise commands.BadArgument() from exc + + if vals["scope"]: + scope_raw = " ".join(vals["scope"]).strip() + scope = scope_raw.upper().strip() + valid_scopes = PlaylistScope.list() + [ + "GLOBAL", + "GUILD", + "AUTHOR", + "USER", + "SERVER", + "MEMBER", + "BOT", + ] + if scope not in valid_scopes: + raise commands.ArgParserFailure("--scope", scope_raw, custom_help=_(_SCOPE_HELP)) + target_scope = standardize_scope(scope) + elif "--scope" in argument and not vals["scope"]: + raise commands.ArgParserFailure("--scope", _("Nothing"), custom_help=_(_SCOPE_HELP)) + + is_owner = await ctx.bot.is_owner(ctx.author) + guild = vals.get("guild", None) or vals.get("server", None) + if is_owner and guild: + server_error = "" + target_guild = None + guild_raw = " ".join(guild).strip() + try: + target_guild = await global_unique_guild_finder(ctx, guild_raw) + except TooManyMatches as exc: + server_error = f"{exc}\n" + except NoMatchesFound as exc: + server_error = f"{exc}\n" + if target_guild is None: + raise commands.ArgParserFailure( + "--guild", guild_raw, custom_help=f"{server_error}{_(_GUILD_HELP)}" + ) + + elif not is_owner and (guild or any(x in argument for x in ["--guild", "--server"])): + raise commands.BadArgument(_("You cannot use `--guild`")) + elif any(x in argument for x in ["--guild", "--server"]): + raise commands.ArgParserFailure("--guild", _("Nothing"), custom_help=_(_GUILD_HELP)) + + author = vals.get("author", None) or vals.get("user", None) or vals.get("member", None) + if author: + user_error = "" + target_user = None + user_raw = " ".join(author).strip() + try: + target_user = await global_unique_user_finder(ctx, user_raw, guild=target_guild) + specified_user = True + except TooManyMatches as exc: + user_error = f"{exc}\n" + except NoMatchesFound as exc: + user_error = f"{exc}\n" + + if target_user is None: + raise commands.ArgParserFailure( + "--author", user_raw, custom_help=f"{user_error}{_(_USER_HELP)}" + ) + elif any(x in argument for x in ["--author", "--user", "--member"]): + raise commands.ArgParserFailure("--scope", _("Nothing"), custom_help=_(_USER_HELP)) + + target_scope: Optional[str] = target_scope or None + target_user: Union[discord.Member, discord.User] = target_user or ctx.author + target_guild: discord.Guild = target_guild or ctx.guild + + return target_scope, target_user, target_guild, specified_user + + +class ComplexScopeParser(commands.Converter): + async def convert( + self, ctx: commands.Context, argument: str + ) -> Tuple[ + str, + discord.User, + Optional[discord.Guild], + bool, + str, + discord.User, + Optional[discord.Guild], + bool, + ]: + target_scope: Optional[str] = None + target_user: Optional[Union[discord.Member, discord.User]] = None + target_guild: Optional[discord.Guild] = None + specified_target_user = False + + source_scope: Optional[str] = None + source_user: Optional[Union[discord.Member, discord.User]] = None + source_guild: Optional[discord.Guild] = None + specified_source_user = False + + argument = argument.replace("—", "--") + + command, *arguments = argument.split(" -- ") + if arguments: + argument = " -- ".join(arguments) + else: + command = "" + + parser = NoExitParser(description="Playlist Scope Parsing.", add_help=False) + + parser.add_argument("--to-scope", nargs="*", dest="to_scope", default=[]) + parser.add_argument("--to-guild", nargs="*", dest="to_guild", default=[]) + parser.add_argument("--to-server", nargs="*", dest="to_server", default=[]) + parser.add_argument("--to-author", nargs="*", dest="to_author", default=[]) + parser.add_argument("--to-user", nargs="*", dest="to_user", default=[]) + parser.add_argument("--to-member", nargs="*", dest="to_member", default=[]) + + parser.add_argument("--from-scope", nargs="*", dest="from_scope", default=[]) + parser.add_argument("--from-guild", nargs="*", dest="from_guild", default=[]) + parser.add_argument("--from-server", nargs="*", dest="from_server", default=[]) + parser.add_argument("--from-author", nargs="*", dest="from_author", default=[]) + parser.add_argument("--from-user", nargs="*", dest="from_user", default=[]) + parser.add_argument("--from-member", nargs="*", dest="from_member", default=[]) + + if not command: + parser.add_argument("command", nargs="*") + + try: + vals = vars(parser.parse_args(argument.split())) + except Exception as exc: + raise commands.BadArgument() from exc + + is_owner = await ctx.bot.is_owner(ctx.author) + valid_scopes = PlaylistScope.list() + [ + "GLOBAL", + "GUILD", + "AUTHOR", + "USER", + "SERVER", + "MEMBER", + "BOT", + ] + + if vals["to_scope"]: + to_scope_raw = " ".join(vals["to_scope"]).strip() + to_scope = to_scope_raw.upper().strip() + if to_scope not in valid_scopes: + raise commands.ArgParserFailure( + "--to-scope", to_scope_raw, custom_help=_SCOPE_HELP + ) + target_scope = standardize_scope(to_scope) + elif "--to-scope" in argument and not vals["to_scope"]: + raise commands.ArgParserFailure("--to-scope", _("Nothing"), custom_help=_(_SCOPE_HELP)) + + if vals["from_scope"]: + from_scope_raw = " ".join(vals["from_scope"]).strip() + from_scope = from_scope_raw.upper().strip() + + if from_scope not in valid_scopes: + raise commands.ArgParserFailure( + "--from-scope", from_scope_raw, custom_help=_SCOPE_HELP + ) + source_scope = standardize_scope(from_scope) + elif "--from-scope" in argument and not vals["to_scope"]: + raise commands.ArgParserFailure("--to-scope", _("Nothing"), custom_help=_(_SCOPE_HELP)) + + to_guild = vals.get("to_guild", None) or vals.get("to_server", None) + if is_owner and to_guild: + target_server_error = "" + target_guild = None + to_guild_raw = " ".join(to_guild).strip() + try: + target_guild = await global_unique_guild_finder(ctx, to_guild_raw) + except TooManyMatches as exc: + target_server_error = f"{exc}\n" + except NoMatchesFound as exc: + target_server_error = f"{exc}\n" + if target_guild is None: + raise commands.ArgParserFailure( + "--to-guild", + to_guild_raw, + custom_help=f"{target_server_error}{_(_GUILD_HELP)}", + ) + elif not is_owner and ( + to_guild or any(x in argument for x in ["--to-guild", "--to-server"]) + ): + raise commands.BadArgument(_("You cannot use `--to-server`")) + elif any(x in argument for x in ["--to-guild", "--to-server"]): + raise commands.ArgParserFailure( + "--to-server", _("Nothing"), custom_help=_(_GUILD_HELP) + ) + + from_guild = vals.get("from_guild", None) or vals.get("from_server", None) + if is_owner and from_guild: + source_server_error = "" + source_guild = None + from_guild_raw = " ".join(from_guild).strip() + try: + source_guild = await global_unique_guild_finder(ctx, from_guild_raw) + except TooManyMatches as exc: + source_server_error = f"{exc}\n" + except NoMatchesFound as exc: + source_server_error = f"{exc}\n" + if source_guild is None: + raise commands.ArgParserFailure( + "--from-guild", + from_guild_raw, + custom_help=f"{source_server_error}{_(_GUILD_HELP)}", + ) + elif not is_owner and ( + from_guild or any(x in argument for x in ["--from-guild", "--from-server"]) + ): + raise commands.BadArgument(_("You cannot use `--from-server`")) + elif any(x in argument for x in ["--from-guild", "--from-server"]): + raise commands.ArgParserFailure( + "--from-server", _("Nothing"), custom_help=_(_GUILD_HELP) + ) + + to_author = ( + vals.get("to_author", None) or vals.get("to_user", None) or vals.get("to_member", None) + ) + if to_author: + target_user_error = "" + target_user = None + to_user_raw = " ".join(to_author).strip() + try: + target_user = await global_unique_user_finder(ctx, to_user_raw, guild=target_guild) + specified_target_user = True + except TooManyMatches as exc: + target_user_error = f"{exc}\n" + except NoMatchesFound as exc: + target_user_error = f"{exc}\n" + if target_user is None: + raise commands.ArgParserFailure( + "--to-author", to_user_raw, custom_help=f"{target_user_error}{_(_USER_HELP)}" + ) + elif any(x in argument for x in ["--to-author", "--to-user", "--to-member"]): + raise commands.ArgParserFailure("--to-user", _("Nothing"), custom_help=_(_USER_HELP)) + + from_author = ( + vals.get("from_author", None) + or vals.get("from_user", None) + or vals.get("from_member", None) + ) + if from_author: + source_user_error = "" + source_user = None + from_user_raw = " ".join(from_author).strip() + try: + source_user = await global_unique_user_finder( + ctx, from_user_raw, guild=target_guild + ) + specified_target_user = True + except TooManyMatches as exc: + source_user_error = f"{exc}\n" + except NoMatchesFound as exc: + source_user_error = f"{exc}\n" + if source_user is None: + raise commands.ArgParserFailure( + "--from-author", + from_user_raw, + custom_help=f"{source_user_error}{_(_USER_HELP)}", + ) + elif any(x in argument for x in ["--from-author", "--from-user", "--from-member"]): + raise commands.ArgParserFailure("--from-user", _("Nothing"), custom_help=_(_USER_HELP)) + + target_scope = target_scope or PlaylistScope.GUILD.value + target_user = target_user or ctx.author + target_guild = target_guild or ctx.guild + + source_scope = source_scope or PlaylistScope.GUILD.value + source_user = source_user or ctx.author + source_guild = source_guild or ctx.guild + + return ( + source_scope, + source_user, + source_guild, + specified_source_user, + target_scope, + target_user, + target_guild, + specified_target_user, + ) + + +class LazyGreedyConverter(commands.Converter): + def __init__(self, splitter: str): + self.splitter_Value = splitter + + async def convert(self, ctx: commands.Context, argument: str) -> str: + full_message = ctx.message.content.partition(f" {argument} ") + if len(full_message) == 1: + full_message = ( + (argument if argument not in full_message else "") + " " + full_message[0] + ) + elif len(full_message) > 1: + full_message = ( + (argument if argument not in full_message else "") + " " + full_message[-1] + ) + greedy_output = (" " + full_message.replace("—", "--")).partition( + f" {self.splitter_Value}" + )[0] + return f"{greedy_output}".strip() + + +def get_lazy_converter(splitter: str) -> type: + """Returns a typechecking safe `LazyGreedyConverter` suitable for use with discord.py.""" + + class PartialMeta(type(LazyGreedyConverter)): + __call__ = functools.partialmethod(type(LazyGreedyConverter).__call__, splitter) + + class ValidatedConverter(LazyGreedyConverter, metaclass=PartialMeta): + pass + + return ValidatedConverter + + +def get_playlist_converter() -> type: + """Returns a typechecking safe `PlaylistConverter` suitable for use with discord.py.""" + + class PartialMeta(type(PlaylistConverter)): + __call__ = functools.partialmethod(type(PlaylistConverter).__call__) + + class ValidatedConverter(PlaylistConverter, metaclass=PartialMeta): + pass + + return ValidatedConverter diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..d78d4c56baa6f12e613a35899ac541e651768500 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/__init__.py @@ -0,0 +1,166 @@ +import asyncio +import datetime +import json + +from collections import Counter, defaultdict +from pathlib import Path +from typing import Mapping, Dict + +import aiohttp +import discord + +from redbot.core import Config +from redbot.core.bot import Red +from redbot.core.commands import Cog +from redbot.core.data_manager import cog_data_path +from redbot.core.i18n import Translator, cog_i18n +from redbot.core.utils.antispam import AntiSpam + +from ..utils import ( + CacheLevel, + PlaylistScope, + DEFAULT_LAVALINK_YAML, + DEFAULT_LAVALINK_SETTINGS, +) +from . import abc, cog_utils, commands, events, tasks, utilities +from .cog_utils import CompositeMetaClass + +_ = Translator("Audio", Path(__file__)) + + +@cog_i18n(_) +class Audio( + commands.Commands, + events.Events, + tasks.Tasks, + utilities.Utilities, + Cog, + metaclass=CompositeMetaClass, +): + """Play audio through voice channels.""" + + llset_captcha_intervals = [ + (datetime.timedelta(days=1), 1), + ] + + def __init__(self, bot: Red): + super().__init__() + self.bot = bot + self.config = Config.get_conf(self, 2711759130, force_registration=True) + + self.api_interface = None + self.managed_node_controller = None + self.playlist_api = None + self.local_folder_current_path = None + self.db_conn = None + + self._error_counter = Counter() + self._error_timer = {} + self._disconnected_players = {} + self._daily_playlist_cache = {} + self._daily_global_playlist_cache = {} + self._persist_queue_cache = {} + self._dj_status_cache = {} + self._dj_role_cache = {} + self.skip_votes = {} + self.play_lock = {} + self.antispam: Dict[int, Dict[str, AntiSpam]] = defaultdict(lambda: defaultdict(AntiSpam)) + + self.lavalink_connect_task = None + self._restore_task = None + self.player_automated_timer_task = None + self.cog_cleaned_up = False + self.lavalink_connection_aborted = False + self.permission_cache = discord.Permissions( + embed_links=True, + read_messages=True, + read_message_history=True, + add_reactions=True, + ) + + self.session = aiohttp.ClientSession(json_serialize=json.dumps) + self.cog_ready_event = asyncio.Event() + self._ws_resume = defaultdict(asyncio.Event) + self._ws_op_codes = defaultdict(asyncio.LifoQueue) + + self.cog_init_task = None + self.global_api_user = { + "fetched": False, + "can_read": False, + "can_post": False, + "can_delete": False, + } + self._ll_guild_updates = set() + self._disconnected_shard = set() + self._last_ll_update = datetime.datetime.now(datetime.timezone.utc) + + default_global = dict( + schema_version=1, + bundled_playlist_version=0, + owner_notification=0, + cache_level=CacheLevel.all().value, + cache_age=365, + daily_playlists=False, + global_db_enabled=False, + global_db_get_timeout=5, + status=False, + use_external_lavalink=False, + restrict=True, + localpath=str(cog_data_path(raw_name="Audio")), + url_keyword_blacklist=[], + url_keyword_whitelist=[], + java_exc_path="java", + **DEFAULT_LAVALINK_YAML, + **DEFAULT_LAVALINK_SETTINGS, + ) + + default_guild = dict( + auto_play=False, + currently_auto_playing_in=None, + auto_deafen=True, + autoplaylist=dict( + enabled=True, + id=42069, + name="Aikaterna's curated tracks", + scope=PlaylistScope.GLOBAL.value, + ), + persist_queue=True, + disconnect=False, + dj_enabled=False, + dj_role=None, + daily_playlists=False, + emptydc_enabled=False, + emptydc_timer=0, + emptypause_enabled=False, + emptypause_timer=0, + jukebox=False, + jukebox_price=0, + maxlength=0, + max_volume=150, + notify=False, + prefer_lyrics=False, + repeat=False, + shuffle=False, + shuffle_bumped=True, + thumbnail=False, + volume=100, + vote_enabled=False, + vote_percent=0, + room_lock=None, + url_keyword_blacklist=[], + url_keyword_whitelist=[], + country_code="US", + ) + _playlist: Mapping = dict(id=None, author=None, name=None, playlist_url=None, tracks=[]) + + self.config.init_custom("EQUALIZER", 1) + self.config.register_custom("EQUALIZER", eq_bands=[], eq_presets={}) + self.config.init_custom(PlaylistScope.GLOBAL.value, 1) + self.config.register_custom(PlaylistScope.GLOBAL.value, **_playlist) + self.config.init_custom(PlaylistScope.GUILD.value, 2) + self.config.register_custom(PlaylistScope.GUILD.value, **_playlist) + self.config.init_custom(PlaylistScope.USER.value, 2) + self.config.register_custom(PlaylistScope.USER.value, **_playlist) + self.config.register_guild(**default_guild) + self.config.register_global(**default_global) + self.config.register_user(country_code=None) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/abc.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/abc.py new file mode 100644 index 0000000000000000000000000000000000000000..66483f974ee4aec1f9eb314ef1810d646e3ca955 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/abc.py @@ -0,0 +1,580 @@ +from __future__ import annotations + +import asyncio +import datetime + +from abc import ABC, abstractmethod +from collections import Counter, defaultdict +from pathlib import Path +from typing import ( + Set, + TYPE_CHECKING, + Any, + List, + Mapping, + MutableMapping, + Optional, + Tuple, + Union, + Dict, +) + +import aiohttp +import discord +import lavalink + +from redbot.core import Config, commands +from redbot.core.bot import Red +from redbot.core.commands import Context +from redbot.core.utils.antispam import AntiSpam +from redbot.core.utils.dbtools import APSWConnectionWrapper + +if TYPE_CHECKING: + from ..apis.interface import AudioAPIInterface + from ..apis.playlist_interface import Playlist + from ..apis.playlist_wrapper import PlaylistWrapper + from ..audio_dataclasses import LocalPath, Query + from ..equalizer import Equalizer + from ..manager import ServerManager + + +class MixinMeta(ABC): + """Base class for well behaved type hint detection with composite class. + + Basically, to keep developers sane when not all attributes are defined in each mixin. + """ + + bot: Red + config: Config + api_interface: Optional["AudioAPIInterface"] + managed_node_controller: Optional["ServerManager"] + playlist_api: Optional["PlaylistWrapper"] + local_folder_current_path: Optional[Path] + db_conn: Optional[APSWConnectionWrapper] + session: aiohttp.ClientSession + antispam: Dict[int, Dict[str, AntiSpam]] + llset_captcha_intervals: List[Tuple[datetime.timedelta, int]] + + skip_votes: MutableMapping[int, Set[int]] + play_lock: MutableMapping[int, bool] + _daily_playlist_cache: MutableMapping[int, bool] + _daily_global_playlist_cache: MutableMapping[int, bool] + _persist_queue_cache: MutableMapping[int, bool] + _dj_status_cache: MutableMapping[int, Optional[bool]] + _dj_role_cache: MutableMapping[int, Optional[int]] + _error_timer: MutableMapping[int, float] + _disconnected_players: MutableMapping[int, bool] + global_api_user: MutableMapping[str, Any] + + cog_cleaned_up: bool + lavalink_connection_aborted: bool + + _error_counter: Counter + + lavalink_connect_task: Optional[asyncio.Task] + _restore_task: Optional[asyncio.Task] + player_automated_timer_task: Optional[asyncio.Task] + cog_init_task: Optional[asyncio.Task] + cog_ready_event: asyncio.Event + _ws_resume: defaultdict[Any, asyncio.Event] + _ws_op_codes: defaultdict[int, asyncio.LifoQueue] + permission_cache = discord.Permissions + + _last_ll_update: datetime.datetime + _ll_guild_updates: Set[int] + _disconnected_shard: Set[int] + + @abstractmethod + async def command_llset(self, ctx: commands.Context): + raise NotImplementedError() + + @commands.command() + @abstractmethod + async def command_audioset_restart(self, ctx: commands.Context): + raise NotImplementedError() + + @abstractmethod + async def maybe_reset_error_counter(self, player: lavalink.Player) -> None: + raise NotImplementedError() + + @abstractmethod + async def update_bot_presence(self, track: lavalink.Track, playing_servers: int) -> None: + raise NotImplementedError() + + @abstractmethod + async def get_active_player_count(self) -> Tuple[str, int]: + raise NotImplementedError() + + @abstractmethod + async def increase_error_counter(self, player: lavalink.Player) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _close_database(self) -> None: + raise NotImplementedError() + + @abstractmethod + async def maybe_run_pending_db_tasks(self, ctx: commands.Context) -> None: + raise NotImplementedError() + + @abstractmethod + def update_player_lock(self, ctx: commands.Context, true_or_false: bool) -> None: + raise NotImplementedError() + + @abstractmethod + async def initialize(self) -> None: + raise NotImplementedError() + + @abstractmethod + async def data_schema_migration(self, from_version: int, to_version: int) -> None: + raise NotImplementedError() + + @abstractmethod + def lavalink_restart_connect(self, manual: bool = False) -> None: + raise NotImplementedError() + + @abstractmethod + async def lavalink_attempt_connect(self, timeout: int = 50) -> None: + raise NotImplementedError() + + @abstractmethod + async def player_automated_timer(self) -> None: + raise NotImplementedError() + + @abstractmethod + async def lavalink_event_handler( + self, player: lavalink.Player, event_type: lavalink.LavalinkEvents, extra + ) -> None: + raise NotImplementedError() + + @abstractmethod + async def lavalink_update_handler( + self, player: lavalink.Player, event_type: lavalink.enums.PlayerState, extra + ) -> None: + raise NotImplementedError() + + @abstractmethod + async def _clear_react( + self, message: discord.Message, emoji: MutableMapping = None + ) -> asyncio.Task: + raise NotImplementedError() + + @abstractmethod + async def remove_react( + self, + message: discord.Message, + react_emoji: Union[discord.Emoji, discord.Reaction, discord.PartialEmoji, str], + react_user: discord.abc.User, + ) -> None: + raise NotImplementedError() + + @abstractmethod + async def command_equalizer(self, ctx: commands.Context): + raise NotImplementedError() + + @abstractmethod + async def _eq_msg_clear(self, eq_message: discord.Message) -> None: + raise NotImplementedError() + + @abstractmethod + def _player_check(self, ctx: commands.Context) -> bool: + raise NotImplementedError() + + @abstractmethod + async def maybe_charge_requester(self, ctx: commands.Context, jukebox_price: int) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _can_instaskip(self, ctx: commands.Context, member: discord.Member) -> bool: + raise NotImplementedError() + + @abstractmethod + async def command_search(self, ctx: commands.Context, *, query: str): + raise NotImplementedError() + + @abstractmethod + async def is_query_allowed( + self, + config: Config, + ctx_or_channel: Optional[ + Union[Context, discord.TextChannel, discord.VoiceChannel, discord.Thread] + ], + query: str, + query_obj: Query, + ) -> bool: + raise NotImplementedError() + + @abstractmethod + def is_track_length_allowed(self, track: Union[lavalink.Track, int], maxlength: int) -> bool: + raise NotImplementedError() + + @abstractmethod + async def get_track_description( + self, + track: Union[lavalink.rest_api.Track, "Query"], + local_folder_current_path: Path, + shorten: bool = False, + ) -> Optional[str]: + raise NotImplementedError() + + @abstractmethod + async def get_track_description_unformatted( + self, track: Union[lavalink.rest_api.Track, "Query"], local_folder_current_path: Path + ) -> Optional[str]: + raise NotImplementedError() + + @abstractmethod + def humanize_scope( + self, scope: str, ctx: Union[discord.Guild, discord.abc.User, str] = None, the: bool = None + ) -> Optional[str]: + raise NotImplementedError() + + @abstractmethod + async def draw_time(self, ctx) -> str: + raise NotImplementedError() + + @abstractmethod + def rsetattr(self, obj, attr, val) -> None: + raise NotImplementedError() + + @abstractmethod + def rgetattr(self, obj, attr, *args) -> Any: + raise NotImplementedError() + + @abstractmethod + async def _check_api_tokens(self) -> MutableMapping: + raise NotImplementedError() + + @abstractmethod + async def send_embed_msg( + self, ctx: commands.Context, author: Mapping[str, str] = None, **kwargs + ) -> discord.Message: + raise NotImplementedError() + + @abstractmethod + def _has_notify_perms( + self, channel: Union[discord.TextChannel, discord.VoiceChannel, discord.Thread] + ) -> bool: + raise NotImplementedError() + + @abstractmethod + async def update_external_status(self) -> bool: + raise NotImplementedError() + + @abstractmethod + def get_track_json( + self, + player: lavalink.Player, + position: Union[int, str] = None, + other_track: lavalink.Track = None, + ) -> MutableMapping: + raise NotImplementedError() + + @abstractmethod + def track_to_json(self, track: lavalink.Track) -> MutableMapping: + raise NotImplementedError() + + @abstractmethod + def time_convert(self, length: Union[int, str]) -> int: + raise NotImplementedError() + + @abstractmethod + async def queue_duration(self, ctx: commands.Context) -> int: + raise NotImplementedError() + + @abstractmethod + async def track_remaining_duration(self, ctx: commands.Context) -> int: + raise NotImplementedError() + + @abstractmethod + def get_time_string(self, seconds: int) -> str: + raise NotImplementedError() + + @abstractmethod + async def set_player_settings(self, ctx: commands.Context) -> None: + raise NotImplementedError() + + @abstractmethod + async def get_playlist_match( + self, + context: commands.Context, + matches: MutableMapping, + scope: str, + author: discord.User, + guild: discord.Guild, + specified_user: bool = False, + ) -> Tuple[Optional["Playlist"], str, str]: + raise NotImplementedError() + + @abstractmethod + async def is_requester_alone(self, ctx: commands.Context) -> bool: + raise NotImplementedError() + + @abstractmethod + async def is_requester(self, ctx: commands.Context, member: discord.Member) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _skip_action(self, ctx: commands.Context, skip_to_track: int = None) -> None: + raise NotImplementedError() + + @abstractmethod + def is_vc_full(self, channel: discord.VoiceChannel) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _has_dj_role(self, ctx: commands.Context, member: discord.Member) -> bool: + raise NotImplementedError() + + @abstractmethod + def match_url(self, url: str) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _playlist_check(self, ctx: commands.Context) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _build_bundled_playlist(self, forced: bool = None) -> None: + raise NotImplementedError() + + @abstractmethod + def decode_track(self, track: str, decode_errors: str = "") -> MutableMapping: + raise NotImplementedError() + + @abstractmethod + async def can_manage_playlist( + self, + scope: str, + playlist: "Playlist", + ctx: commands.Context, + user, + guild, + bypass: bool = False, + ) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _maybe_update_playlist( + self, ctx: commands.Context, player: lavalink.player.Player, playlist: "Playlist" + ) -> Tuple[List[lavalink.Track], List[lavalink.Track], "Playlist"]: + raise NotImplementedError() + + @abstractmethod + def is_url_allowed(self, url: str) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _eq_check(self, ctx: commands.Context, player: lavalink.Player) -> None: + raise NotImplementedError() + + @abstractmethod + async def _enqueue_tracks( + self, ctx: commands.Context, query: Union["Query", list], enqueue: bool = True + ) -> Union[discord.Message, List[lavalink.Track], lavalink.Track]: + raise NotImplementedError() + + @abstractmethod + async def _eq_interact( + self, + ctx: commands.Context, + player: lavalink.Player, + eq: "Equalizer", + message: discord.Message, + selected: int, + ) -> None: + raise NotImplementedError() + + @abstractmethod + async def _apply_gains(self, guild_id: int, gains: List[float]) -> None: + NotImplementedError() + + @abstractmethod + async def _apply_gain(self, guild_id: int, band: int, gain: float) -> None: + raise NotImplementedError() + + @abstractmethod + async def _get_spotify_tracks( + self, ctx: commands.Context, query: "Query", forced: bool = False + ) -> Union[discord.Message, List[lavalink.Track], lavalink.Track]: + raise NotImplementedError() + + @abstractmethod + async def _genre_search_button_action( + self, ctx: commands.Context, options: List, emoji: str, page: int, playlist: bool = False + ) -> str: + raise NotImplementedError() + + @abstractmethod + async def _build_genre_search_page( + self, + ctx: commands.Context, + tracks: List, + page_num: int, + title: str, + playlist: bool = False, + ) -> discord.Embed: + raise NotImplementedError() + + @abstractmethod + async def command_audioset_autoplay_toggle(self, ctx: commands.Context): + raise NotImplementedError() + + @abstractmethod + async def _search_button_action( + self, ctx: commands.Context, tracks: List, emoji: str, page: int + ): + raise NotImplementedError() + + @abstractmethod + async def get_localtrack_folder_tracks( + self, ctx, player: lavalink.player.Player, query: "Query" + ) -> List[lavalink.rest_api.Track]: + raise NotImplementedError() + + @abstractmethod + async def get_localtrack_folder_list( + self, ctx: commands.Context, query: "Query" + ) -> List["Query"]: + raise NotImplementedError() + + @abstractmethod + async def _local_play_all( + self, ctx: commands.Context, query: "Query", from_search: bool = False + ) -> None: + raise NotImplementedError() + + @abstractmethod + async def _build_search_page( + self, ctx: commands.Context, tracks: List, page_num: int + ) -> discord.Embed: + raise NotImplementedError() + + @abstractmethod + async def command_play(self, ctx: commands.Context, *, query: str): + raise NotImplementedError() + + @abstractmethod + async def localtracks_folder_exists(self, ctx: commands.Context) -> bool: + raise NotImplementedError() + + @abstractmethod + async def get_localtracks_folders( + self, ctx: commands.Context, search_subfolders: bool = False + ) -> List[Union[Path, "LocalPath"]]: + raise NotImplementedError() + + @abstractmethod + async def _build_local_search_list( + self, to_search: List["Query"], search_words: str + ) -> List[str]: + raise NotImplementedError() + + @abstractmethod + async def command_stop(self, ctx: commands.Context): + raise NotImplementedError() + + @abstractmethod + async def _build_queue_page( + self, + ctx: commands.Context, + queue: list, + player: lavalink.player.Player, + page_num: int, + ) -> discord.Embed: + raise NotImplementedError() + + @abstractmethod + async def command_pause(self, ctx: commands.Context): + raise NotImplementedError() + + @abstractmethod + async def _build_queue_search_list( + self, queue_list: List[lavalink.Track], search_words: str + ) -> List[Tuple[int, str]]: + raise NotImplementedError() + + @abstractmethod + async def _build_queue_search_page( + self, ctx: commands.Context, page_num: int, search_list: List[Tuple[int, str]] + ) -> discord.Embed: + raise NotImplementedError() + + @abstractmethod + async def fetch_playlist_tracks( + self, + ctx: commands.Context, + player: lavalink.player.Player, + query: "Query", + skip_cache: bool = False, + ) -> Union[discord.Message, None, List[MutableMapping]]: + raise NotImplementedError() + + @abstractmethod + async def _build_playlist_list_page( + self, ctx: commands.Context, page_num: int, abc_names: List, scope: Optional[str] + ) -> discord.Embed: + raise NotImplementedError() + + @abstractmethod + def match_yt_playlist(self, url: str) -> bool: + raise NotImplementedError() + + @abstractmethod + async def _load_v3_playlist( + self, + ctx: commands.Context, + scope: str, + uploaded_playlist_name: str, + uploaded_playlist_url: str, + track_list: List, + author: Union[discord.User, discord.Member], + guild: Union[discord.Guild], + ) -> None: + raise NotImplementedError() + + @abstractmethod + async def _load_v2_playlist( + self, + ctx: commands.Context, + uploaded_track_list, + player: lavalink.player.Player, + playlist_url: str, + uploaded_playlist_name: str, + scope: str, + author: Union[discord.User, discord.Member], + guild: Union[discord.Guild], + ): + raise NotImplementedError() + + @abstractmethod + def format_time(self, time: int) -> str: + raise NotImplementedError() + + @abstractmethod + async def get_lyrics_status(self, ctx: Context) -> bool: + raise NotImplementedError() + + @abstractmethod + async def restore_players(self) -> bool: + raise NotImplementedError() + + @abstractmethod + async def command_skip(self, ctx: commands.Context, skip_to_track: int = None): + raise NotImplementedError() + + @abstractmethod + async def command_prev(self, ctx: commands.Context): + raise NotImplementedError() + + @abstractmethod + async def icyparser(self, url: str) -> Optional[str]: + raise NotImplementedError() + + @abstractmethod + async def self_deafen(self, player: lavalink.Player) -> None: + raise NotImplementedError() + + @abstractmethod + def can_join_and_speak(self, channel: discord.VoiceChannel) -> bool: + raise NotImplementedError() diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/cog_utils.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/cog_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..9b5f56dcfe29b460f5c1ad087624bb813d53287d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/cog_utils.py @@ -0,0 +1,115 @@ +from abc import ABC +from typing import Final +from base64 import b64decode +from io import BytesIO +import struct + +from redbot import VersionInfo +from redbot.core import commands + +from ..converters import get_lazy_converter, get_playlist_converter + +__version__ = VersionInfo.from_json({"major": 2, "minor": 5, "micro": 0, "releaselevel": "final"}) + +__author__ = ["aikaterna", "Draper"] +_SCHEMA_VERSION: Final[int] = 3 +_OWNER_NOTIFICATION: Final[int] = 1 + +LazyGreedyConverter = get_lazy_converter("--") +PlaylistConverter = get_playlist_converter() + + +class CompositeMetaClass(type(commands.Cog), type(ABC)): + """ + This allows the metaclass used for proper type detection to + coexist with discord.py's metaclass + """ + + pass + + +# Both DataReader and DataWriter are taken from https://github.com/Devoxin/Lavalink.py/blob/master/lavalink/datarw.py +# These are licenced under MIT, Thanks Devoxin for putting these together! +# The license can be found in https://github.com/Devoxin/Lavalink.py/blob/master/LICENSE + + +class DataReader: + def __init__(self, ts): + self._buf = BytesIO(b64decode(ts)) + + def _read(self, n): + return self._buf.read(n) + + def read_byte(self): + return self._read(1) + + def read_boolean(self): + (result,) = struct.unpack("B", self.read_byte()) + return result != 0 + + def read_unsigned_short(self): + (result,) = struct.unpack(">H", self._read(2)) + return result + + def read_int(self): + (result,) = struct.unpack(">i", self._read(4)) + return result + + def read_long(self): + (result,) = struct.unpack(">Q", self._read(8)) + return result + + def read_utf(self): + text_length = self.read_unsigned_short() + return self._read(text_length) + + +class DataWriter: + def __init__(self): + self._buf = BytesIO() + + def _write(self, data): + self._buf.write(data) + + def write_byte(self, byte): + self._buf.write(byte) + + def write_boolean(self, b): + enc = struct.pack("B", 1 if b else 0) + self.write_byte(enc) + + def write_unsigned_short(self, s): + enc = struct.pack(">H", s) + self._write(enc) + + def write_int(self, i): + enc = struct.pack(">i", i) + self._write(enc) + + def write_long(self, l): + enc = struct.pack(">Q", l) + self._write(enc) + + def write_utf(self, s): + utf = s.encode("utf8") + byte_len = len(utf) + + if byte_len > 65535: + raise OverflowError("UTF string may not exceed 65535 bytes!") + + self.write_unsigned_short(byte_len) + self._write(utf) + + def finish(self): + with BytesIO() as track_buf: + byte_len = self._buf.getbuffer().nbytes + flags = byte_len | (1 << 30) + enc_flags = struct.pack(">i", flags) + track_buf.write(enc_flags) + + self._buf.seek(0) + track_buf.write(self._buf.read()) + self._buf.close() + + track_buf.seek(0) + return track_buf.read() diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..8c3161531ff66b4943c0457e876ac01507773210 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/__init__.py @@ -0,0 +1,25 @@ +from ..cog_utils import CompositeMetaClass +from .audioset import AudioSetCommands +from .controller import PlayerControllerCommands +from .equalizer import EqualizerCommands +from .llset import LavalinkSetupCommands +from .localtracks import LocalTrackCommands +from .miscellaneous import MiscellaneousCommands +from .player import PlayerCommands +from .playlists import PlaylistCommands +from .queue import QueueCommands + + +class Commands( + AudioSetCommands, + PlayerControllerCommands, + EqualizerCommands, + LavalinkSetupCommands, + LocalTrackCommands, + MiscellaneousCommands, + PlayerCommands, + PlaylistCommands, + QueueCommands, + metaclass=CompositeMetaClass, +): + """Class joining all command subclasses""" diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/audioset.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/audioset.py new file mode 100644 index 0000000000000000000000000000000000000000..2ad0e0bbf619965aaedad8428ea680b0105496b0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/audioset.py @@ -0,0 +1,1513 @@ +import asyncio +import contextlib +import os +import tarfile +from pathlib import Path + +from typing import Union + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core import bank, commands +from redbot.core.data_manager import cog_data_path +from redbot.core.i18n import Translator +from redbot.core.utils.chat_formatting import box, humanize_number +from redbot.core.utils.menus import menu, start_adding_reactions +from redbot.core.utils.predicates import MessagePredicate, ReactionPredicate + +from ...audio_dataclasses import LocalPath +from ...converters import ScopeParser +from ...errors import MissingGuild, TooManyMatches +from ...utils import CacheLevel, PlaylistScope, has_managed_server +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass, PlaylistConverter, __version__ + +log = getLogger("red.cogs.Audio.cog.Commands.audioset") + +_ = Translator("Audio", Path(__file__)) + + +class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.group(name="audioset") + @commands.bot_has_permissions(embed_links=True) + async def command_audioset(self, ctx: commands.Context): + """Music configuration options.""" + + @command_audioset.group(name="restrictions") + @commands.mod_or_permissions(manage_guild=True) + async def command_audioset_perms(self, ctx: commands.Context): + """Manages the keyword whitelist and blacklist.""" + + @commands.is_owner() + @command_audioset_perms.group(name="global") + async def command_audioset_perms_global(self, ctx: commands.Context): + """Manages the global keyword whitelist/blacklist.""" + + @command_audioset_perms_global.group(name="whitelist") + async def command_audioset_perms_global_whitelist(self, ctx: commands.Context): + """Manages the global keyword whitelist.""" + + @command_audioset_perms_global_whitelist.command(name="add") + async def command_audioset_perms_global_whitelist_add( + self, ctx: commands.Context, *, keyword: str + ): + """Adds a keyword to the whitelist. + + If anything is added to whitelist, it will blacklist everything else. + """ + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = False + async with self.config.url_keyword_whitelist() as whitelist: + if keyword in whitelist: + exists = True + else: + whitelist.append(keyword) + if exists: + return await self.send_embed_msg(ctx, title=_("Keyword already in the whitelist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Whitelist Modified"), + description=_("Added `{whitelisted}` to the whitelist.").format( + whitelisted=keyword + ), + ) + + @command_audioset_perms_global_whitelist.command(name="list") + @commands.bot_can_react() + async def command_audioset_perms_global_whitelist_list(self, ctx: commands.Context): + """List all keywords added to the whitelist.""" + whitelist = await self.config.url_keyword_whitelist() + if not whitelist: + return await self.send_embed_msg(ctx, title=_("Nothing in the whitelist.")) + whitelist.sort() + text = "" + total = len(whitelist) + pages = [] + for i, entry in enumerate(whitelist, 1): + text += f"{i}. [{entry}]" + if i != total: + text += "\n" + if i % 10 == 0: + pages.append(box(text, lang="ini")) + text = "" + else: + pages.append(box(text, lang="ini")) + embed_colour = await ctx.embed_colour() + pages = list( + discord.Embed(title=_("Global Whitelist"), description=page, colour=embed_colour) + for page in pages + ) + await menu(ctx, pages) + + @command_audioset_perms_global_whitelist.command(name="clear") + async def command_audioset_perms_global_whitelist_clear(self, ctx: commands.Context): + """Clear all keywords from the whitelist.""" + whitelist = await self.config.url_keyword_whitelist() + if not whitelist: + return await self.send_embed_msg(ctx, title=_("Nothing in the whitelist.")) + await self.config.url_keyword_whitelist.clear() + return await self.send_embed_msg( + ctx, + title=_("Whitelist Modified"), + description=_("All entries have been removed from the whitelist."), + ) + + @command_audioset_perms_global_whitelist.command(name="delete", aliases=["del", "remove"]) + async def command_audioset_perms_global_whitelist_delete( + self, ctx: commands.Context, *, keyword: str + ): + """Removes a keyword from the whitelist.""" + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = True + async with self.config.url_keyword_whitelist() as whitelist: + if keyword not in whitelist: + exists = False + else: + whitelist.remove(keyword) + if not exists: + return await self.send_embed_msg(ctx, title=_("Keyword already in the whitelist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Whitelist Modified"), + description=_("Removed `{whitelisted}` from the whitelist.").format( + whitelisted=keyword + ), + ) + + @command_audioset_perms_global.group(name="blacklist") + async def command_audioset_perms_global_blacklist(self, ctx: commands.Context): + """Manages the global keyword blacklist.""" + + @command_audioset_perms_global_blacklist.command(name="add") + async def command_audioset_perms_global_blacklist_add( + self, ctx: commands.Context, *, keyword: str + ): + """Adds a keyword to the blacklist.""" + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = False + async with self.config.url_keyword_blacklist() as blacklist: + if keyword in blacklist: + exists = True + else: + blacklist.append(keyword) + if exists: + return await self.send_embed_msg(ctx, title=_("Keyword already in the blacklist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Blacklist Modified"), + description=_("Added `{blacklisted}` to the blacklist.").format( + blacklisted=keyword + ), + ) + + @command_audioset_perms_global_blacklist.command(name="list") + @commands.bot_can_react() + async def command_audioset_perms_global_blacklist_list(self, ctx: commands.Context): + """List all keywords added to the blacklist.""" + blacklist = await self.config.url_keyword_blacklist() + if not blacklist: + return await self.send_embed_msg(ctx, title=_("Nothing in the blacklist.")) + blacklist.sort() + text = "" + total = len(blacklist) + pages = [] + for i, entry in enumerate(blacklist, 1): + text += f"{i}. [{entry}]" + if i != total: + text += "\n" + if i % 10 == 0: + pages.append(box(text, lang="ini")) + text = "" + else: + pages.append(box(text, lang="ini")) + embed_colour = await ctx.embed_colour() + pages = list( + discord.Embed(title=_("Global Blacklist"), description=page, colour=embed_colour) + for page in pages + ) + await menu(ctx, pages) + + @command_audioset_perms_global_blacklist.command(name="clear") + async def command_audioset_perms_global_blacklist_clear(self, ctx: commands.Context): + """Clear all keywords added to the blacklist.""" + blacklist = await self.config.url_keyword_blacklist() + if not blacklist: + return await self.send_embed_msg(ctx, title=_("Nothing in the blacklist.")) + await self.config.url_keyword_blacklist.clear() + return await self.send_embed_msg( + ctx, + title=_("Blacklist Modified"), + description=_("All entries have been removed from the blacklist."), + ) + + @command_audioset_perms_global_blacklist.command(name="delete", aliases=["del", "remove"]) + async def command_audioset_perms_global_blacklist_delete( + self, ctx: commands.Context, *, keyword: str + ): + """Removes a keyword from the blacklist.""" + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = True + async with self.config.url_keyword_blacklist() as blacklist: + if keyword not in blacklist: + exists = False + else: + blacklist.remove(keyword) + if not exists: + return await self.send_embed_msg(ctx, title=_("Keyword is not in the blacklist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Blacklist Modified"), + description=_("Removed `{blacklisted}` from the blacklist.").format( + blacklisted=keyword + ), + ) + + @command_audioset_perms.group(name="whitelist") + @commands.guild_only() + async def command_audioset_perms_whitelist(self, ctx: commands.Context): + """Manages the keyword whitelist.""" + + @command_audioset_perms_whitelist.command(name="add") + async def command_audioset_perms_whitelist_add(self, ctx: commands.Context, *, keyword: str): + """Adds a keyword to the whitelist. + + If anything is added to whitelist, it will blacklist everything else. + """ + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = False + async with self.config.guild(ctx.guild).url_keyword_whitelist() as whitelist: + if keyword in whitelist: + exists = True + else: + whitelist.append(keyword) + if exists: + return await self.send_embed_msg(ctx, title=_("Keyword already in the whitelist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Whitelist Modified"), + description=_("Added `{whitelisted}` to the whitelist.").format( + whitelisted=keyword + ), + ) + + @command_audioset_perms_whitelist.command(name="list") + @commands.bot_can_react() + async def command_audioset_perms_whitelist_list(self, ctx: commands.Context): + """List all keywords added to the whitelist.""" + whitelist = await self.config.guild(ctx.guild).url_keyword_whitelist() + if not whitelist: + return await self.send_embed_msg(ctx, title=_("Nothing in the whitelist.")) + whitelist.sort() + text = "" + total = len(whitelist) + pages = [] + for i, entry in enumerate(whitelist, 1): + text += f"{i}. [{entry}]" + if i != total: + text += "\n" + if i % 10 == 0: + pages.append(box(text, lang="ini")) + text = "" + else: + pages.append(box(text, lang="ini")) + embed_colour = await ctx.embed_colour() + pages = list( + discord.Embed(title=_("Whitelist"), description=page, colour=embed_colour) + for page in pages + ) + await menu(ctx, pages) + + @command_audioset_perms_whitelist.command(name="clear") + async def command_audioset_perms_whitelist_clear(self, ctx: commands.Context): + """Clear all keywords from the whitelist.""" + whitelist = await self.config.guild(ctx.guild).url_keyword_whitelist() + if not whitelist: + return await self.send_embed_msg(ctx, title=_("Nothing in the whitelist.")) + await self.config.guild(ctx.guild).url_keyword_whitelist.clear() + return await self.send_embed_msg( + ctx, + title=_("Whitelist Modified"), + description=_("All entries have been removed from the whitelist."), + ) + + @command_audioset_perms_whitelist.command(name="delete", aliases=["del", "remove"]) + async def command_audioset_perms_whitelist_delete( + self, ctx: commands.Context, *, keyword: str + ): + """Removes a keyword from the whitelist.""" + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = True + async with self.config.guild(ctx.guild).url_keyword_whitelist() as whitelist: + if keyword not in whitelist: + exists = False + else: + whitelist.remove(keyword) + if not exists: + return await self.send_embed_msg(ctx, title=_("Keyword already in the whitelist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Whitelist Modified"), + description=_("Removed `{whitelisted}` from the whitelist.").format( + whitelisted=keyword + ), + ) + + @command_audioset_perms.group(name="blacklist") + @commands.guild_only() + async def command_audioset_perms_blacklist(self, ctx: commands.Context): + """Manages the keyword blacklist.""" + + @command_audioset_perms_blacklist.command(name="add") + async def command_audioset_perms_blacklist_add(self, ctx: commands.Context, *, keyword: str): + """Adds a keyword to the blacklist.""" + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = False + async with self.config.guild(ctx.guild).url_keyword_blacklist() as blacklist: + if keyword in blacklist: + exists = True + else: + blacklist.append(keyword) + if exists: + return await self.send_embed_msg(ctx, title=_("Keyword already in the blacklist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Blacklist Modified"), + description=_("Added `{blacklisted}` to the blacklist.").format( + blacklisted=keyword + ), + ) + + @command_audioset_perms_blacklist.command(name="list") + @commands.bot_can_react() + async def command_audioset_perms_blacklist_list(self, ctx: commands.Context): + """List all keywords added to the blacklist.""" + blacklist = await self.config.guild(ctx.guild).url_keyword_blacklist() + if not blacklist: + return await self.send_embed_msg(ctx, title=_("Nothing in the blacklist.")) + blacklist.sort() + text = "" + total = len(blacklist) + pages = [] + for i, entry in enumerate(blacklist, 1): + text += f"{i}. [{entry}]" + if i != total: + text += "\n" + if i % 10 == 0: + pages.append(box(text, lang="ini")) + text = "" + else: + pages.append(box(text, lang="ini")) + embed_colour = await ctx.embed_colour() + pages = list( + discord.Embed(title=_("Blacklist"), description=page, colour=embed_colour) + for page in pages + ) + await menu(ctx, pages) + + @command_audioset_perms_blacklist.command(name="clear") + async def command_audioset_perms_blacklist_clear(self, ctx: commands.Context): + """Clear all keywords added to the blacklist.""" + blacklist = await self.config.guild(ctx.guild).url_keyword_blacklist() + if not blacklist: + return await self.send_embed_msg(ctx, title=_("Nothing in the blacklist.")) + await self.config.guild(ctx.guild).url_keyword_blacklist.clear() + return await self.send_embed_msg( + ctx, + title=_("Blacklist Modified"), + description=_("All entries have been removed from the blacklist."), + ) + + @command_audioset_perms_blacklist.command(name="delete", aliases=["del", "remove"]) + async def command_audioset_perms_blacklist_delete( + self, ctx: commands.Context, *, keyword: str + ): + """Removes a keyword from the blacklist.""" + keyword = keyword.lower().strip() + if not keyword: + return await ctx.send_help() + exists = True + async with self.config.guild(ctx.guild).url_keyword_blacklist() as blacklist: + if keyword not in blacklist: + exists = False + else: + blacklist.remove(keyword) + if not exists: + return await self.send_embed_msg(ctx, title=_("Keyword is not in the blacklist.")) + else: + return await self.send_embed_msg( + ctx, + title=_("Blacklist Modified"), + description=_("Removed `{blacklisted}` from the blacklist.").format( + blacklisted=keyword + ), + ) + + @command_audioset.group(name="autoplay") + @commands.guild_only() + @commands.mod_or_permissions(manage_guild=True) + async def command_audioset_autoplay(self, ctx: commands.Context): + """Change auto-play setting.""" + + @command_audioset_autoplay.command(name="toggle") + async def command_audioset_autoplay_toggle(self, ctx: commands.Context): + """Toggle auto-play when there no songs in queue.""" + autoplay = await self.config.guild(ctx.guild).auto_play() + repeat = await self.config.guild(ctx.guild).repeat() + disconnect = await self.config.guild(ctx.guild).disconnect() + msg = _("Auto-play when queue ends: {true_or_false}.").format( + true_or_false=_("Enabled") if not autoplay else _("Disabled") + ) + await self.config.guild(ctx.guild).auto_play.set(not autoplay) + if autoplay is not True and repeat is True: + msg += _("\nRepeat has been disabled.") + await self.config.guild(ctx.guild).repeat.set(False) + if autoplay is not True and disconnect is True: + msg += _("\nAuto-disconnecting at queue end has been disabled.") + await self.config.guild(ctx.guild).disconnect.set(False) + + await self.send_embed_msg(ctx, title=_("Setting Changed"), description=msg) + if self._player_check(ctx): + await self.set_player_settings(ctx) + + @command_audioset_autoplay.command(name="playlist", usage=" [args]") + @commands.bot_can_react() + async def command_audioset_autoplay_playlist( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + *, + scope_data: ScopeParser = None, + ): + """Set a playlist to auto-play songs from. + + **Usage**: + ​ ​ ​ ​ `[p]audioset autoplay playlist playlist_name_OR_id [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]audioset autoplay playlist MyGuildPlaylist` + ​ ​ ​ ​ `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + + scope, author, guild, specified_user = scope_data + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + return await self.send_embed_msg(ctx, title=str(e)) + if playlist is None: + return await self.send_embed_msg( + ctx, + title=_("No Playlist Found"), + description=_("Could not match '{arg}' to a playlist").format(arg=playlist_arg), + ) + try: + tracks = playlist.tracks + if not tracks: + return await self.send_embed_msg( + ctx, + title=_("No Tracks Found"), + description=_("Playlist {name} has no tracks.").format(name=playlist.name), + ) + playlist_data = dict(enabled=True, id=playlist.id, name=playlist.name, scope=scope) + await self.config.guild(ctx.guild).autoplaylist.set(playlist_data) + except RuntimeError: + return await self.send_embed_msg( + ctx, + title=_("No Playlist Found"), + description=_("Playlist {id} does not exist in {scope} scope.").format( + id=playlist_arg, scope=self.humanize_scope(scope, the=True) + ), + ) + except MissingGuild: + return await self.send_embed_msg( + ctx, + title=_("Missing Arguments"), + description=_("You need to specify the Guild ID for the guild to lookup."), + ) + else: + return await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." + ).format( + name=playlist.name, + id=playlist.id, + scope=self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ), + ), + ) + + @command_audioset_autoplay.command(name="reset") + async def command_audioset_autoplay_reset(self, ctx: commands.Context): + """Resets auto-play to the default playlist.""" + playlist_data = dict( + enabled=True, + id=42069, + name="Aikaterna's curated tracks", + scope=PlaylistScope.GLOBAL.value, + ) + + await self.config.guild(ctx.guild).autoplaylist.set(playlist_data) + return await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Set auto-play playlist to play recently played tracks."), + ) + + @command_audioset.command(name="globaldailyqueue") + @commands.is_owner() + async def command_audioset_global_historical_queue(self, ctx: commands.Context): + """Toggle global daily queues. + + Global daily queues creates a playlist for all tracks played today. + """ + daily_playlists = self._daily_global_playlist_cache.setdefault( + self.bot.user.id, await self.config.daily_playlists() + ) + await self.config.daily_playlists.set(not daily_playlists) + self._daily_global_playlist_cache[self.bot.user.id] = not daily_playlists + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Global daily queues: {true_or_false}.").format( + true_or_false=_("Enabled") if not daily_playlists else _("Disabled") + ), + ) + + @command_audioset.command(name="dailyqueue") + @commands.guild_only() + @commands.admin() + async def command_audioset_historical_queue(self, ctx: commands.Context): + """Toggle daily queues. + + Daily queues creates a playlist for all tracks played today. + """ + daily_playlists = self._daily_playlist_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).daily_playlists() + ) + await self.config.guild(ctx.guild).daily_playlists.set(not daily_playlists) + self._daily_playlist_cache[ctx.guild.id] = not daily_playlists + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Daily queues: {true_or_false}.").format( + true_or_false=_("Enabled") if not daily_playlists else _("Disabled") + ), + ) + + @command_audioset.command(name="dc") + @commands.guild_only() + @commands.mod_or_permissions(manage_guild=True) + async def command_audioset_dc(self, ctx: commands.Context): + """Toggle the bot auto-disconnecting when done playing. + + This setting takes precedence over `[p]audioset emptydisconnect`. + """ + + disconnect = await self.config.guild(ctx.guild).disconnect() + autoplay = await self.config.guild(ctx.guild).auto_play() + msg = "" + msg += _("Auto-disconnection at queue end: {true_or_false}.").format( + true_or_false=_("Enabled") if not disconnect else _("Disabled") + ) + if disconnect is not True and autoplay is True: + msg += _("\nAuto-play has been disabled.") + await self.config.guild(ctx.guild).auto_play.set(False) + + await self.config.guild(ctx.guild).disconnect.set(not disconnect) + + await self.send_embed_msg(ctx, title=_("Setting Changed"), description=msg) + + @command_audioset.command(name="dj") + @commands.guild_only() + @commands.admin_or_permissions(manage_roles=True) + async def command_audioset_dj(self, ctx: commands.Context): + """Toggle DJ mode. + + DJ mode allows users with the DJ role to use audio commands. + """ + dj_role = self._dj_role_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_role() + ) + dj_role = ctx.guild.get_role(dj_role) + if dj_role is None: + await self.send_embed_msg( + ctx, + title=_("Missing DJ Role"), + description=_( + "Please set a role to use with DJ mode. Enter the role name or ID now." + ), + ) + + try: + pred = MessagePredicate.valid_role(ctx) + await self.bot.wait_for("message", timeout=15.0, check=pred) + await ctx.invoke(self.command_audioset_role, role_name=pred.result) + except asyncio.TimeoutError: + return await self.send_embed_msg( + ctx, title=_("Response timed out, try again later.") + ) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + await self.config.guild(ctx.guild).dj_enabled.set(not dj_enabled) + self._dj_status_cache[ctx.guild.id] = not dj_enabled + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("DJ role: {true_or_false}.").format( + true_or_false=_("Enabled") if not dj_enabled else _("Disabled") + ), + ) + + @command_audioset.command(name="emptydisconnect") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_emptydisconnect(self, ctx: commands.Context, seconds: int): + """Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable. + + `[p]audioset dc` takes precedence over this setting. + """ + if seconds < 0: + return await self.send_embed_msg( + ctx, title=_("Invalid Time"), description=_("Seconds can't be less than zero.") + ) + if 10 > seconds > 0: + seconds = 10 + if seconds == 0: + enabled = False + await self.send_embed_msg( + ctx, title=_("Setting Changed"), description=_("Empty disconnect disabled.") + ) + else: + enabled = True + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Empty disconnect timer set to {num_seconds}.").format( + num_seconds=self.get_time_string(seconds) + ), + ) + + await self.config.guild(ctx.guild).emptydc_timer.set(seconds) + await self.config.guild(ctx.guild).emptydc_enabled.set(enabled) + + @command_audioset.command(name="emptypause") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_emptypause(self, ctx: commands.Context, seconds: int): + """Auto-pause after x seconds when room is empty, 0 to disable.""" + if seconds < 0: + return await self.send_embed_msg( + ctx, title=_("Invalid Time"), description=_("Seconds can't be less than zero.") + ) + if 10 > seconds > 0: + seconds = 10 + if seconds == 0: + enabled = False + await self.send_embed_msg( + ctx, title=_("Setting Changed"), description=_("Empty pause disabled.") + ) + else: + enabled = True + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Empty pause timer set to {num_seconds}.").format( + num_seconds=self.get_time_string(seconds) + ), + ) + await self.config.guild(ctx.guild).emptypause_timer.set(seconds) + await self.config.guild(ctx.guild).emptypause_enabled.set(enabled) + + @command_audioset.command(name="lyrics") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_lyrics(self, ctx: commands.Context): + """Prioritise tracks with lyrics.""" + prefer_lyrics = await self.config.guild(ctx.guild).prefer_lyrics() + await self.config.guild(ctx.guild).prefer_lyrics.set(not prefer_lyrics) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Prefer tracks with lyrics: {true_or_false}.").format( + true_or_false=_("Enabled") if not prefer_lyrics else _("Disabled") + ), + ) + + @command_audioset.command(name="jukebox") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_jukebox(self, ctx: commands.Context, price: int): + """Set a price for queueing tracks for non-mods, 0 to disable.""" + if price < 0: + return await self.send_embed_msg( + ctx, title=_("Invalid Price"), description=_("Price can't be less than zero.") + ) + if price == 0: + jukebox = False + await self.send_embed_msg( + ctx, title=_("Setting Changed"), description=_("Jukebox mode disabled.") + ) + else: + jukebox = True + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Track queueing command price set to {price} {currency}.").format( + price=humanize_number(price), currency=await bank.get_currency_name(ctx.guild) + ), + ) + + await self.config.guild(ctx.guild).jukebox_price.set(price) + await self.config.guild(ctx.guild).jukebox.set(jukebox) + + @command_audioset.command(name="localpath") + @commands.is_owner() + @commands.bot_can_react() + async def command_audioset_localpath(self, ctx: commands.Context, *, local_path=None): + """Set the localtracks path if the Lavalink.jar is not run from the Audio data folder. + + Leave the path blank to reset the path to the default, the Audio data directory. + """ + + if not local_path: + await self.config.localpath.set(str(cog_data_path(raw_name="Audio"))) + self.local_folder_current_path = cog_data_path(raw_name="Audio") + return await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "The localtracks path location has been reset to {localpath}" + ).format(localpath=str(cog_data_path(raw_name="Audio").absolute())), + ) + + info_msg = _( + "This setting is only for bot owners to set a localtracks folder location " + "In the example below, the full path for 'ParentDirectory' " + "must be passed to this command.\n" + "```\n" + "ParentDirectory\n" + " |__ localtracks (folder)\n" + " | |__ Awesome Album Name (folder)\n" + " | |__01 Cool Song.mp3\n" + " | |__02 Groovy Song.mp3\n" + "```\n" + "The folder path given to this command must contain the localtracks folder.\n" + "**This folder and files need to be visible to the user where `" + "Lavalink.jar` is being run from.**\n" + "Use this command with no path given to reset it to the default, " + "the Audio data directory for this bot.\n" + "Do you want to continue to set the provided path for local tracks?" + ) + info = await ctx.maybe_send_embed(info_msg) + + start_adding_reactions(info, ReactionPredicate.YES_OR_NO_EMOJIS) + pred = ReactionPredicate.yes_or_no(info, ctx.author) + await self.bot.wait_for("reaction_add", check=pred) + + if not pred.result: + with contextlib.suppress(discord.HTTPException): + await info.delete() + return + temp = LocalPath(local_path, self.local_folder_current_path, forced=True) + if not temp.exists() or not temp.is_dir(): + return await self.send_embed_msg( + ctx, + title=_("Invalid Path"), + description=_("{local_path} does not seem like a valid path.").format( + local_path=local_path + ), + ) + + if not temp.localtrack_folder.exists(): + warn_msg = _( + "`{localtracks}` does not exist. " + "The path will still be saved, but please check the path and " + "create a localtracks folder in `{localfolder}` before attempting " + "to play local tracks." + ).format(localfolder=temp.absolute(), localtracks=temp.localtrack_folder.absolute()) + await self.send_embed_msg(ctx, title=_("Invalid Environment"), description=warn_msg) + local_path = str(temp.localtrack_folder.absolute()) + await self.config.localpath.set(local_path) + self.local_folder_current_path = temp.localtrack_folder.absolute() + return await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("The localtracks path location has been set to {localpath}").format( + localpath=local_path + ), + ) + + @command_audioset.command(name="maxlength") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_maxlength(self, ctx: commands.Context, seconds: Union[int, str]): + """Max length of a track to queue in seconds, 0 to disable. + + Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid + input will turn the max length setting off. + """ + if not isinstance(seconds, int): + seconds = self.time_convert(seconds) + if seconds < 0: + return await self.send_embed_msg( + ctx, title=_("Invalid length"), description=_("Length can't be less than zero.") + ) + if seconds == 0: + await self.send_embed_msg( + ctx, title=_("Setting Changed"), description=_("Track max length disabled.") + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Track max length set to {seconds}.").format( + seconds=self.get_time_string(seconds) + ), + ) + await self.config.guild(ctx.guild).maxlength.set(seconds) + + @command_audioset.command(name="notify") + @commands.guild_only() + @commands.mod_or_permissions(manage_guild=True) + async def command_audioset_notify(self, ctx: commands.Context): + """Toggle track announcement and other bot messages.""" + notify = await self.config.guild(ctx.guild).notify() + await self.config.guild(ctx.guild).notify.set(not notify) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Notify mode: {true_or_false}.").format( + true_or_false=_("Enabled") if not notify else _("Disabled") + ), + ) + + @command_audioset.command(name="autodeafen") + @commands.guild_only() + @commands.mod_or_permissions(manage_guild=True) + async def command_audioset_auto_deafen(self, ctx: commands.Context): + """Toggle whether the bot will be auto deafened upon joining the voice channel.""" + auto_deafen = await self.config.guild(ctx.guild).auto_deafen() + await self.config.guild(ctx.guild).auto_deafen.set(not auto_deafen) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Auto Deafen: {true_or_false}.").format( + true_or_false=_("Enabled") if not auto_deafen else _("Disabled") + ), + ) + + @command_audioset.command(name="restrict") + @commands.is_owner() + @commands.guild_only() + async def command_audioset_restrict(self, ctx: commands.Context): + """Toggle the domain restriction on Audio. + + When toggled off, users will be able to play songs from non-commercial websites and links. + When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and + Bandcamp links. + """ + restrict = await self.config.restrict() + await self.config.restrict.set(not restrict) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Commercial links only: {true_or_false}.").format( + true_or_false=_("Enabled") if not restrict else _("Disabled") + ), + ) + + @command_audioset.command(name="role") + @commands.guild_only() + @commands.admin_or_permissions(manage_roles=True) + async def command_audioset_role(self, ctx: commands.Context, *, role_name: discord.Role): + """Set the role to use for DJ mode.""" + await self.config.guild(ctx.guild).dj_role.set(role_name.id) + self._dj_role_cache[ctx.guild.id] = role_name.id + dj_role = self._dj_role_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_role() + ) + dj_role_obj = ctx.guild.get_role(dj_role) + await self.send_embed_msg( + ctx, + title=_("Settings Changed"), + description=_("DJ role set to: {role.name}.").format(role=dj_role_obj), + ) + + @command_audioset.command(name="settings", aliases=["info"]) + @commands.guild_only() + async def command_audioset_settings(self, ctx: commands.Context): + """Show the current settings.""" + is_owner = await self.bot.is_owner(ctx.author) + global_data = await self.config.all() + data = await self.config.guild(ctx.guild).all() + + auto_deafen = _("Enabled") if data["auto_deafen"] else _("Disabled") + dj_role_obj = ctx.guild.get_role(data["dj_role"]) + dj_enabled = data["dj_enabled"] + emptydc_enabled = data["emptydc_enabled"] + emptydc_timer = data["emptydc_timer"] + emptypause_enabled = data["emptypause_enabled"] + emptypause_timer = data["emptypause_timer"] + jukebox = data["jukebox"] + jukebox_price = data["jukebox_price"] + thumbnail = data["thumbnail"] + dc = data["disconnect"] + autoplay = data["auto_play"] + maxlength = data["maxlength"] + maxvolume = data["max_volume"] + vote_percent = data["vote_percent"] + current_level = CacheLevel(global_data["cache_level"]) + song_repeat = _("Enabled") if data["repeat"] else _("Disabled") + song_shuffle = _("Enabled") if data["shuffle"] else _("Disabled") + bumpped_shuffle = _("Enabled") if data["shuffle_bumped"] else _("Disabled") + song_notify = _("Enabled") if data["notify"] else _("Disabled") + song_status = _("Enabled") if global_data["status"] else _("Disabled") + persist_queue = _("Enabled") if data["persist_queue"] else _("Disabled") + + countrycode = data["country_code"] + + spotify_cache = CacheLevel.set_spotify() + youtube_cache = CacheLevel.set_youtube() + lavalink_cache = CacheLevel.set_lavalink() + has_spotify_cache = current_level.is_superset(spotify_cache) + has_youtube_cache = current_level.is_superset(youtube_cache) + has_lavalink_cache = current_level.is_superset(lavalink_cache) + cache_enabled = CacheLevel.set_lavalink().is_subset(current_level) + autoplaylist = data["autoplaylist"] + vote_enabled = data["vote_enabled"] + msg = "----" + _("Server Settings") + "---- \n" + msg += _("Auto-deafen: [{auto_deafen}]\n").format( + auto_deafen=auto_deafen, + ) + msg += _("Auto-disconnect: [{dc}]\n").format(dc=_("Enabled") if dc else _("Disabled")) + msg += _("Auto-play: [{autoplay}]\n").format( + autoplay=_("Enabled") if autoplay else _("Disabled") + ) + if emptydc_enabled: + msg += _("Disconnect timer: [{num_seconds}]\n").format( + num_seconds=self.get_time_string(emptydc_timer) + ) + if emptypause_enabled: + msg += _("Auto Pause timer: [{num_seconds}]\n").format( + num_seconds=self.get_time_string(emptypause_timer) + ) + if dj_enabled and dj_role_obj: + msg += _("DJ Role: [{role.name}]\n").format(role=dj_role_obj) + if jukebox: + msg += _("Jukebox: [{jukebox_name}]\n").format(jukebox_name=jukebox) + msg += _("Command price: [{jukebox_price}]\n").format( + jukebox_price=humanize_number(jukebox_price) + ) + if maxlength > 0: + msg += _("Max track length: [{tracklength}]\n").format( + tracklength=self.get_time_string(maxlength) + ) + msg += _( + "Max volume: [{max_volume}%]\n" + "Persist queue: [{persist_queue}]\n" + "Repeat: [{repeat}]\n" + "Shuffle: [{shuffle}]\n" + "Shuffle bumped: [{bumpped_shuffle}]\n" + "Song notify msgs: [{notify}]\n" + "Songs as status: [{status}]\n" + "Spotify search: [{countrycode}]\n" + ).format( + max_volume=maxvolume, + countrycode=countrycode, + persist_queue=persist_queue, + repeat=song_repeat, + shuffle=song_shuffle, + notify=song_notify, + status=song_status, + bumpped_shuffle=bumpped_shuffle, + ) + if thumbnail: + msg += _("Thumbnails: [{0}]\n").format( + _("Enabled") if thumbnail else _("Disabled") + ) + if vote_percent > 0: + msg += _( + "Vote skip: [{vote_enabled}]\nSkip percentage: [{vote_percent}%]\n" + ).format( + vote_percent=vote_percent, + vote_enabled=_("Enabled") if vote_enabled else _("Disabled"), + ) + + if autoplay or autoplaylist["enabled"]: + if autoplaylist["enabled"]: + pname = autoplaylist["name"] + pid = autoplaylist["id"] + pscope = autoplaylist["scope"] + if pscope == PlaylistScope.GUILD.value: + pscope = _("Server") + elif pscope == PlaylistScope.USER.value: + pscope = _("User") + else: + pscope = _("Global") + elif cache_enabled: + pname = _("Cached") + pid = _("Cached") + pscope = _("Cached") + else: + pname = _("US Top 100") + pid = _("US Top 100") + pscope = _("US Top 100") + msg += ( + "\n---" + + _("Auto-play Settings") + + "--- \n" + + _("Playlist name: [{pname}]\n") + + _("Playlist ID: [{pid}]\n") + + _("Playlist scope: [{pscope}]\n") + ).format(pname=pname, pid=pid, pscope=pscope) + + if is_owner: + msg += ( + "\n---" + + _("Cache Settings") + + "--- \n" + + _("Max age: [{max_age}]\n") + + _("Local Spotify cache: [{spotify_status}]\n") + + _("Local Youtube cache: [{youtube_status}]\n") + + _("Local Lavalink cache: [{lavalink_status}]\n") + ).format( + max_age=str(await self.config.cache_age()) + " " + _("days"), + spotify_status=_("Enabled") if has_spotify_cache else _("Disabled"), + youtube_status=_("Enabled") if has_youtube_cache else _("Disabled"), + lavalink_status=_("Enabled") if has_lavalink_cache else _("Disabled"), + ) + msg += ( + "\n---" + + _("User Settings") + + "--- \n" + + _("Spotify search: [{country_code}]\n") + ).format(country_code=await self.config.user(ctx.author).country_code()) + + msg += ( + "\n---" + + _("Lavalink Settings") + + "--- \n" + + _("Cog version: [{version}]\n") + + _("Red-Lavalink: [{lavalink_version}]\n") + + _("External server: [{use_external_lavalink}]\n") + ).format( + version=__version__, + lavalink_version=lavalink.__version__, + use_external_lavalink=_("Enabled") + if global_data["use_external_lavalink"] + else _("Disabled"), + ) + if ( + is_owner + and not global_data["use_external_lavalink"] + and self.managed_node_controller.ll_version + ): + msg += _( + "Lavalink version: [{llversion}]\n" + "Lavalink branch: [{llbranch}]\n" + "Release date: [{build_time}]\n" + "Lavaplayer version: [{lavaplayer}]\n" + "Java version: [{jvm}]\n" + "Java Executable: [{jv_exec}]\n" + "Initial Heapsize: [{xms}]\n" + "Max Heapsize: [{xmx}]\n" + ).format( + build_time=self.managed_node_controller.build_time, + llversion=self.managed_node_controller.ll_version, + llbranch=self.managed_node_controller.ll_branch, + lavaplayer=self.managed_node_controller.lavaplayer, + jvm=self.managed_node_controller.jvm, + jv_exec=self.managed_node_controller.path, + xms=global_data["java"]["Xms"], + xmx=global_data["java"]["Xmx"], + ) + if is_owner: + msg += _("Localtracks path: [{localpath}]\n").format(**global_data) + + await self.send_embed_msg(ctx, description=box(msg, lang="ini")) + + @command_audioset.command(name="logs") + @commands.is_owner() + @commands.guild_only() + @has_managed_server() + async def command_audioset_logs(self, ctx: commands.Context): + """Sends the managed Lavalink node logs to your DMs.""" + datapath = cog_data_path(raw_name="Audio") + logs = datapath / "logs" / "spring.log" + zip_name = None + try: + try: + if not (logs.exists() and logs.is_file()): + return await ctx.send(_("No logs found in your data folder.")) + except OSError: + return await ctx.send(_("No logs found in your data folder.")) + + def check(path): + return os.path.getsize(str(path)) > (8388608 - 1000) + + if check(logs): + zip_name = logs.with_suffix(".tar.gz") + zip_name.unlink(missing_ok=True) + with tarfile.open(zip_name, "w:gz") as tar: + tar.add(str(logs), arcname="spring.log", recursive=False) + if check(zip_name): + await ctx.send( + _("Logs are too large, you can find them in {path}").format( + path=zip_name.absolute() + ) + ) + zip_name = None + else: + await ctx.author.send(file=discord.File(str(zip_name))) + else: + await ctx.author.send(file=discord.File(str(logs))) + except discord.HTTPException: + await ctx.send(_("I need to be able to DM you to send you the logs.")) + finally: + if zip_name is not None: + zip_name.unlink(missing_ok=True) + + @command_audioset.command(name="status") + @commands.is_owner() + @commands.guild_only() + async def command_audioset_status(self, ctx: commands.Context): + """Enable/disable tracks' titles as status.""" + status = await self.config.status() + await self.config.status.set(not status) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Song titles as status: {true_or_false}.").format( + true_or_false=_("Enabled") if not status else _("Disabled") + ), + ) + + @command_audioset.command(name="thumbnail") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_thumbnail(self, ctx: commands.Context): + """Toggle displaying a thumbnail on audio messages.""" + thumbnail = await self.config.guild(ctx.guild).thumbnail() + await self.config.guild(ctx.guild).thumbnail.set(not thumbnail) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Thumbnail display: {true_or_false}.").format( + true_or_false=_("Enabled") if not thumbnail else _("Disabled") + ), + ) + + @command_audioset.command(name="vote") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_vote(self, ctx: commands.Context, percent: int): + """Percentage needed for non-mods to skip tracks, 0 to disable.""" + if percent < 0: + return await self.send_embed_msg( + ctx, title=_("Invalid Time"), description=_("Seconds can't be less than zero.") + ) + elif percent > 100: + percent = 100 + if percent == 0: + enabled = False + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Voting disabled. All users can use queue management commands."), + ) + else: + enabled = True + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Vote percentage set to {percent}%.").format(percent=percent), + ) + + await self.config.guild(ctx.guild).vote_percent.set(percent) + await self.config.guild(ctx.guild).vote_enabled.set(enabled) + + @command_audioset.command(name="youtubeapi") + @commands.is_owner() + async def command_audioset_youtubeapi(self, ctx: commands.Context): + """Instructions to set the YouTube API key.""" + message = _( + f"1. Go to Google Developers Console and log in with your Google account.\n" + "(https://console.developers.google.com/)\n" + "2. You should be prompted to create a new project (name does not matter).\n" + "3. Click on Enable APIs and Services at the top.\n" + "4. In the list of APIs choose or search for YouTube Data API v3 and " + "click on it. Choose Enable.\n" + "5. Click on Credentials on the left navigation bar.\n" + "6. Click on Create Credential at the top.\n" + '7. At the top click the link for "API key".\n' + "8. No application restrictions are needed. Click Create at the bottom.\n" + "9. You now have a key to add to `{prefix}set api youtube api_key `" + ).format(prefix=ctx.prefix) + await ctx.maybe_send_embed(message) + + @command_audioset.command(name="spotifyapi") + @commands.is_owner() + async def command_audioset_spotifyapi(self, ctx: commands.Context): + """Instructions to set the Spotify API tokens.""" + message = _( + "1. Go to Spotify developers and log in with your Spotify account.\n" + "(https://developer.spotify.com/dashboard/applications)\n" + '2. Click "Create An App".\n' + "3. Fill out the form provided with your app name, etc.\n" + '4. When asked if you\'re developing commercial integration select "No".\n' + "5. Accept the terms and conditions.\n" + "6. Copy your client ID and your client secret into:\n" + "`{prefix}set api spotify client_id " + "client_secret `" + ).format(prefix=ctx.prefix) + await ctx.maybe_send_embed(message) + + @command_audioset.command(name="countrycode") + @commands.guild_only() + @commands.mod_or_permissions(administrator=True) + async def command_audioset_countrycode(self, ctx: commands.Context, country: str): + """Set the country code for Spotify searches.""" + if len(country) != 2: + return await self.send_embed_msg( + ctx, + title=_("Invalid Country Code"), + description=_( + "Please use an official [ISO 3166-1 alpha-2]" + "(https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." + ), + ) + country = country.upper() + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Country Code set to {country}.").format(country=country), + ) + + await self.config.guild(ctx.guild).country_code.set(country) + + @command_audioset.command(name="mycountrycode") + @commands.guild_only() + async def command_audioset_countrycode_user(self, ctx: commands.Context, country: str): + """Set the country code for Spotify searches.""" + if len(country) != 2: + return await self.send_embed_msg( + ctx, + title=_("Invalid Country Code"), + description=_( + "Please use an official [ISO 3166-1 alpha-2]" + "(https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." + ), + ) + country = country.upper() + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Country Code set to {country}.").format(country=country), + ) + + await self.config.user(ctx.author).country_code.set(country) + + @command_audioset.command(name="cache") + @commands.is_owner() + async def command_audioset_cache(self, ctx: commands.Context, *, level: int = None): + """Sets the caching level. + + Level can be one of the following: + + 0: Disables all caching + 1: Enables Spotify Cache + 2: Enables YouTube Cache + 3: Enables Lavalink Cache + 5: Enables all Caches + + If you wish to disable a specific cache use a negative number. + """ + current_level = CacheLevel(await self.config.cache_level()) + spotify_cache = CacheLevel.set_spotify() + youtube_cache = CacheLevel.set_youtube() + lavalink_cache = CacheLevel.set_lavalink() + has_spotify_cache = current_level.is_superset(spotify_cache) + has_youtube_cache = current_level.is_superset(youtube_cache) + has_lavalink_cache = current_level.is_superset(lavalink_cache) + + if level is None: + msg = ( + _("Max age: [{max_age}]\n") + + _("Spotify cache: [{spotify_status}]\n") + + _("Youtube cache: [{youtube_status}]\n") + + _("Lavalink cache: [{lavalink_status}]\n") + ).format( + max_age=str(await self.config.cache_age()) + " " + _("days"), + spotify_status=_("Enabled") if has_spotify_cache else _("Disabled"), + youtube_status=_("Enabled") if has_youtube_cache else _("Disabled"), + lavalink_status=_("Enabled") if has_lavalink_cache else _("Disabled"), + ) + await self.send_embed_msg( + ctx, title=_("Cache Settings"), description=box(msg, lang="ini") + ) + return await ctx.send_help() + if level not in [5, 3, 2, 1, 0, -1, -2, -3]: + return await ctx.send_help() + + removing = level < 0 + + if level == 5: + newcache = CacheLevel.all() + elif level == 0: + newcache = CacheLevel.none() + elif level in [-3, 3]: + if removing: + newcache = current_level - lavalink_cache + else: + newcache = current_level + lavalink_cache + elif level in [-2, 2]: + if removing: + newcache = current_level - youtube_cache + else: + newcache = current_level + youtube_cache + elif level in [-1, 1]: + if removing: + newcache = current_level - spotify_cache + else: + newcache = current_level + spotify_cache + else: + return await ctx.send_help() + + has_spotify_cache = newcache.is_superset(spotify_cache) + has_youtube_cache = newcache.is_superset(youtube_cache) + has_lavalink_cache = newcache.is_superset(lavalink_cache) + msg = ( + _("Max age: [{max_age}]\n") + + _("Spotify cache: [{spotify_status}]\n") + + _("Youtube cache: [{youtube_status}]\n") + + _("Lavalink cache: [{lavalink_status}]\n") + ).format( + max_age=str(await self.config.cache_age()) + " " + _("days"), + spotify_status=_("Enabled") if has_spotify_cache else _("Disabled"), + youtube_status=_("Enabled") if has_youtube_cache else _("Disabled"), + lavalink_status=_("Enabled") if has_lavalink_cache else _("Disabled"), + ) + + await self.send_embed_msg(ctx, title=_("Cache Settings"), description=box(msg, lang="ini")) + + await self.config.cache_level.set(newcache.value) + + @command_audioset.command(name="cacheage") + @commands.is_owner() + async def command_audioset_cacheage(self, ctx: commands.Context, age: int): + """Sets the cache max age. + + This commands allows you to set the max number of days before an entry in the cache becomes + invalid. + """ + msg = "" + if age < 7: + msg = _( + "Cache age cannot be less than 7 days. If you wish to disable it run " + "{prefix}audioset cache.\n" + ).format(prefix=ctx.prefix) + age = 7 + msg += _("I've set the cache age to {age} days").format(age=age) + await self.config.cache_age.set(age) + await self.send_embed_msg(ctx, title=_("Setting Changed"), description=msg) + + @command_audioset.command(name="persistqueue") + @commands.admin() + async def command_audioset_persist_queue(self, ctx: commands.Context): + """Toggle persistent queues. + + Persistent queues allows the current queue to be restored when the queue closes. + """ + persist_cache = self._persist_queue_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).persist_queue() + ) + await self.config.guild(ctx.guild).persist_queue.set(not persist_cache) + self._persist_queue_cache[ctx.guild.id] = not persist_cache + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Persisting queues: {true_or_false}.").format( + true_or_false=_("Enabled") if not persist_cache else _("Disabled") + ), + ) + + @command_audioset.command(name="restart") + @commands.is_owner() + async def command_audioset_restart(self, ctx: commands.Context): + """Restarts the lavalink connection.""" + async with ctx.typing(): + try: + await lavalink.close(self.bot) + self.lavalink_restart_connect(manual=True) + except ProcessLookupError: + await self.send_embed_msg( + ctx, + title=_("Failed To Shutdown Lavalink Node"), + description=_("Please reload Audio (`{prefix}reload audio`).").format( + prefix=ctx.prefix + ), + ) + + await self.send_embed_msg( + ctx, + title=_("Restarting Lavalink"), + description=_("It can take a couple of minutes for Lavalink to fully start up."), + ) + + @command_audioset.command(usage="", name="maxvolume") + @commands.guild_only() + @commands.admin_or_permissions(manage_roles=True) + async def command_audioset_maxvolume(self, ctx: commands.Context, max_volume: int): + """Set the maximum volume allowed in this server.""" + if max_volume < 1: + return await self.send_embed_msg( + ctx, + title=_("Error"), + description=_( + "Music without sound isn't music at all. Try setting the volume higher then 0%." + ), + ) + elif max_volume > 150: + max_volume = 150 + await self.send_embed_msg( + ctx, + title=_("Setting changed"), + description=_( + "The maximum volume has been limited to 150%, be easy on your ears." + ), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting changed"), + description=_("The maximum volume has been limited to {max_volume}%.").format( + max_volume=max_volume + ), + ) + current_volume = await self.config.guild(ctx.guild).volume() + if current_volume > max_volume: + await self.config.guild(ctx.guild).volume.set(max_volume) + if self._player_check(ctx): + player = lavalink.get_player(ctx.guild.id) + await player.set_volume(max_volume) + player.store("notify_channel", ctx.channel.id) + + await self.config.guild(ctx.guild).max_volume.set(max_volume) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/controller.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/controller.py new file mode 100644 index 0000000000000000000000000000000000000000..8cc9714697bd3110ff058ce3cb7f02b0b43e37ff --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/controller.py @@ -0,0 +1,903 @@ +import asyncio +import contextlib +import time +from pathlib import Path + +from typing import Optional, Union + +import discord +import lavalink +from lavalink import NodeNotFound +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import humanize_number +from redbot.core.utils.menus import start_adding_reactions +from redbot.core.utils.predicates import ReactionPredicate + +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Commands.player_controller") +_ = Translator("Audio", Path(__file__)) + + +class PlayerControllerCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.command(name="disconnect") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_disconnect(self, ctx: commands.Context): + """Disconnect from the voice channel.""" + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + else: + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + vote_enabled = await self.config.guild(ctx.guild).vote_enabled() + player = lavalink.get_player(ctx.guild.id) + can_skip = await self._can_instaskip(ctx, ctx.author) + if ( + (vote_enabled or (vote_enabled and dj_enabled)) + and not can_skip + and not await self.is_requester_alone(ctx) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Disconnect"), + description=_("There are other people listening - vote to skip instead."), + ) + if dj_enabled and not vote_enabled and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Disconnect"), + description=_("You need the DJ role to disconnect."), + ) + if dj_enabled and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable to Disconnect"), + description=_("You need the DJ role to disconnect."), + ) + + await self.send_embed_msg(ctx, title=_("Disconnecting...")) + self.bot.dispatch("red_audio_audio_disconnect", ctx.guild) + self.update_player_lock(ctx, False) + eq = player.fetch("eq") + player.queue = [] + player.store("playing_song", None) + player.store("autoplay_notified", False) + if eq: + await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands.set(eq.bands) + await player.stop() + await player.disconnect() + await self.config.guild_from_id(guild_id=ctx.guild.id).currently_auto_playing_in.set( + [] + ) + self._ll_guild_updates.discard(ctx.guild.id) + await self.api_interface.persistent_queue_api.drop(ctx.guild.id) + + @commands.command(name="now") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + @commands.bot_can_react() + async def command_now(self, ctx: commands.Context): + """Now playing.""" + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + emoji = { + "prev": "\N{BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR}\N{VARIATION SELECTOR-16}", + "stop": "\N{BLACK SQUARE FOR STOP}\N{VARIATION SELECTOR-16}", + "pause": "\N{BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR}\N{VARIATION SELECTOR-16}", + "next": "\N{BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR}\N{VARIATION SELECTOR-16}", + "close": "\N{CROSS MARK}", + } + expected = tuple(emoji.values()) + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + if player.current: + arrow = await self.draw_time(ctx) + pos = self.format_time(player.position) + if player.current.is_stream: + dur = "LIVE" + else: + dur = self.format_time(player.current.length) + song = ( + await self.get_track_description(player.current, self.local_folder_current_path) + or "" + ) + song += _("\n Requested by: **{track.requester}**").format(track=player.current) + song += "\n\n{arrow}`{pos}`/`{dur}`".format(arrow=arrow, pos=pos, dur=dur) + else: + song = _("Nothing.") + + if player.fetch("np_message") is not None: + with contextlib.suppress(discord.HTTPException): + await player.fetch("np_message").delete() + embed = discord.Embed(title=_("Now Playing"), description=song) + guild_data = await self.config.guild(ctx.guild).all() + + if guild_data["thumbnail"] and player.current and player.current.thumbnail: + embed.set_thumbnail(url=player.current.thumbnail) + shuffle = guild_data["shuffle"] + repeat = guild_data["repeat"] + autoplay = guild_data["auto_play"] + text = "" + text += ( + _("Auto-Play") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if autoplay else "\N{CROSS MARK}") + ) + text += ( + (" | " if text else "") + + _("Shuffle") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if shuffle else "\N{CROSS MARK}") + ) + text += ( + (" | " if text else "") + + _("Repeat") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if repeat else "\N{CROSS MARK}") + ) + + message = await self.send_embed_msg(ctx, embed=embed, footer=text) + + player.store("np_message", message) + + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + vote_enabled = await self.config.guild(ctx.guild).vote_enabled() + if ( + (dj_enabled or vote_enabled) + and not await self._can_instaskip(ctx, ctx.author) + and not await self.is_requester_alone(ctx) + ): + return + + if not player.queue and not autoplay: + expected = (emoji["stop"], emoji["pause"], emoji["close"]) + task: Optional[asyncio.Task] + if player.current: + task = start_adding_reactions(message, expected[:5]) + else: + task = None + + try: + (r, u) = await self.bot.wait_for( + "reaction_add", + check=ReactionPredicate.with_emojis(expected, message, ctx.author), + timeout=30.0, + ) + except asyncio.TimeoutError: + return await self._clear_react(message, emoji) + else: + if task is not None: + task.cancel() + reacts = {v: k for k, v in emoji.items()} + react = reacts[r.emoji] + if react == "prev": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_prev) + elif react == "stop": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_stop) + elif react == "pause": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_pause) + elif react == "next": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_skip) + elif react == "close": + await message.delete() + + @commands.command(name="pause") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_pause(self, ctx: commands.Context): + """Pause or resume a playing track.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + player = lavalink.get_player(ctx.guild.id) + can_skip = await self._can_instaskip(ctx, ctx.author) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Manage Tracks"), + description=_("You must be in the voice channel to pause or resume."), + ) + if dj_enabled and not can_skip and not await self.is_requester_alone(ctx): + return await self.send_embed_msg( + ctx, + title=_("Unable To Manage Tracks"), + description=_("You need the DJ role to pause or resume tracks."), + ) + player.store("notify_channel", ctx.channel.id) + if not player.current: + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + description = await self.get_track_description( + player.current, self.local_folder_current_path + ) + + if player.current and not player.paused: + await player.pause() + return await self.send_embed_msg(ctx, title=_("Track Paused"), description=description) + if player.current and player.paused: + await player.pause(False) + return await self.send_embed_msg( + ctx, title=_("Track Resumed"), description=description + ) + + await self.send_embed_msg(ctx, title=_("Nothing playing.")) + + @commands.command(name="prev") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_prev(self, ctx: commands.Context): + """Skip to the start of the previously played track.""" + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + vote_enabled = await self.config.guild(ctx.guild).vote_enabled() + is_alone = await self.is_requester_alone(ctx) + is_requester = await self.is_requester(ctx, ctx.author) + can_skip = await self._can_instaskip(ctx, ctx.author) + player = lavalink.get_player(ctx.guild.id) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Skip Tracks"), + description=_("You must be in the voice channel to skip the track."), + ) + if (vote_enabled or (vote_enabled and dj_enabled)) and not can_skip and not is_alone: + return await self.send_embed_msg( + ctx, + title=_("Unable To Skip Tracks"), + description=_("There are other people listening - vote to skip instead."), + ) + if dj_enabled and not vote_enabled and not (can_skip or is_requester) and not is_alone: + return await self.send_embed_msg( + ctx, + title=_("Unable To Skip Tracks"), + description=_( + "You need the DJ role or be the track requester " + "to enqueue the previous song tracks." + ), + ) + player.store("notify_channel", ctx.channel.id) + if player.fetch("prev_song") is None: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("No previous track.") + ) + else: + track = player.fetch("prev_song") + track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(player.fetch("prev_requester"), track) + self.bot.dispatch("red_audio_track_enqueue", player.guild, track, ctx.author) + queue_len = len(player.queue) + bump_song = player.queue[-1] + player.queue.insert(0, bump_song) + player.queue.pop(queue_len) + await player.skip() + description = await self.get_track_description( + player.current, self.local_folder_current_path + ) + embed = discord.Embed(title=_("Replaying Track"), description=description) + await self.send_embed_msg(ctx, embed=embed) + + @commands.command(name="seek") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_seek(self, ctx: commands.Context, seconds: Union[int, str]): + """Seek ahead or behind on a track by seconds or to a specific time. + + Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). + """ + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + vote_enabled = await self.config.guild(ctx.guild).vote_enabled() + is_alone = await self.is_requester_alone(ctx) + is_requester = await self.is_requester(ctx, ctx.author) + can_skip = await self._can_instaskip(ctx, ctx.author) + + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + player = lavalink.get_player(ctx.guild.id) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Seek Tracks"), + description=_("You must be in the voice channel to use seek."), + ) + + if vote_enabled and not can_skip and not is_alone: + return await self.send_embed_msg( + ctx, + title=_("Unable To Seek Tracks"), + description=_("There are other people listening - vote to skip instead."), + ) + + if dj_enabled and not (can_skip or is_requester) and not is_alone: + return await self.send_embed_msg( + ctx, + title=_("Unable To Seek Tracks"), + description=_("You need the DJ role or be the track requester to use seek."), + ) + player.store("notify_channel", ctx.channel.id) + if player.current: + if player.current.is_stream: + return await self.send_embed_msg( + ctx, title=_("Unable To Seek Tracks"), description=_("Can't seek on a stream.") + ) + else: + try: + int(seconds) + abs_position = False + except ValueError: + abs_position = True + seconds = self.time_convert(seconds) + if seconds == 0: + return await self.send_embed_msg( + ctx, + title=_("Unable To Seek Tracks"), + description=_("Invalid input for the time to seek."), + ) + if not abs_position: + time_sec = int(seconds) * 1000 + seek = player.position + time_sec + if seek <= 0: + await self.send_embed_msg( + ctx, + title=_("Moved {num_seconds}s to 00:00:00").format( + num_seconds=seconds + ), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Moved {num_seconds}s to {time}").format( + num_seconds=seconds, time=self.format_time(seek) + ), + ) + await player.seek(seek) + else: + await self.send_embed_msg( + ctx, + title=_("Moved to {time}").format(time=self.format_time(seconds * 1000)), + ) + await player.seek(seconds * 1000) + else: + await self.send_embed_msg(ctx, title=_("Nothing playing.")) + + @commands.group(name="shuffle", autohelp=False) + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_shuffle(self, ctx: commands.Context): + """Toggle shuffle.""" + if ctx.invoked_subcommand is None: + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + can_skip = await self._can_instaskip(ctx, ctx.author) + if dj_enabled and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Toggle Shuffle"), + description=_("You need the DJ role to toggle shuffle."), + ) + if self._player_check(ctx): + await self.set_player_settings(ctx) + player = lavalink.get_player(ctx.guild.id) + if ( + not ctx.author.voice or ctx.author.voice.channel != player.channel + ) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Toggle Shuffle"), + description=_("You must be in the voice channel to toggle shuffle."), + ) + player.store("notify_channel", ctx.channel.id) + + shuffle = await self.config.guild(ctx.guild).shuffle() + await self.config.guild(ctx.guild).shuffle.set(not shuffle) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Shuffle tracks: {true_or_false}.").format( + true_or_false=_("Enabled") if not shuffle else _("Disabled") + ), + ) + if self._player_check(ctx): + await self.set_player_settings(ctx) + + @command_shuffle.command(name="bumped") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_shuffle_bumpped(self, ctx: commands.Context): + """Toggle bumped track shuffle. + + Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority + over `[p]shuffle`. + """ + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + can_skip = await self._can_instaskip(ctx, ctx.author) + if dj_enabled and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Toggle Shuffle"), + description=_("You need the DJ role to toggle shuffle."), + ) + if self._player_check(ctx): + await self.set_player_settings(ctx) + player = lavalink.get_player(ctx.guild.id) + if ( + not ctx.author.voice or ctx.author.voice.channel != player.channel + ) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Toggle Shuffle"), + description=_("You must be in the voice channel to toggle shuffle."), + ) + player.store("notify_channel", ctx.channel.id) + + bumped = await self.config.guild(ctx.guild).shuffle_bumped() + await self.config.guild(ctx.guild).shuffle_bumped.set(not bumped) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Shuffle bumped tracks: {true_or_false}.").format( + true_or_false=_("Enabled") if not bumped else _("Disabled") + ), + ) + if self._player_check(ctx): + await self.set_player_settings(ctx) + + @commands.command(name="skip") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_skip(self, ctx: commands.Context, skip_to_track: int = None): + """Skip to the next track, or to a given track number.""" + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + player = lavalink.get_player(ctx.guild.id) + can_skip = await self._can_instaskip(ctx, ctx.author) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Skip Tracks"), + description=_("You must be in the voice channel to skip the music."), + ) + if not player.current: + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + vote_enabled = await self.config.guild(ctx.guild).vote_enabled() + is_alone = await self.is_requester_alone(ctx) + is_requester = await self.is_requester(ctx, ctx.author) + if dj_enabled and not vote_enabled: + if not (can_skip or is_requester) and not is_alone: + return await self.send_embed_msg( + ctx, + title=_("Unable To Skip Tracks"), + description=_( + "You need the DJ role or be the track requester to skip tracks." + ), + ) + if ( + is_requester + and not can_skip + and isinstance(skip_to_track, int) + and skip_to_track > 1 + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Skip Tracks"), + description=_("You can only skip the current track."), + ) + player.store("notify_channel", ctx.channel.id) + if vote_enabled: + if not can_skip: + if skip_to_track is not None: + return await self.send_embed_msg( + ctx, + title=_("Unable To Skip Tracks"), + description=_( + "Can't skip to a specific track in vote mode without the DJ role." + ), + ) + if ctx.author.id in self.skip_votes[ctx.guild.id]: + self.skip_votes[ctx.guild.id].discard(ctx.author.id) + reply = _("I removed your vote to skip.") + else: + self.skip_votes[ctx.guild.id].add(ctx.author.id) + reply = _("You voted to skip.") + + num_votes = len(self.skip_votes[ctx.guild.id]) + vote_mods = [] + for member in player.channel.members: + can_skip = await self._can_instaskip(ctx, member) + if can_skip: + vote_mods.append(member) + num_members = len(player.channel.members) - len(vote_mods) + vote = int(100 * num_votes / num_members) + percent = await self.config.guild(ctx.guild).vote_percent() + if vote >= percent: + self.skip_votes[ctx.guild.id] = set() + await self.send_embed_msg(ctx, title=_("Vote threshold met.")) + return await self._skip_action(ctx) + else: + reply += _( + " Votes: {num_votes}/{num_members}" + " ({cur_percent}% out of {required_percent}% needed)" + ).format( + num_votes=humanize_number(num_votes), + num_members=humanize_number(num_members), + cur_percent=vote, + required_percent=percent, + ) + return await self.send_embed_msg(ctx, title=reply) + else: + return await self._skip_action(ctx, skip_to_track) + else: + return await self._skip_action(ctx, skip_to_track) + + @commands.command(name="stop") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_stop(self, ctx: commands.Context): + """Stop playback and clear the queue.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + vote_enabled = await self.config.guild(ctx.guild).vote_enabled() + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + player = lavalink.get_player(ctx.guild.id) + can_skip = await self._can_instaskip(ctx, ctx.author) + is_alone = await self.is_requester_alone(ctx) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Stop Player"), + description=_("You must be in the voice channel to stop the music."), + ) + if (vote_enabled or (vote_enabled and dj_enabled)) and not can_skip and not is_alone: + return await self.send_embed_msg( + ctx, + title=_("Unable To Stop Player"), + description=_("There are other people listening - vote to skip instead."), + ) + if dj_enabled and not vote_enabled and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Stop Player"), + description=_("You need the DJ role to stop the music."), + ) + player.store("notify_channel", ctx.channel.id) + if ( + player.is_playing + or (not player.is_playing and player.paused) + or player.queue + or getattr(player.current, "extras", {}).get("autoplay") + ): + eq = player.fetch("eq") + if eq: + await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands.set(eq.bands) + player.queue = [] + player.store("playing_song", None) + player.store("prev_requester", None) + player.store("prev_song", None) + player.store("requester", None) + player.store("autoplay_notified", False) + await player.stop() + await self.config.guild_from_id(guild_id=ctx.guild.id).currently_auto_playing_in.set( + [] + ) + await self.send_embed_msg(ctx, title=_("Stopping...")) + await self.api_interface.persistent_queue_api.drop(ctx.guild.id) + + @commands.command(name="summon") + @commands.guild_only() + @commands.cooldown(1, 15, commands.BucketType.guild) + @commands.bot_has_permissions(embed_links=True) + async def command_summon(self, ctx: commands.Context): + """Summon the bot to a voice channel.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + vote_enabled = await self.config.guild(ctx.guild).vote_enabled() + is_alone = await self.is_requester_alone(ctx) + is_requester = await self.is_requester(ctx, ctx.author) + can_skip = await self._can_instaskip(ctx, ctx.author) + if (vote_enabled or (vote_enabled and dj_enabled)) and not can_skip and not is_alone: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Join Voice Channel"), + description=_("There are other people listening."), + ) + if dj_enabled and not vote_enabled and not (can_skip or is_requester) and not is_alone: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Join Voice Channel"), + description=_("You need the DJ role to summon the bot."), + ) + + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Join Voice Channel"), + description=_("I don't have permission to connect and speak in your channel."), + ) + if not self._player_check(ctx): + player = await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + player.store("notify_channel", ctx.channel.id) + else: + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + if ( + ctx.author.voice.channel == player.channel + and ctx.guild.me in ctx.author.voice.channel.members + ): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Do This Action"), + description=_("I am already in your channel."), + ) + await player.move_to( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + await ctx.tick() + except AttributeError: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Join Voice Channel"), + description=_("Connect to a voice channel first."), + ) + except NodeNotFound: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Join Voice Channel"), + description=_("Connection to the Lavalink node has not yet been established."), + ) + + @commands.command(name="volume") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_volume(self, ctx: commands.Context, vol: int = None): + """Set the volume, 1% - 150%.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + can_skip = await self._can_instaskip(ctx, ctx.author) + max_volume = await self.config.guild(ctx.guild).max_volume() + + if not vol: + vol = await self.config.guild(ctx.guild).volume() + embed = discord.Embed(title=_("Current Volume:"), description=f"{vol}%") + if not self._player_check(ctx): + embed.set_footer(text=_("Nothing playing.")) + return await self.send_embed_msg(ctx, embed=embed) + if self._player_check(ctx): + player = lavalink.get_player(ctx.guild.id) + if ( + not ctx.author.voice or ctx.author.voice.channel != player.channel + ) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Change Volume"), + description=_("You must be in the voice channel to change the volume."), + ) + player.store("notify_channel", ctx.channel.id) + if dj_enabled and not can_skip and not await self._has_dj_role(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Change Volume"), + description=_("You need the DJ role to change the volume."), + ) + + vol = max(0, min(vol, max_volume)) + await self.config.guild(ctx.guild).volume.set(vol) + if self._player_check(ctx): + player = lavalink.get_player(ctx.guild.id) + await player.set_volume(vol) + player.store("notify_channel", ctx.channel.id) + + embed = discord.Embed(title=_("Volume:"), description=f"{vol}%") + if not self._player_check(ctx): + embed.set_footer(text=_("Nothing playing.")) + await self.send_embed_msg(ctx, embed=embed) + + @commands.command(name="repeat") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_repeat(self, ctx: commands.Context): + """Toggle repeat.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + can_skip = await self._can_instaskip(ctx, ctx.author) + if dj_enabled and not can_skip and not await self._has_dj_role(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Toggle Repeat"), + description=_("You need the DJ role to toggle repeat."), + ) + if self._player_check(ctx): + await self.set_player_settings(ctx) + player = lavalink.get_player(ctx.guild.id) + if ( + not ctx.author.voice or ctx.author.voice.channel != player.channel + ) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Toggle Repeat"), + description=_("You must be in the voice channel to toggle repeat."), + ) + player.store("notify_channel", ctx.channel.id) + + autoplay = await self.config.guild(ctx.guild).auto_play() + repeat = await self.config.guild(ctx.guild).repeat() + msg = "" + msg += _("Repeat tracks: {true_or_false}.").format( + true_or_false=_("Enabled") if not repeat else _("Disabled") + ) + await self.config.guild(ctx.guild).repeat.set(not repeat) + if repeat is not True and autoplay is True: + msg += _("\nAuto-play has been disabled.") + await self.config.guild(ctx.guild).auto_play.set(False) + + embed = discord.Embed(title=_("Setting Changed"), description=msg) + await self.send_embed_msg(ctx, embed=embed) + if self._player_check(ctx): + await self.set_player_settings(ctx) + + @commands.command(name="remove") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_remove(self, ctx: commands.Context, index_or_url: Union[int, str]): + """Remove a specific track number from the queue.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + player = lavalink.get_player(ctx.guild.id) + can_skip = await self._can_instaskip(ctx, ctx.author) + if not player.queue: + return await self.send_embed_msg(ctx, title=_("Nothing queued.")) + if dj_enabled and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Modify Queue"), + description=_("You need the DJ role to remove tracks."), + ) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Modify Queue"), + description=_("You must be in the voice channel to manage the queue."), + ) + player.store("notify_channel", ctx.channel.id) + if isinstance(index_or_url, int): + if index_or_url > len(player.queue) or index_or_url < 1: + return await self.send_embed_msg( + ctx, + title=_("Unable To Modify Queue"), + description=_( + "Song number must be greater than 1 and within the queue limit." + ), + ) + index_or_url -= 1 + removed = player.queue.pop(index_or_url) + await self.api_interface.persistent_queue_api.played( + ctx.guild.id, removed.extras.get("enqueue_time") + ) + removed_title = await self.get_track_description( + removed, self.local_folder_current_path + ) + await self.send_embed_msg( + ctx, + title=_("Removed track from queue"), + description=_("Removed {track} from the queue.").format(track=removed_title), + ) + else: + clean_tracks = [] + removed_tracks = 0 + async for track in AsyncIter(player.queue): + if track.uri != index_or_url: + clean_tracks.append(track) + else: + await self.api_interface.persistent_queue_api.played( + ctx.guild.id, track.extras.get("enqueue_time") + ) + removed_tracks += 1 + player.queue = clean_tracks + if removed_tracks == 0: + await self.send_embed_msg( + ctx, + title=_("Unable To Modify Queue"), + description=_("Removed 0 tracks, nothing matches the URL provided."), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Removed track from queue"), + description=_( + "Removed {removed_tracks} tracks from queue " + "which matched the URL provided." + ).format(removed_tracks=removed_tracks), + ) + + @commands.command(name="bump") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_bump(self, ctx: commands.Context, index: int): + """Bump a track number to the top of the queue.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + player = lavalink.get_player(ctx.guild.id) + can_skip = await self._can_instaskip(ctx, ctx.author) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Bump Track"), + description=_("You must be in the voice channel to bump a track."), + ) + if dj_enabled and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Bump Track"), + description=_("You need the DJ role to bump tracks."), + ) + if index > len(player.queue) or index < 1: + return await self.send_embed_msg( + ctx, + title=_("Unable To Bump Track"), + description=_("Song number must be greater than 1 and within the queue limit."), + ) + player.store("notify_channel", ctx.channel.id) + bump_index = index - 1 + bump_song = player.queue[bump_index] + bump_song.extras["bumped"] = True + player.queue.insert(0, bump_song) + removed = player.queue.pop(index) + description = await self.get_track_description(removed, self.local_folder_current_path) + await self.send_embed_msg( + ctx, title=_("Moved track to the top of the queue."), description=description + ) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/equalizer.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/equalizer.py new file mode 100644 index 0000000000000000000000000000000000000000..0b07ef341ebbfd804439bb649ba6d4d64b732353 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/equalizer.py @@ -0,0 +1,398 @@ +import asyncio +import contextlib +import re +from pathlib import Path + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils.chat_formatting import box, humanize_number, pagify +from redbot.core.utils.menus import menu, start_adding_reactions +from redbot.core.utils.predicates import MessagePredicate, ReactionPredicate + +from ...equalizer import Equalizer +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Commands.equalizer") +_ = Translator("Audio", Path(__file__)) + + +class EqualizerCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.group(name="eq", invoke_without_command=True) + @commands.guild_only() + @commands.cooldown(1, 15, commands.BucketType.guild) + @commands.bot_has_permissions(embed_links=True) + @commands.bot_can_react() + async def command_equalizer(self, ctx: commands.Context): + """Equalizer management. + + Band positions are 1-15 and values have a range of -0.25 to 1.0. + Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k, + 6.3k, 10k, and 16k Hz. + Setting a band value to -0.25 nullifies it while +0.25 is double. + """ + if not self._player_check(ctx): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + player = lavalink.get_player(ctx.guild.id) + eq = player.fetch("eq", Equalizer()) + reactions = [ + "\N{BLACK LEFT-POINTING TRIANGLE}\N{VARIATION SELECTOR-16}", + "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}", + "\N{BLACK UP-POINTING DOUBLE TRIANGLE}", + "\N{UP-POINTING SMALL RED TRIANGLE}", + "\N{DOWN-POINTING SMALL RED TRIANGLE}", + "\N{BLACK DOWN-POINTING DOUBLE TRIANGLE}", + "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}", + "\N{BLACK RIGHT-POINTING TRIANGLE}\N{VARIATION SELECTOR-16}", + "\N{BLACK CIRCLE FOR RECORD}\N{VARIATION SELECTOR-16}", + "\N{INFORMATION SOURCE}\N{VARIATION SELECTOR-16}", + ] + await self._eq_msg_clear(player.fetch("eq_message")) + eq_message = await ctx.send(box(eq.visualise(), lang="ini")) + + if dj_enabled and not await self._can_instaskip(ctx, ctx.author): + with contextlib.suppress(discord.HTTPException): + await eq_message.add_reaction("\N{INFORMATION SOURCE}\N{VARIATION SELECTOR-16}") + else: + start_adding_reactions(eq_message, reactions) + + eq_msg_with_reacts = await ctx.fetch_message(eq_message.id) + player.store("eq_message", eq_msg_with_reacts) + await self._eq_interact(ctx, player, eq, eq_msg_with_reacts, 0) + + @command_equalizer.command(name="delete", aliases=["del", "remove"]) + async def command_equalizer_delete(self, ctx: commands.Context, eq_preset: str): + """Delete a saved eq preset.""" + async with self.config.custom("EQUALIZER", ctx.guild.id).eq_presets() as eq_presets: + eq_preset = eq_preset.lower() + try: + if eq_presets[eq_preset][ + "author" + ] != ctx.author.id and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Delete Preset"), + description=_("You are not the author of that preset setting."), + ) + del eq_presets[eq_preset] + except KeyError: + return await self.send_embed_msg( + ctx, + title=_("Unable To Delete Preset"), + description=_( + "{eq_preset} is not in the eq preset list.".format( + eq_preset=eq_preset.capitalize() + ) + ), + ) + except TypeError: + if await self._can_instaskip(ctx, ctx.author): + del eq_presets[eq_preset] + else: + return await self.send_embed_msg( + ctx, + title=_("Unable To Delete Preset"), + description=_("You are not the author of that preset setting."), + ) + + await self.send_embed_msg( + ctx, title=_("The {preset_name} preset was deleted.".format(preset_name=eq_preset)) + ) + + @command_equalizer.command(name="list") + async def command_equalizer_list(self, ctx: commands.Context): + """List saved eq presets.""" + eq_presets = await self.config.custom("EQUALIZER", ctx.guild.id).eq_presets() + if not eq_presets.keys(): + return await self.send_embed_msg(ctx, title=_("No saved equalizer presets.")) + + space = "\N{EN SPACE}" + header_name = _("Preset Name") + header_author = _("Author") + header = box( + "[{header_name}]{space}[{header_author}]\n".format( + header_name=header_name, space=space * 9, header_author=header_author + ), + lang="ini", + ) + preset_list = "" + for preset, bands in eq_presets.items(): + try: + author = self.bot.get_user(bands["author"]) + except TypeError: + author = "None" + msg = f"{preset}{space * (22 - len(preset))}{author}\n" + preset_list += msg + + page_list = [] + colour = await ctx.embed_colour() + for page in pagify(preset_list, delims=[", "], page_length=1000): + formatted_page = box(page, lang="ini") + embed = discord.Embed(colour=colour, description=f"{header}\n{formatted_page}") + embed.set_footer( + text=_("{num} preset(s)").format(num=humanize_number(len(list(eq_presets.keys())))) + ) + page_list.append(embed) + await menu(ctx, page_list) + + @command_equalizer.command(name="load") + async def command_equalizer_load(self, ctx: commands.Context, eq_preset: str): + """Load a saved eq preset.""" + eq_preset = eq_preset.lower() + eq_presets = await self.config.custom("EQUALIZER", ctx.guild.id).eq_presets() + try: + eq_values = eq_presets[eq_preset]["bands"] + except KeyError: + return await self.send_embed_msg( + ctx, + title=_("No Preset Found"), + description=_( + "Preset named {eq_preset} does not exist.".format(eq_preset=eq_preset) + ), + ) + except TypeError: + eq_values = eq_presets[eq_preset] + + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + player = lavalink.get_player(ctx.guild.id) + if dj_enabled and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Load Preset"), + description=_("You need the DJ role to load equalizer presets."), + ) + player.store("notify_channel", ctx.channel.id) + await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands.set(eq_values) + await self._eq_check(ctx, player) + eq = player.fetch("eq", Equalizer()) + await self._eq_msg_clear(player.fetch("eq_message")) + message = await ctx.send( + content=box(eq.visualise(), lang="ini"), + embed=discord.Embed( + colour=await ctx.embed_colour(), + title=_("The {eq_preset} preset was loaded.".format(eq_preset=eq_preset)), + ), + ) + player.store("eq_message", message) + + @command_equalizer.command(name="reset") + async def command_equalizer_reset(self, ctx: commands.Context): + """Reset the eq to 0 across all bands.""" + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if dj_enabled and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Modify Preset"), + description=_("You need the DJ role to reset the equalizer."), + ) + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + eq = player.fetch("eq", Equalizer()) + + for band in range(eq.band_count): + eq.set_gain(band, 0.0) + + await self._apply_gains(ctx.guild.id, eq.bands) + await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands.set(eq.bands) + player.store("eq", eq) + await self._eq_msg_clear(player.fetch("eq_message")) + message = await ctx.send( + content=box(eq.visualise(), lang="ini"), + embed=discord.Embed( + colour=await ctx.embed_colour(), title=_("Equalizer values have been reset.") + ), + ) + player.store("eq_message", message) + + @command_equalizer.command(name="save") + @commands.cooldown(1, 15, commands.BucketType.guild) + async def command_equalizer_save(self, ctx: commands.Context, eq_preset: str = None): + """Save the current eq settings to a preset.""" + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if dj_enabled and not await self._can_instaskip(ctx, ctx.author): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Save Preset"), + description=_("You need the DJ role to save equalizer presets."), + ) + if not eq_preset: + await self.send_embed_msg( + ctx, title=_("Please enter a name for this equalizer preset.") + ) + try: + eq_name_msg = await self.bot.wait_for( + "message", + timeout=15.0, + check=MessagePredicate.regex(rf"^(?!{re.escape(ctx.prefix)})", ctx), + ) + eq_preset = eq_name_msg.content.split(" ")[0].strip('"').lower() + except asyncio.TimeoutError: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Save Preset"), + description=_( + "No equalizer preset name entered, try the command again later." + ), + ) + eq_preset = eq_preset or "" + eq_exists_msg = None + eq_preset = eq_preset.lower().lstrip(ctx.prefix) + eq_presets = await self.config.custom("EQUALIZER", ctx.guild.id).eq_presets() + eq_list = list(eq_presets.keys()) + + if len(eq_preset) > 20: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Save Preset"), + description=_("Try the command again with a shorter name."), + ) + if eq_preset in eq_list: + eq_exists_msg = await self.send_embed_msg( + ctx, title=_("Preset name already exists, do you want to replace it?") + ) + start_adding_reactions(eq_exists_msg, ReactionPredicate.YES_OR_NO_EMOJIS) + pred = ReactionPredicate.yes_or_no(eq_exists_msg, ctx.author) + await self.bot.wait_for("reaction_add", check=pred) + if not pred.result: + await self._clear_react(eq_exists_msg) + embed2 = discord.Embed( + colour=await ctx.embed_colour(), title=_("Not saving preset.") + ) + ctx.command.reset_cooldown(ctx) + return await eq_exists_msg.edit(embed=embed2) + + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + eq = player.fetch("eq", Equalizer()) + to_append = {eq_preset: {"author": ctx.author.id, "bands": eq.bands}} + new_eq_presets = {**eq_presets, **to_append} + await self.config.custom("EQUALIZER", ctx.guild.id).eq_presets.set(new_eq_presets) + embed3 = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Current equalizer saved to the {preset_name} preset.").format( + preset_name=eq_preset + ), + ) + if eq_exists_msg: + await self._clear_react(eq_exists_msg) + await eq_exists_msg.edit(embed=embed3) + else: + await self.send_embed_msg(ctx, embed=embed3) + + @command_equalizer.command(name="set") + async def command_equalizer_set( + self, ctx: commands.Context, band_name_or_position, band_value: float + ): + """Set an eq band with a band number or name and value. + + Band positions are 1-15 and values have a range of -0.25 to 1.0. + Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k, + 6.3k, 10k, and 16k Hz. + Setting a band value to -0.25 nullifies it while +0.25 is double. + """ + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if dj_enabled and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Set Preset"), + description=_("You need the DJ role to set equalizer presets."), + ) + + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + band_names = [ + "25", + "40", + "63", + "100", + "160", + "250", + "400", + "630", + "1k", + "1.6k", + "2.5k", + "4k", + "6.3k", + "10k", + "16k", + ] + + eq = player.fetch("eq", Equalizer()) + bands_num = eq.band_count + if band_value > 1: + band_value = 1 + elif band_value <= -0.25: + band_value = -0.25 + else: + band_value = round(band_value, 1) + + try: + band_number = int(band_name_or_position) - 1 + except ValueError: + band_number = 1000 + + if band_number not in range(0, bands_num) and band_name_or_position not in band_names: + return await self.send_embed_msg( + ctx, + title=_("Invalid Band"), + description=_( + "Valid band numbers are 1-15 or the band names listed in " + "the help for this command." + ), + ) + + if band_name_or_position in band_names: + band_pos = band_names.index(band_name_or_position) + band_int = False + eq.set_gain(int(band_pos), band_value) + await self._apply_gain(ctx.guild.id, int(band_pos), band_value) + else: + band_int = True + eq.set_gain(band_number, band_value) + await self._apply_gain(ctx.guild.id, band_number, band_value) + + await self._eq_msg_clear(player.fetch("eq_message")) + await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands.set(eq.bands) + player.store("eq", eq) + band_name = band_names[band_number] if band_int else band_name_or_position + message = await ctx.send( + content=box(eq.visualise(), lang="ini"), + embed=discord.Embed( + colour=await ctx.embed_colour(), + title=_("Preset Modified"), + description=_("The {band_name}Hz band has been set to {band_value}.").format( + band_name=band_name, band_value=band_value + ), + ), + ) + player.store("eq_message", message) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/llset.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/llset.py new file mode 100644 index 0000000000000000000000000000000000000000..312f0e7549f1fcb0002825507d9862abb2d56c14 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/llset.py @@ -0,0 +1,730 @@ +import re +from io import BytesIO +from pathlib import Path + +import discord +import lavalink +import yaml +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.data_manager import cog_data_path +from redbot.core.i18n import Translator +from redbot.core.utils.chat_formatting import box, inline + +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass +from ...utils import ( + MAX_JAVA_RAM, + DEFAULT_LAVALINK_YAML, + DEFAULT_LAVALINK_SETTINGS, + change_dict_naming_convention, + has_managed_server, + has_unmanaged_server, + sizeof_fmt, + get_max_allocation_size, +) + +log = getLogger("red.cogs.Audio.cog.Commands.lavalink_setup") +_ = Translator("Audio", Path(__file__)) + + +class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.group(name="llset") + @commands.is_owner() + @commands.bot_has_permissions(embed_links=True) + async def command_llset(self, ctx: commands.Context): + """`Dangerous commands` Manage Lavalink node configuration settings. + + This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node. + + You should not mess with any command in here unless you have a valid reason to, + i.e. been told by someone in the Red-Discord Bot support server to do so. + All the commands in here have the potential to break the Audio cog. + """ + + @command_llset.command(name="java") + @has_managed_server() + async def command_llset_java(self, ctx: commands.Context, *, java_path: str = "java"): + """Change your Java executable path. + + This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions. + + If changing this make sure that the Java executable you set is supported by Audio. + The current supported version is Java 11. + + Enter nothing or "java" to reset it back to default. + """ + if java_path == "java": + await self.config.java_exc_path.clear() + await self.send_embed_msg( + ctx, + title=_("Java Executable Reset"), + description=_( + "Audio will now use `java` to run your managed Lavalink node. " + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + exc = Path(java_path) + exc_absolute = exc.absolute() + if not exc.exists() or not exc.is_file(): + return await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=_("`{java_path}` is not a valid executable").format( + java_path=exc_absolute + ), + ) + await self.config.java_exc_path.set(str(exc_absolute)) + await self.send_embed_msg( + ctx, + title=_("Java Executable Changed"), + description=_( + "Audio will now use `{exc}` to run your managed Lavalink node. " + "Run `{p}{cmd}` for it to take effect." + ).format( + exc=exc_absolute, + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + ), + ) + + @command_llset.command(name="heapsize", aliases=["hs", "ram", "memory"]) + @has_managed_server() + async def command_llset_heapsize(self, ctx: commands.Context, size: str = MAX_JAVA_RAM): + """Set the managed Lavalink node maximum heap-size. + + By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example) + + This value only represents the maximum amount of RAM allowed to be used at any given point, and does not mean that the managed Lavalink node will always use this amount of RAM. + + To reset this value to the default, run the command without any input. + """ + + async def validate_input(cog, arg): + match = re.match(r"^(\d+)([MG])$", arg, flags=re.IGNORECASE) + if not match: + await ctx.send(_("Heap-size must be a valid measure of size, e.g. 256M, 256G")) + return 0 + input_in_bytes = int(match.group(1)) * 1024 ** ( + 2 if match.group(2).lower() == "m" else 3 + ) + if input_in_bytes < 64 * 1024**2: + await ctx.send( + _( + "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G." + ) + ) + return 0 + elif ( + input_in_bytes + > (meta := get_max_allocation_size(cog.managed_node_controller._java_exc))[0] + ): + if meta[1]: + await ctx.send( + _( + "Heap-size must be less than your system RAM, " + "You currently have {ram_in_bytes} of RAM available." + ).format(ram_in_bytes=inline(sizeof_fmt(meta[0]))) + ) + else: + await ctx.send( + _( + "Heap-size must be less than {limit} due to your system limitations." + ).format(limit=inline(sizeof_fmt(meta[0]))) + ) + return 0 + return 1 + + if not (await validate_input(self, size)): + return + size = size.upper() + await self.config.java.Xmx.set(size) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node's heap-size set to {bytes}.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format( + bytes=inline(size), p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name + ), + ) + + @command_llset.command(name="unmanaged", aliases=["external"]) + async def command_llset_unmanaged(self, ctx: commands.Context): + """Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled. + + This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled. + """ + external = await self.config.use_external_lavalink() + await self.config.use_external_lavalink.set(not external) + async with ctx.typing(): + if external: + embed = discord.Embed( + title=_("Setting Changed"), + description=_("Unmanaged Lavalink server: {true_or_false}.").format( + true_or_false=inline(_("Enabled") if not external else _("Disabled")) + ), + ) + await self.send_embed_msg(ctx, embed=embed) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_("Unmanaged Lavalink server: {true_or_false}.").format( + true_or_false=inline(_("Enabled") if not external else _("Disabled")) + ), + ) + try: + await lavalink.close(self.bot) + self.lavalink_restart_connect(manual=True) + except ProcessLookupError: + await self.send_embed_msg( + ctx, + title=_("Failed To Shutdown Lavalink"), + description=_("Please reload Audio (`{prefix}reload audio`).").format( + prefix=ctx.prefix + ), + ) + + @command_llset.command(name="host") + @has_unmanaged_server() + async def command_llset_host( + self, ctx: commands.Context, host: str = DEFAULT_LAVALINK_SETTINGS["host"] + ): + """Set the Lavalink node host. + + This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node. + """ + await self.config.host.set(host) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Unmanaged Lavalink node host set to {host}. " + "Run `{p}{cmd}` for it to take effect." + ).format( + host=inline(host), p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name + ), + ) + + @command_llset.command(name="password", aliases=["pass", "token"]) + @has_unmanaged_server() + async def command_llset_password( + self, ctx: commands.Context, *, password: str = DEFAULT_LAVALINK_SETTINGS["password"] + ): + """Set the Lavalink node password. + + This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node. + """ + + await self.config.password.set(str(password)) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Unmanaged Lavalink node password set to {password}. " + "Run `{p}{cmd}` for it to take effect." + ).format( + password=inline(password), + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + ), + ) + + @command_llset.command(name="port") + @has_unmanaged_server() + async def command_llset_wsport( + self, ctx: commands.Context, port: int = DEFAULT_LAVALINK_SETTINGS["ws_port"] + ): + """Set the Lavalink node port. + + This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node. + """ + if port < 0 or port > 65535: + return await self.send_embed_msg( + ctx, + title=_("Setting Not Changed"), + description=_("A port must be between 0 and 65535 "), + ) + await self.config.ws_port.set(port) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Unmanaged Lavalink node port set to {port}. " + "Run `{p}{cmd}` for it to take effect." + ).format( + port=inline(str(port)), + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + ), + ) + + @command_llset.command(name="secured", aliases=["wss"]) + @has_unmanaged_server() + async def command_llset_secured(self, ctx: commands.Context): + """Set the Lavalink node connection to secured. + + This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node. + """ + state = await self.config.secured_ws() + await self.config.secured_ws.set(not state) + + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format( + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + secured_protocol=inline("wss://"), + ), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Unmanaged Lavalink node will no longer connect using the secured " + "{secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + unsecured_protocol=inline("ws://"), + secured_protocol=inline("wss://"), + ) + + @command_llset.command(name="info", aliases=["settings"]) + async def command_llset_info(self, ctx: commands.Context): + """Display Lavalink connection settings.""" + configs = await self.config.all() + + if configs["use_external_lavalink"]: + msg = "----" + _("Connection Settings") + "---- \n" + msg += _("Host: [{host}]\n").format(host=configs["host"]) + msg += _("Port: [{port}]\n").format(port=configs["ws_port"]) + msg += _("Password: [{password}]\n").format(password=configs["password"]) + msg += _("Secured: [{state}]\n").format(state=configs["secured_ws"]) + + else: + msg = "----" + _("Lavalink Node Settings") + "---- \n" + msg += _("Host: [{host}]\n").format( + host=configs["yaml"]["server"]["address"] + ) + msg += _("Port: [{port}]\n").format(port=configs["yaml"]["server"]["port"]) + msg += _("Password: [{password}]\n").format( + password=configs["yaml"]["lavalink"]["server"]["password"] + ) + msg += _("Initial Heapsize: [{xms}]\n").format(xms=configs["java"]["Xms"]) + msg += _("Max Heapsize: [{xmx}]\n").format(xmx=configs["java"]["Xmx"]) + msg += _("Java exec: [{java_exc_path}]\n").format( + java_exc_path=configs["java_exc_path"] + ) + + try: + await self.send_embed_msg(ctx.author, description=box(msg, lang="ini")) + await ctx.tick() + except discord.HTTPException: + await ctx.send(_("I need to be able to DM you to send you this info.")) + + @command_llset.command(name="yaml", aliases=["yml"]) + @has_managed_server() + async def command_llset_yaml(self, ctx: commands.Context): + """Uploads a copy of the application.yml file used by the managed Lavalink node.""" + configs = change_dict_naming_convention(await self.config.yaml.all()) + data = yaml.safe_dump(configs) + playlist_data = data.encode("utf-8") + to_write = BytesIO() + to_write.write(playlist_data) + to_write.seek(0) + datapath = cog_data_path(raw_name="Audio") + temp_file = datapath / f"application.dump.yaml" + try: + with temp_file.open("wb") as application_file: + application_file.write(to_write.read()) + await ctx.author.send( + file=discord.File(str(temp_file)), + ) + await ctx.tick() + except discord.HTTPException: + await ctx.send(_("I need to be able to DM you to send you this info.")) + finally: + temp_file.unlink() + + @command_llset.group(name="config", aliases=["conf"]) + @has_managed_server() + async def command_llset_config(self, ctx: commands.Context): + """Configure the managed Lavalink node runtime options. + + All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support. + """ + + @command_llset_config.group(name="server") + async def command_llset_config_server(self, ctx: commands.Context): + """Configure the managed node authorization and connection settings.""" + + @command_llset_config.command(name="bind", aliases=["host", "address"]) + async def command_llset_config_host( + self, ctx: commands.Context, *, host: str = DEFAULT_LAVALINK_YAML["yaml__server__address"] + ): + """`Dangerous command` Set the managed Lavalink node's binding IP address. + + This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing. + """ + + await self.config.yaml.server.address.set(host) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will now accept connection on {host}.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format( + host=inline(host), p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name + ), + ) + + @command_llset_config.command(name="token", aliases=["password", "pass"]) + async def command_llset_config_token( + self, + ctx: commands.Context, + *, + password: str = DEFAULT_LAVALINK_YAML["yaml__lavalink__server__password"], + ): + """Set the managed Lavalink node's connection password. + + This is the password required for Audio to connect to the managed Lavalink node. + The value by default is `youshallnotpass`. + """ + await self.config.yaml.lavalink.server.password.set(password) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will now accept {password} as the authorization token.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format( + password=inline(password), + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + ), + ) + + @command_llset_config.command(name="port") + async def command_llset_config_port( + self, ctx: commands.Context, *, port: int = DEFAULT_LAVALINK_YAML["yaml__server__port"] + ): + """`Dangerous command` Set the managed Lavalink node's connection port. + + This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device. + + The value by default is `2333`. + """ + if 1024 > port or port > 49151: + return await self.send_embed_msg( + ctx, + title=_("Setting Not Changed"), + description=_("The port must be between 1024 and 49151."), + ) + + await self.config.yaml.server.port.set(port) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will now accept connections on {port}.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format( + port=inline(str(port)), + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + ), + ) + + @command_llset_config.group(name="source") + async def command_llset_config_source(self, ctx: commands.Context): + """`Dangerous command` Toggle audio sources on/off. + + By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break. + """ + + @command_llset_config_source.command(name="http") + async def command_llset_config_source_http(self, ctx: commands.Context): + """Toggle HTTP direct URL usage on or off. + + This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources). + """ + state = await self.config.yaml.lavalink.server.sources.http() + await self.config.yaml.lavalink.server.sources.http.set(not state) + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will allow playback from direct URLs.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will not play from direct URLs anymore.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + + @command_llset_config_source.command(name="bandcamp", aliases=["bc"]) + async def command_llset_config_source_bandcamp(self, ctx: commands.Context): + """Toggle Bandcamp source on or off. + + This toggle controls the playback of all Bandcamp related content. + """ + state = await self.config.yaml.bandcamp.http() + await self.config.yaml.lavalink.server.sources.bandcamp.set(not state) + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will allow playback from Bandcamp.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will not play from Bandcamp anymore.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + + @command_llset_config_source.command(name="local") + async def command_llset_config_source_local(self, ctx: commands.Context): + """Toggle local file usage on or off. + + This toggle controls the playback of all local track content, usually found inside the `localtracks` folder. + """ + state = await self.config.yaml.lavalink.server.sources.local() + await self.config.yaml.lavalink.server.sources.local.set(not state) + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will allow playback from local files.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will not play from local files anymore.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + + @command_llset_config_source.command(name="soundcloud", aliases=["sc"]) + async def command_llset_config_source_soundcloud(self, ctx: commands.Context): + """Toggle Soundcloud source on or off. + + This toggle controls the playback of all SoundCloud related content. + """ + state = await self.config.yaml.lavalink.server.sources.soundcloud() + await self.config.yaml.lavalink.server.sources.soundcloud.set(not state) + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will allow playback from Soundcloud.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will not play from Soundcloud anymore.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + + @command_llset_config_source.command(name="youtube", aliases=["yt"]) + async def command_llset_config_source_youtube(self, ctx: commands.Context): + """`Dangerous command` Toggle YouTube source on or off (this includes Spotify). + + This toggle controls the playback of all YouTube and Spotify related content. + """ + state = await self.config.yaml.lavalink.server.sources.youtube() + await self.config.yaml.lavalink.server.sources.youtube.set(not state) + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will allow playback from YouTube.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will not play from YouTube anymore.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + + @command_llset_config_source.command(name="twitch") + async def command_llset_config_source_twitch(self, ctx: commands.Context): + """Toggle Twitch source on or off. + + This toggle controls the playback of all Twitch related content. + """ + state = await self.config.yaml.lavalink.server.sources.twitch() + await self.config.yaml.lavalink.server.sources.twitch.set(not state) + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will allow playback from Twitch.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will not play from Twitch anymore.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + + @command_llset_config_source.command(name="vimeo") + async def command_llset_config_source_vimeo(self, ctx: commands.Context): + """Toggle Vimeo source on or off. + + This toggle controls the playback of all Vimeo related content. + """ + state = await self.config.yaml.lavalink.server.sources.vimeo() + await self.config.yaml.lavalink.server.sources.vimeo.set(not state) + if not state: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will allow playback from Vimeo.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node will not play from Vimeo anymore.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), + ) + + @command_llset_config_server.command(name="framebuffer", aliases=["fb", "frame"]) + async def command_llset_config_server_framebuffer( + self, + ctx: commands.Context, + *, + milliseconds: int = DEFAULT_LAVALINK_YAML["yaml__lavalink__server__frameBufferDurationMs"], + ): + """`Dangerous command` Set the managed Lavalink node framebuffer size. + + Only change this if you have been directly advised to, changing it can cause significant playback issues. + """ + if milliseconds < 100: + return await self.send_embed_msg( + ctx, + title=_("Setting Not Changed"), + description=_("The lowest value the framebuffer can be set to is 100ms."), + ) + await self.config.yaml.lavalink.server.frameBufferDurationMs.set(milliseconds) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node's bufferDurationMs set to {milliseconds}.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format( + milliseconds=inline(str(milliseconds)), + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + ), + ) + + @command_llset_config_server.command(name="buffer", aliases=["b"]) + async def command_llset_config_server_buffer( + self, + ctx: commands.Context, + *, + milliseconds: int = DEFAULT_LAVALINK_YAML["yaml__lavalink__server__bufferDurationMs"], + ): + """`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size. + + Only change this if you have been directly advised to, changing it can cause significant playback issues. + """ + if milliseconds < 100: + return await self.send_embed_msg( + ctx, + title=_("Setting Not Changed"), + description=_("The lowest value the buffer may be is 100ms."), + ) + await self.config.yaml.lavalink.server.bufferDurationMs.set(milliseconds) + await self.send_embed_msg( + ctx, + title=_("Setting Changed"), + description=_( + "Managed node's bufferDurationMs set to {milliseconds}.\n\n" + "Run `{p}{cmd}` for it to take effect." + ).format( + milliseconds=inline(str(milliseconds)), + p=ctx.prefix, + cmd=self.command_audioset_restart.qualified_name, + ), + ) + + @command_llset.command(name="reset") + async def command_llset_reset(self, ctx: commands.Context): + """Reset all `llset` changes back to their default values.""" + async with ctx.typing(): + async with self.config.all() as global_data: + del global_data["yaml"] + for key in (*DEFAULT_LAVALINK_SETTINGS.keys(), *DEFAULT_LAVALINK_YAML.keys()): + if key in global_data: + del global_data[key] + del global_data["java"] + del global_data["java_exc_path"] + global_data["use_external_lavalink"] = False + + try: + await lavalink.close(self.bot) + self.lavalink_restart_connect(manual=True) + except ProcessLookupError: + await self.send_embed_msg( + ctx, + title=_("Failed To Shutdown Lavalink Node"), + description=_("Please reload Audio (`{prefix}reload audio`).").format( + prefix=ctx.prefix + ), + ) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..8f365b428609c0bf08360aa6fdf7bd372a0f5b36 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/af-ZA.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 676\n" +"Language: af_ZA\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..fbad56134016b54df55f6cd62d5a897f0312ef6a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ar-SA.po @@ -0,0 +1,3015 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 676\n" +"Language: ar_SA\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "خيارات تكوين الموسيقى." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "إدارة القائمة البيضاء والقائمة السوداء للكلمات المفتاحية." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "تمكين" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "معطل" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "تم تغيير الإعدادات" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "تبديل قوائم الانتظار اليومية.\n\n" +" قوائم الانتظار اليومية تنشئ قائمة تشغيل لجميع المسارات التي تم تشغيلها اليوم.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "قائمة الانتظار اليومية: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "تبديل قطع الاتصال التلقائي للبوت عند الانتهاء من التشغيل.\n\n" +" هذا الإعداد له الأسبقية على `[p]وحدة الاتصال الصوتي فارغة`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "قطع الاتصال التلقائي في نهاية قائمة الانتظار: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "تم تعطيل الحساب." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "وقت غير صالح" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "لا يمكن أن تكون الثواني أقل من الصفر." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "قطع الاتصال فارغة معطلة." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "تم تعيين مؤقت قطع اتصال فارغ إلى {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "إيقاف تلقائي بعد x ثانية عندما تكون الغرفة فارغة، 0 لتعطيل." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "إيقاف الإيقاف المؤقت فارغ." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "تم تعيين مؤقت قطع اتصال فارغ إلى {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "تعيين سعر للمسارات في قائمة الانتظار لغير المودعات، 0 لتعطيل. (Automatic Translation)." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "سعر غير صالح" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "لا يمكن أن يكون السعر أقل من الصفر." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "وضع يوكباكس معطل." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "تتبع سعر الأمر في قائمة الانتظار المحدد إلى {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "تعيين مسار المسارات المحلية إذا لم يتم تشغيل Lavalink.jar من مجلد بيانات الصوت. (Automatic Translation)\n\n" +" اترك المسار فارغاً لإعادة تعيين المسار إلى الافتراضي، دليل بيانات الصوت.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "تم إعادة تعيين موقع مسار المقاطع المحلية إلى {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "مسار غير صالح" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} لا يبدو وكأنه مسار صالح." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` غير موجود. سيتم حفظ هذا المسار، ولكن يرجى التحقق من المسار وإنشاء مجلد محلي في `{localfolder}` قبل محاولة تشغيل المسارات المحلية." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "بيئة غير صالحة" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "تم تعيين موقع مسار المقاطع المحلية إلى {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "الحد الأقصى لطول المسار المراد تنظيره في ثوانٍ، 0 لتعطيل.\n\n" +" تقبل ثوان أو قيمة منسقة مثل 00:00:00 ('hh:mm:ss`) أو 00:00 ('mm:ss`). سيتم إيقاف إعداد الطول الأقصى\n" +" غير صالح.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "طول غير صالح" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "لا يمكن أن يكون الطول أقل من الصفر." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "تم تعطيل الحد الأقصى لطول المسار." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "تبديل إعلان المسار ورسائل بوت أخرى." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "وضع الإشعار: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "الروابط التجارية فقط: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "تعيين الدور المراد استخدامه لوضع DJ." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "تم تغيير الإعدادات" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "تعيين دور DJ إلى: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "إظهار الإعدادات الحالية." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "إعدادات السيرفر" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "قطع الاتصال التلقائي: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "تشغيل تلقائي: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "قطع الاتصال المؤقت: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "إيقاف مؤقت تلقائي: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "صندوق اليوكسي: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "سعر الأمر: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "طول المقطع الأقصى: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "الصور المصغرة: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "تخطي التصويت: [{vote_enabled}]\n" +"تخطي النسبة المئوية: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "ذاكرة التخزين المؤقت" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "إعدادات التشغيل التلقائي" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "اسم قائمة التشغيل: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "معرف قائمة التشغيل: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "نطاق قائمة التشغيل: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "لا يوجد مجلد للمسارات المحلية." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" طلب: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "لا شيء." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "تشغيل الآن" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "التشغيل التلقائي" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "عشوائي" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "كرر" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "إيقاف أو استئناف مسار اللعب." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "غير قادر على إدارة المسارات" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "يجب أن تكون في القناة الصوتية لإيقاف مؤقت أو لاستئناف العمل." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "تحتاج إلى رتبة DJ لإيقاف أو استئناف المسار." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "تم إيقاف المسار" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "تم استئناف المسار" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "أنت بحاجة إلى رتبة DJ أو أن تكون طالب المسار لإنتظار مسارات الأغنية السابقة." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "لا يوجد مسار سابق." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "إعادة تشغيل المسار" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "لا يوجد مسبقاً للمُوازن المحفوظة." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "اسم الإعداد المسبق" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "المالك" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "تحميل مكافئ محفوظة مسبقاً." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "لا يوجد تعيين مسبق" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "غير قادر على تحميل الإعداد السابقة" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "أنت بحاجة إلى رتبة DJ لتحميل المُوازن مسبقاً." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "إعادة تعيين المكافئ إلى 0 عبر جميع النطاقات." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "غير قادر على تعديل الإعدادات المعطية" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "أنت بحاجة إلى رتبة DJ لإعادة تعيين المعادل." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "تم إعادة تعيين قيم المعادن." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "حفظ إعدادات الجيل الحالي إلى مجموعة مسبقة." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "غير قادر على حفظ الإعدادات المعطاة" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "أنت بحاجة إلى رتبة DJ لتحميل المُوازن مسبقاً." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "الرجاء إدخال اسم للتعيين المسبق لهذا المعادن." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "لم يتم إدخال اسم المعادل مسبقاً، حاول الأمر مرة أخرى لاحقاً." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "حاول الأمر مرة أخرى باسم أقصر." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "هناك ملف له نفس الاسم موجود مسبقاً. هل تريد استبداله؟" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "عدم الحفظ مسبقاً." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "قم بتعيين نطاق من مكافئ مع رقم النطاق أو الاسم والقيمة.\n\n" +" مواقع النطاق الترددي 1-15 والقيم لها مجموعة من -0. 5 إلى 1.0\n" +" أسماء النطاقات هي 25، 40، 63، 100، 160، 250، 400، 630، 1k، 1. ك و2.5 و4 ك و\n" +" و6.3 ك و10 ك و16 ك هرتز.\n" +" تعيين قيمة النطاق إلى -0. 5 ألغها بينما +0.25 مضاعفة.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "غير قادر على تعيين الإعداد المسبق" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "أنت بحاجة إلى رتبة DJ لتعيين مسبقة المعادِل." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "مسار غير صالح" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "أرقام النطاقات الصالحة هي 1-15 أو أسماء النطاقات المدرجة في المساعدة لهذا الأمر." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "التعديل المسبق" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "أوامر التشغيل المحلية." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "المجلد غير موجود" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "مجلد المسارات المحلية المسمى {name} غير موجود." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "لم يتم العثور على مجلدات الألبوم." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "البحث عن أغاني عبر جميع مجلدات localtracks." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "لا توجد مطابقات." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "نسبة قائمة الانتظار." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "لا يوجد شيء في قائمة الانتظار." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "قائمة الانتظار وتشغيل المسارات:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "تعذر الحصول على مسار صالح." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "أضف عنوان URL المسار أو ارتباط قائمة التشغيل أو البحث السريع إلى قائمة تشغيل. \\ n \\ n سيتم إلحاق المسار (المسارات) بنهاية قائمة التشغيل. \\ n \\ n ** الاستخدام **: \\ n `[p] playlist append playlist_name_OR_id track_name_OR_url [args]` \\ n \\ n ** Args **: \\ n كل ما يلي اختياري: \\ n - نطاق <نطاق> \\ n - المؤلف [المستخدم] \\ n - إنشاء [النقابة] ** يمكن لمالك الروبوت فقط استخدام هذا النطاق ** \\ n \\ n ** ** أحد الإجراءات التالية: \\ n Global \\ n Guild \\ n User \\ n \\ n ** Author ** يمكن أن يكون واحدًا مما يلي: \\ n معرف المستخدم \\ n إشارة المستخدم \\ n اسم المستخدم # 123 \\ n \\ n ** نقابة ** يمكن أن تكون واحدة مما يلي: \\ n معرّف النقابة \\ n اسم النقابة بالضبط \\ n \\ n مثال للاستخدام: \\ n \"[p] إلحاق قائمة التشغيل MyGuildPlaylist مرحبًا من Adele` \\ n\" [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - نطاق عالمي \"\\ n` [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - -النطاق العالمي -Lord_X\n" +"#1770` \\ n " + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "قائمة التشغيل غير موجودة" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "تعذر العثور على مسار يطابق الاستعلام الخاص بك." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "تخطي المسار" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} موجود بالفعل في {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "تم الوصول إلى حد قائمة التشغيل: لا يمكن إضافة المسار." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "تم إيقاف المسار" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} موجود بالفعل في {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} موجود بالفعل في {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} بالفعل في قائمة التشغيل وتم تخطيته." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "المسارات هي" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "المسار هو" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "تم تعديل قائمة التشغيل" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "لا يمكن مطابقة '{arg}' مع قائمة التشغيل." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "تم تعديل قائمة التشغيل" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "تم نسخ قائمة التشغيل {name} (`{from_id}`) من {from_scope} إلى {to_scope} (`{to_id}`)." + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "أضف عنوان URL المسار أو ارتباط قائمة التشغيل أو البحث السريع إلى قائمة تشغيل. \\ n \\ n سيتم إلحاق المسار (المسارات) بنهاية قائمة التشغيل. \\ n \\ n ** الاستخدام **: \\ n `[p] playlist append playlist_name_OR_id track_name_OR_url [args]` \\ n \\ n ** Args **: \\ n كل ما يلي اختياري: \\ n - نطاق <نطاق> \\ n - المؤلف [المستخدم] \\ n - إنشاء [النقابة] ** يمكن لمالك الروبوت فقط استخدام هذا النطاق ** \\ n \\ n ** ** أحد الإجراءات التالية: \\ n Global \\ n Guild \\ n User \\ n \\ n ** Author ** يمكن أن يكون واحدًا مما يلي: \\ n معرف المستخدم \\ n إشارة المستخدم \\ n اسم المستخدم # 123 \\ n \\ n ** نقابة ** يمكن أن تكون واحدة مما يلي: \\ n معرّف النقابة \\ n اسم النقابة بالضبط \\ n \\ n مثال للاستخدام: \\ n \"[p] إلحاق قائمة التشغيل MyGuildPlaylist مرحبًا من Adele` \\ n\" [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - نطاق عالمي \"\\ n` [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - -النطاق العالمي -Lord_X\n" +"#1770` \\ n " + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "اسم قائمة التشغيل غير صالح" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "أسماء قائمة التشغيل يجب أن تكون كلمة واحدة (حتى 32 حرفا) وليس أرقام فقط." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "تم إنشاء قائمة التشغيل" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "تم إنشاء قائمة تشغيل فارغة {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "أضف عنوان URL المسار أو ارتباط قائمة التشغيل أو البحث السريع إلى قائمة تشغيل. \\ n \\ n سيتم إلحاق المسار (المسارات) بنهاية قائمة التشغيل. \\ n \\ n ** الاستخدام **: \\ n `[p] playlist append playlist_name_OR_id track_name_OR_url [args]` \\ n \\ n ** Args **: \\ n كل ما يلي اختياري: \\ n - نطاق <نطاق> \\ n - المؤلف [المستخدم] \\ n - إنشاء [النقابة] ** يمكن لمالك الروبوت فقط استخدام هذا النطاق ** \\ n \\ n ** ** أحد الإجراءات التالية: \\ n Global \\ n Guild \\ n User \\ n \\ n ** Author ** يمكن أن يكون واحدًا مما يلي: \\ n معرف المستخدم \\ n إشارة المستخدم \\ n اسم المستخدم # 123 \\ n \\ n ** نقابة ** يمكن أن تكون واحدة مما يلي: \\ n معرّف النقابة \\ n اسم النقابة بالضبط \\ n \\ n مثال للاستخدام: \\ n \"[p] إلحاق قائمة التشغيل MyGuildPlaylist مرحبًا من Adele` \\ n\" [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - نطاق عالمي \"\\ n` [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - -النطاق العالمي -Lord_X\n" +"#1770` \\ n " + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "تم حذف قائمة التشغيل" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "{name} (`{id}`) [**{scope}**] تم حذف قائمة التشغيل." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "أضف عنوان URL المسار أو ارتباط قائمة التشغيل أو البحث السريع إلى قائمة تشغيل. \\ n \\ n سيتم إلحاق المسار (المسارات) بنهاية قائمة التشغيل. \\ n \\ n ** الاستخدام **: \\ n `[p] playlist append playlist_name_OR_id track_name_OR_url [args]` \\ n \\ n ** Args **: \\ n كل ما يلي اختياري: \\ n - نطاق <نطاق> \\ n - المؤلف [المستخدم] \\ n - إنشاء [النقابة] ** يمكن لمالك الروبوت فقط استخدام هذا النطاق ** \\ n \\ n ** ** أحد الإجراءات التالية: \\ n Global \\ n Guild \\ n User \\ n \\ n ** Author ** يمكن أن يكون واحدًا مما يلي: \\ n معرف المستخدم \\ n إشارة المستخدم \\ n اسم المستخدم # 123 \\ n \\ n ** نقابة ** يمكن أن تكون واحدة مما يلي: \\ n معرّف النقابة \\ n اسم النقابة بالضبط \\ n \\ n مثال للاستخدام: \\ n \"[p] إلحاق قائمة التشغيل MyGuildPlaylist مرحبًا من Adele` \\ n\" [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - نطاق عالمي \"\\ n` [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - -النطاق العالمي -Lord_X\n" +"#1770` \\ n " + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "إزالة {track_diff} المسارات المكررة من {name} (`{id}`) [**{scope}**] قائمة التشغيل." + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "لم يتم تعديل قائمة التشغيل" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "قائمة التشغيل {name} (`{id}`) [**{scope}**] لا تحتوي على أي مسارات مكررة." + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "أضف عنوان URL المسار أو ارتباط قائمة التشغيل أو البحث السريع إلى قائمة تشغيل. \\ n \\ n سيتم إلحاق المسار (المسارات) بنهاية قائمة التشغيل. \\ n \\ n ** الاستخدام **: \\ n `[p] playlist append playlist_name_OR_id track_name_OR_url [args]` \\ n \\ n ** Args **: \\ n كل ما يلي اختياري: \\ n - نطاق <نطاق> \\ n - المؤلف [المستخدم] \\ n - إنشاء [النقابة] ** يمكن لمالك الروبوت فقط استخدام هذا النطاق ** \\ n \\ n ** ** أحد الإجراءات التالية: \\ n Global \\ n Guild \\ n User \\ n \\ n ** Author ** يمكن أن يكون واحدًا مما يلي: \\ n معرف المستخدم \\ n إشارة المستخدم \\ n اسم المستخدم # 123 \\ n \\ n ** نقابة ** يمكن أن تكون واحدة مما يلي: \\ n معرّف النقابة \\ n اسم النقابة بالضبط \\ n \\ n مثال للاستخدام: \\ n \"[p] إلحاق قائمة التشغيل MyGuildPlaylist مرحبًا من Adele` \\ n\" [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - نطاق عالمي \"\\ n` [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - -النطاق العالمي -Lord_X\n" +"#1770` \\ n " + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "قائمة التشغيل هذه لا تحتوي على أي مسار." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "قائمة التشغيل هذه كبيرة جدا بحيث لا يمكن إرسالها في هذا السيرفر." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "قائمة التشغيل كبيرة جداً، إليك الإصدار المضغوط." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "أضف عنوان URL المسار أو ارتباط قائمة التشغيل أو البحث السريع إلى قائمة تشغيل. \\ n \\ n سيتم إلحاق المسار (المسارات) بنهاية قائمة التشغيل. \\ n \\ n ** الاستخدام **: \\ n `[p] playlist append playlist_name_OR_id track_name_OR_url [args]` \\ n \\ n ** Args **: \\ n كل ما يلي اختياري: \\ n - نطاق <نطاق> \\ n - المؤلف [المستخدم] \\ n - إنشاء [النقابة] ** يمكن لمالك الروبوت فقط استخدام هذا النطاق ** \\ n \\ n ** ** أحد الإجراءات التالية: \\ n Global \\ n Guild \\ n User \\ n \\ n ** Author ** يمكن أن يكون واحدًا مما يلي: \\ n معرف المستخدم \\ n إشارة المستخدم \\ n اسم المستخدم # 123 \\ n \\ n ** نقابة ** يمكن أن تكون واحدة مما يلي: \\ n معرّف النقابة \\ n اسم النقابة بالضبط \\ n \\ n مثال للاستخدام: \\ n \"[p] إلحاق قائمة التشغيل MyGuildPlaylist مرحبًا من Adele` \\ n\" [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - نطاق عالمي \"\\ n` [p] إلحاق قائمة التشغيل MyGlobalPlaylist مرحبًا من Adele - -النطاق العالمي -Lord_X\n" +"#1770` \\ n " + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "معلومات قائمة التشغيل لـ {playlist_name} (`{id}`) [**{scope}**]:\n" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "غير معروف" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "قائمة التشغيل قائمة الانتظار" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "قائمة الأغاني في قائمة الانتظار." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "مسح قائمة الانتظار." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "انت غير قادر على مسح قائمة الانتظار" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "أنت بحاجة إلى رتبة DJ لإعادة تعيين المعادل." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "تم تعديل قائمة الانتظار" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "تم مسح قائمة الانتظار." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "إزالة الأغاني من قائمة الانتظار إذا لم يكن الطالب في القناة الصوتية." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "غير قادر على تنظيف قائمة الانتظار" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "أنت بحاجة إلى رتبة DJ لتنظيف قائمة الانتظار." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "إزالة 0 مسارات." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "إزالة {removed_tracks} مسارات من قبل الأعضاء خارج القناة الصوتية." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "إزالة جميع المسارات التي طلبتها من قائمة الانتظار." + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..a3a3d6d8ec842280fa9045abdb7c5bdeaac73d8d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/bg-BG.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 676\n" +"Language: bg_BG\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "дни" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..5d6a4df6c77061884a192b10b1f645d37cddaf52 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/bs-BA.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 676\n" +"Language: bs_BA\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..ee611bf88a87e5c49dab87055c07013440e7c04b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ca-ES.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 676\n" +"Language: ca_ES\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..ac912799a7ddd3345b39b3496b1c0b7354eb44ac --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/cs-CZ.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 676\n" +"Language: cs_CZ\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Klíčové slovo je již na černé listině." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Černá listina změněna" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Nic na černé listině." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Klíčové slovo není na černé listině." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Změnit nastavení automatického přehrávání." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Povoleno" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Zakázáno" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Nenalezen žádný playlist" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Nenalezeny žádné skladby" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Zobrazit aktuální nastavení." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Nastavení serveru" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Automatické odpojení: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Odpojit časovač: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Cena příkazu: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Náhledy: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "dnů" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Pokyny k nastavení Spotify API tokenů." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Odpojit od hlasového kanálu." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "K odpojení potřebujete roli DJ." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Nyní se přehrává." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Nic." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Nyní se přehrává" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Náhodně" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Opakovat" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Pozastavit nebo obnovit přehrávanou stopu." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Stopa pozastavena" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Žádná předchozí skladba." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Přehrávání skladby" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Neplatný čas vyhledávání." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Přesunuto do {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Hlasovali jste pro přeskočení." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Zastavování..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Nejprve se připojte k hlasovému kanálu." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Nastaví hlasitost, 1% - 150%." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Aktuální hlasitost:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Pro změnu hlasitosti musíte být v hlasovém kanálu." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Potřebujete roli DJ, abyste mohli změnit hlasitost." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Hlasitost:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Zapnout opakování." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Nic není ve frontě." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Žádné uložené předvolby ekvalizéru." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Neukládám přednastavení." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Hostitel nastaven na {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Heslo serveru nastaveno na {password}." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Port Websocketu byl nastaven na {port}." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Žádné výsledky." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Statistiky zvuku." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Tato adresa URL není povolena." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Prosím zkontrolujte svou konzoli nebo logy pro podrobnosti." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Žádné skladby." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Nic nenalezeno." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} skladby nemůžou být zařazeny do fronty." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Tento playlist nemá žádné stopy." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Neznámý" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Skladby: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "Adresa URL není v playlistu." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Žádné zbývající skladby, odebírání playlistu." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Playlist zařazen do fronty" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Strana {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Nahrávání zrušeno." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Neplatný soubor playlistu." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Seznam skladeb ve frontě." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Vymaže frontu." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "Fronta byla vymazána." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Hledat ve ftontě." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..eea66a046a4c402559c71a972a605b66bdea3ab4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/da-DK.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 676\n" +"Language: da_DK\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..d6d28a50ce3081e9ca43e8c6c99737289c162f1d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/de-DE.po @@ -0,0 +1,3034 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 676\n" +"Language: de_DE\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Musik Konfigurationsoptionen." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Verwaltet die Whitelist und Blacklist der Suchbegriffe." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Verwaltet die globale Whitelist und Blacklist der Suchbegriffe." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Verwaltet die globale Whitelist der Suchbegriffe." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Fügt einen Suchbegriff zur Whitelist hinzu.\n\n" +" Wenn etwas zur Whitelist hinzugefügt wird, werden dadurch alle anderen Begriffe blockiert.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Dieser Begriff ist bereits auf der Whitelist." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Whitelist geändert" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "`{Whitelisted}` zur Whitelist hinzugefügt." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Zeigt alle Suchbegriffe auf der Whitelist." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Die Whitelist ist Leer." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Globale Whitelist" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Leere die Whitelist." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Die Whitelist wurde geleert." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Entfernt einen Suchbegriff von der Whitelist." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "`{whitelisted}` aus der Whitelist entfernt." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Verwaltet die globale Blacklist der Suchbegriffe." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Fügt einen Suchbegriff zur Blacklist hinzu." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Dieser Begriff ist bereits in der Blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Blacklist geändert" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "`{blacklisted}`zur Blacklist hinzugefügt." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Zeigt alle Suchbegriffe auf der Blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Die Blacklist ist Leer." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Globale Blacklist" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Leere die Blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Die Blacklist wurde geleert." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Entfernt einen Suchbegriff aus der Blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Suchbegriff ist nicht in der Blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "`{blacklisted}` von der Blacklist entfernt." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Verwaltet die Whitelist." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Weiße Liste" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Verwaltet die Blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Sperrliste" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Ändere Einstellungen für die automatische Wiedergabe." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Automatische-Wiedergabe umschalten, wenn keine Lieder in der Warteschlange vorhanden sind." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Automatische Wiedergabe am Ende der Warteschlange: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Aktiviert" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Deaktiviert" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +" Wiederholung wurde deaktiviert." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Automatisches Verlassen des Sprachkanals am Ende der Warteschlange wurde deaktiviert." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Einstellung geändert" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Playlist für die Automatische Wiedergabe eisntellen.\\n\\n **Verwendung**:\\n ​ ​ ​ ​`[p]audioset autoplay name_ODER_id_der_playlist [args]`\\n\\n **Argumente**:\\n ​ ​ ​ ​ Optionale Argumente:\\n ​ ​ ​ ​ ​ ​ ​ ​ --scope \\n ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\\n ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Nur der Botbesitzer kann dieses Argument verwenden**\\n\\n **Scope** hat einen der folgenden Werte:\\n ​Global\\n ​ ​ ​ ​ Guild\\n ​ ​ ​ ​ User\\n\\n **Author** hat einen der folgenden Werte:\\n ​ ​ ​ ​ User ID\\n ​ ​ ​ ​ User Mention\\n User Name#123\\n\\n **Guild** hat einen der folgenden Werte:\\n Guild ID\\n Exact guild name\\n\\n Beispiel:\\n `[p]audioset autoplay MeineGuildPlaylist`\\n `[p]audioset autoplay MeineGlobalePlaylist --scope Global`\\n `[p]audioset autoplay MeinePersoenlichePlaylist --scope User --author Draper`\\n " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Playlists sind nicht verfügbar" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "Der Playlist Abschnitt von Audio ist derzeit nicht verfügbar" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Prüfen Sie Ihre Logs." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Keine Playlist gefunden" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "'{arg}' konnte keiner Playlist zugeordnet werden" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Keine Titel gefunden" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "Die Playlist {name} enthält keine Titel." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "Die Playlist {id} ist im Bereich {scope} nicht vorhanden." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Fehlende Argumente" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Du musst die Server-ID für die Suche angeben." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "Die Playlist {name} (`{id}`) [** {scope} **] wird für die automatische Wiedergabe verwendet." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Setzt die automatische Wiedergabe auf die Standard-Playlist zurück." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Legen Sie die automatische Playlist fest, um kürzlich gespielte Titel abzuspielen." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Globale tägliche Warteschlangen umschalten.\n\n" +" Globale tägliche Warteschlangen erstellt eine Wiedergabeliste für alle Tracks, die heute abgespielt werden.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Globale tägliche Warteschlange: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Tägliche Warteschlangen ein oder ausschalten.\n\n" +" Diese Funktion erstellt eine Playlist für alle Tracks die an einem Tag gespielt wurden.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Tägliche Warteschlange: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Schalte ein oder aus, dass der Bot nach ende der Wiedergabe automatisch die Verbindung trennt.\n\n" +" Diese Einstellung hat Vorrang vor `[p]audioset emptydisconnect`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Automatischer Disconnect beim Playlistende: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Automatische Wiedergabe deaktiviert." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Schalte DJ Mode um.\n\n" +" DJ Mode erlaubt Benutzern mit der DJ Rolle die Audio Befehle zu nutzen\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Fehlende DJ-Rolle" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Bitte wähle eine Rolle für den DJ Mode. Gib den Rollen Namen oder die ID jetzt ein." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Zeitüberschreitung der Antwort, versuch es später erneut." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ Rolle aktiviert: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Automatische Trennung vom Kanal, wenn der Bot x Sekunden lang alleine ist, 0 zum Deaktivieren. \n" +" \n" +" `[p] audioset dc` hat Vorrang vor dieser Einstellung. \n" +". " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Ungültige Zeit" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Sekunden können nicht kleiner als Null sein." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Trennung bei leerem Kanal deaktiviert." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Leerer Kanal Disconnect Timer gesetzt auf {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Automatische Pause nach x Sekunden, wenn der Raum leer ist, 0 zum Deaktivieren." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Leere Pause deaktiviert." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Leerer Kanal Disconnect Timer gesetzt auf {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Titel mit Songtexten bevorzugen." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Titel mit Songtexten bevorzugen: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Lege einen Preis für Nicht-Mods fest, um Lieder einzureihen. 0 zum Deaktivieren." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Ungültiger Preis" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Preis kann nicht kleiner als Null sein." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Jukebox Modus deaktiviert." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Der Preis für das Hinzufügen eines Tracks in die Warteschlange wurde auf {price} {currency} gesetzt." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Setze den Pfad für Lokale Musik, wenn die Lavalink.jar nicht im Audio Daten Ordner gestartet wird.\n\n" +" Lasse den Pfad leer um den Pfad zu dem Standard Pfad zurückzusetzen.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "Die Position des Localtracks-Pfads wurde auf {localpath} zurückgesetzt" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Ungültiger Pfad" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} sieht nicht wie ein gültiges Verzeichnis aus." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` existiert nicht. Der Pfad wird noch gespeichert, aber bitte überprüfen Sie den Pfad und erstellen Sie einen localtrack Ordner in `{localfolder}` bevor Sie versuchen, lokale Tracks abzuspielen." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Ungültige Umgebung" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "Die Position des Localtracks-Pfads wurde auf {localpath} gesetzt" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Maximale länge für einen Track in der Playlist in Sekunden, 0 um dies zu deaktivieren.\n\n" +" Akzeptiert Sekunden oder einen Wert Formatiert wie 00:00:00 (`hh:mm:ss`) oder 00:00 (`mm:ss`).\n" +" Ungültige Eingaben werden diese Einstellung ausschalten. " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Ungültige Länge" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "Die Länge kann nicht kleiner als Null sein." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Maximale Track länge deaktiviert." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Maximale Track länge gesetzt zu: {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Track-Ankündigung und andere Bot-Nachrichten umschalten." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "Benachrichtigungsmodus: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Automatisch stummschalten: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Kommerzielle Links nur: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Wähle die Rolle die für den DJ Mode genutzt wird." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Einstellungen geändert" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "DJ Rolle gesetzt auf: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Zeige die aktuellen Einstellungen an." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Server Einstellungen" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Automatische Trennung: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Automatische-Wiedergabe: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Trennen Timer: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Timer für automatische Pause: [{num_seconds}] \n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "DJ-Rolle: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Jukebox: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Befehlspreis: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Maximale Spieldauer des Liedes: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Miniaturansichten (Thumbnails): [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Abstimmung zum Überspringen: [{vote_enabled}]\n" +"Benötigte Stimmen in Prozent: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Server" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Benutzer" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Überall" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "Zwischengespeichert" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "US Top 100" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Automatische-wiedergabe-Einstellungen" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Playlist-Name: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "Playlist-ID: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Umfang der Playlist: [{pscope}] \n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Cache-Einstellungen" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Maximales Alter, [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Lokale Spotify-Cache: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Lokale YouTube-Cache: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Lokale Lavalink-Cache: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "Tage" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "Benutzereinstellungen" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Spotify Suche: [{country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Lavalink-Einstellungen" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Cog Version: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "Red-Lavalink: [{lavalink_version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Externer Server: [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Pfad der lokalen Titel: [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "Sendet die Lavalink Server Protokolle in deine DMs." + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "Keine Protokolle in deinem Datenordner gefunden." + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "Protokolle sind zu groß. Du kannst diese in {path} finden" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Aktiviert/Deaktiviert Titel als Status." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Titel als Status: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Zeige Miniaturbilder bei Audio-Mitteilungen an." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Miniaturansicht: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "Benötigte Stimmen in Prozent für Nicht-Mods, um Titel zu überspringen, 0 um zum Deaktivieren." + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Abstimmung deaktiviert. Alle Benutzer können Warteschlangen Management Befehle verwenden." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Stimmen-Anteil auf {percent} % festgelegt." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "Anleitung um den YouTube API key einzurichten." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Anleitung um die Spotify API tokens einzurichten." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. Gehen Sie zu Spotify-Entwicklern und loggen Sie sich mit Ihrem Spotify-Konto ein.\n" +"(https://developer.spotify.com/Dashboard/applications)\n" +"2. Klicken Sie auf \"Eine App erstellen\".\n" +"3. Füllen Sie das Formular aus, das mit Ihrem App-Namen, etc. bereitgestellt wird.\n" +"4. Wenn Sie gefragt werden, ob Sie kommerzielle Integration entwickeln, wählen Sie \"Nein\".\n" +"5. Akzeptieren Sie die Bedingungen und Bedingungen.\n" +"6. Kopiere deine Client-ID und dein Client-Geheimes in:\n" +"`{prefix}set api spotify client_id client_secret `" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Legen Sie den Ländercode für Spotify-Suchen fest." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Ungültiger Ländercode" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "Bitte verwende einen offiziellen [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) Code." + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Ländercode auf {country} gesetzt." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Maximales Alter, [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Spotify-Cache: [{spotify_status}] \n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Youtube-Cache: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Lavalink-Cache: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Legt das maximale Cache-Alter fest.\n\n" +" Mit diesem Befehle kann die maximale Anzahl von Tagen festgelegt werden, bevor ein Eintrag im Cache\n" +" ungültig wird.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "Das Cache-Alter darf nicht weniger als 7 Tage betragen. Wenn du den Cache deaktivieren möchtest, führe {prefix}audioset cache aus.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "Ich habe das Cache-Alter auf {age} Tage gesetzt" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "Startet die lavalink-Verbindung neu." + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "Lavalink wird neugestartet" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "Es kann einige Minuten dauern bis Lavalink komplett gestartet ist." + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Verbindung zum Sprachkanal trennen." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Keine Wiedergabe." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "Trennen der Verbindung nicht möglich" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Es hören andere Leute zu - stimme stattdessen zum Überspringen ab." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Du benötigst die DJ Rolle, um die Verbindung zu trennen." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "Trennen der Verbindung nicht möglich" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Verbindung wird getrennt..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Aktuelle Wiedergabe." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Angefragt von: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Nichts." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Jetzt läuft" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Auto-Play" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Zufällige Wiedergabe" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Wiederholen" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Pausiere oder setze ein spielendes Lied fort." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "Tracks können nicht verwaltet werden" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Du musst zum Pausieren oder Fortsetzen im Sprachkanal sein." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Du brachst die DJ Rolle um zu pausieren oder um fortzusetzen." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Titel angehalten" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Titel wird fortgesetzt" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Springe zum Anfang des zuvor gespielten Liedes." + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "Titel können nicht überspringen werden" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Du musst dich in dem Sprachkanal befinden, um Titel zu überspringen." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "Du benötigst die DJ-Rolle oder der Track-Requder, um die vorherigen Song-Titel zu bekommen." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "Titel können nicht wiedergegeben werden" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Kein vorheriger Titel." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Titel wird wiederholt" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Spule um Sekunden oder zu einer bestimmten Zeit vorwärts oder rückwärts.\n\n" +" Akzeptiert Sekunden oder einen Wert, der wie 00:00:00 (`hh:mm:ss`) oder 00:00 (`mm:ss`) formatiert ist. " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "Titel können nicht gesucht werden" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "Du musst dich in dem Sprachkanal befinden, um Spulen zu können." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "Du benötigst die DJ-Rolle oder der Track-Requder, um die Suche zu verwenden." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "Ein Stream kann nicht gespult werden." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Ungültige Eingabe für die Zeit, nach der gesucht werden soll." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "Verschiebe {num_seconds}s nach 00:00:00" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "Verschiebe {num_seconds}s nach {time}" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Verschiebt zu {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Schalte zufällige Wiedergabe um." + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "Shuffle kann nicht umschalten" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Du benötigst die DJ Rolle, um zufällige Wiedergabe umzuschalten." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Du musst dich in dem Sprachkanal befinden, um zufällige Wiedergabe umzuschalten." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Zufällige Wiedergabe: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Überspringe zum nächsten Lied oder geben eine Nummer für ein Lied an." + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Du musst dich in einem Sprachkanal befinden um Lieder zu überspringen." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "Du benötigst die DJ-Rolle oder der Track-Request-Requester, um Titel zu überspringen." + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Du kannst nur den aktuellen Titel überspringen." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "Kann ohne DJ Rolle nicht auf einen bestimmten Track im Abstimmmodus überspringen." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "Ich habe deine Stimme zum Überspringen entfernt." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Du hast für das Überspringen gestimmt." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Abstimmungsschwelle erreicht." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " Abstimmungen: {num_votes}/{num_members} ({cur_percent}% von {required_percent}% erforderlich)" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "Stoppe Wiedergabe und leere die Warteschlange." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "Player kann nicht gestopt werden" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Du musst dich in dem Sprachkanal befinden, um die Wiedergabe zu stoppen." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Du benötigst die DJ Rolle, um die Wiedergabe zu stoppen." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Stoppe..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Beschwöre den Bot zu einem Sprachkanal." + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "Kann Sprachkanal nicht betreten" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Andere Leute hören gerade Musik." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Sie benötigen die DJ-Rolle, um den Bot zu beschwören." + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Verbinde dich zuerst mit einem Sprachkanal." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Verbindung zu Lavalink wurde noch nicht hergestellt." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Setze die Lautstärke, 1% - 150%." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Aktuelle Lautstärke:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "Lautstärke kann nicht geändert werden" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Du musst dich in dem Sprachkanal befinden, um die Lautstärke zu verändern." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Du benötigst die DJ Rolle, um die Lautstärke zu ändern." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Lautstärke:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Wiederholung umschalten." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "Repeat kann nicht umschalten" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Du benötigst die DJ Rolle um Wiederholung umzuschalten." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Du musst dich in dem Sprachkanal befinden, um Wiederholung umzuschalten." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Wiederhole Lieder: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Entferne ein bestimmtes Lied aus der Warteschlange." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Nichts eingereiht." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "Warteschlange kann nicht geändert werden" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Du benötigst die DJ Rolle um Lieder zu entfernen." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Du musst dich in dem Sprachkanal befinden, um die Warteschlange zu verwalten." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Die Track Nummer muss zwischen 1 und der Anzahl an Tracks in der Warteschlange liegen." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Entfernt Titel aus der Warteschlange" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "{track} aus der Warteschlange entfernt." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Befördert einen Track mit einer bestimmten Nummer an die Spitze der Warteschlange." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "Titel konnte nicht an die Spitze gesetzt werden" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Du musst dich in dem Sprachkanal befinden, um einen Titel an den Anfang der Warteschlange zu schieben." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Du benötigst die DJ Rolle, um Titel an den Anfang zu schieben." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "Titel wurde an die Spitze der Warteschlange gesetzt." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Lösche eine gespeicherte EQ-Voreinstellung." + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "Voreinstellung konnte nicht gelöscht werden" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Du bist nicht der Ersteller dieser Voreinstellung." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Listet gespeicherte Equalizer-Presets auf." + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Keine gespeicherten Equalizer-Presets." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Bezeichnung der Voreinstellung" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Autor" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} Voreinstellung(en)" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Laden Sie eine gespeicherte Equalizer-Voreinstellung." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "Keine Voreinstellung gefunden" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "Voreinstellung konnte nicht geladen werden" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Du benötigst die DJ Rolle um Equalizer-Voreinstellungen zu laden." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "Setzen Sie den Equalizer für alle Bands auf 0 zurück." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "Kann Preset nicht ändern" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Du brauchst die DJ Rolle um die Playlist zu leeren." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "Equalizer-Werte wurden zurückgesetzt." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "Speichern Sie die aktuellen EQ-Einstellungen in einer Voreinstellung." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "Voreinstellung kann nicht gespeichert werden" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Sie benötigen die DJ-Rolle, um Equalizer-Voreinstellungen zu speichern." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Bitte geben Sie einen Namen für diese Equalizer-Voreinstellung ein." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "Sie haben keinen Namen für die Equalizer-Voreinstellung eingegeben, versuchen Sie den Befehl später erneut." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Bitte den Befehl mit einem kürzeren Namen erneut versuchen." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "Voreinstellungsname existiert bereits, möchten Sie ihn ersetzen?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Voreinstellung nicht speichern." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Lege einen EQ-Regler mit einer Reglernummer oder einem Namen und Wert fest.\n\n" +" Regler Positionen sind 1-15 und Werte haben einen Bereich von -0.25 bis 1.0.\n" +" Reglernamen sind 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k und 16k Hz.\n" +" Einen Reglerwert auf -0.25 setzen hebt diesen auf, während +0.25 verdoppelt.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Du benötigst die DJ-Rolle, um Equalizer-Voreinstellungen zu speichern." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "Ungültiges Band" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Gültige Bandnummern sind 1-15 oder die in der Hilfe für diesen Befehl aufgelisteten Bandnamen." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Voreinstellung geändert" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "Der {band_name}Hz wurde auf {band_value} gesetzt." + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Lavalink Server Konfigurationsoptionen." + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "Java Ausführungsdatei zurückgesetzt" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "Audio verwendet nun `java` um deine Lavalink.jar zu starten" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "`{java_path}` ist keine gültige ausführbare Datei" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "Java Ausführungsdatei geändert" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "Audio verwendet nun `{exc}` um deine Lavalink.jar zu starten" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Fehler beim Herunterfahren von Lavalink" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "Bitte laden Sie Audio neu (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "Schalte Benutzung von externem Lavalink Server um." + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Externer Lavalink Server: {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Lege den Lavalink Server Host fest." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Externer Lavalink Server gesetzt auf Wahr." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Host gesetzt auf {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Lege das Lavalink Server Passwort fest." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Server Passwort auf {password} gesetzt." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Lege den Lavalink Websocket Server Port fest." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Websocket Port auf {port} gesetzt." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "Verbindungseinstellungen" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "Host: [{host}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "WS Port: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "Rest Port: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "Passwort: [{password}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Befehle zur lokalen Wiedergabe." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Ordner nicht gefunden" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "Der Localtracks-Ordner namens {name} existiert nicht." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Keine Album-Ordner gefunden." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Sucht nach Tracks in allen lokalen Ordnern." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Keine Treffer." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Lasse Red eines ihrer Lieder singen." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Audio-Statistiken." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Keine Verbindungen." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "Spielt in {num}/{total} Serverm:" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Seite {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Position in Warteschlange (in Prozent)." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "Es ist nichts in der Warteschlange." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Eingereihte und spielende Titel:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Dieser Link ist nicht erlaubt." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Dieser Track ist nicht erlaubt." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Du benötigst die DJ Rolle um Titel einzureihen." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "Verbindung zu Lavalink ist fehlgeschlagen" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Bitte überprüfen Sie Ihre Konsole oder Protokolle für Details." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Du musst dich in dem Sprachkanal befinden, um den play Befehl zu verwenden." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "Keine Tracks für `{query} ` gefunden." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Maximale Warteschlangengröße erreicht." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Erzwinge die Wiedergabe einer URL oder Suche nach einem Track." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "Nur einzelne Tracks funktionieren mit Bump Play." + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Lokale Tracks funktionieren nicht, wenn die `Lavalink.jar` den Track nicht sehen kann.\n" +" Dies kann aufgrund von Berechtigungen oder weil Lavalink.jar auf einem anderen Rechner ausgeführt wird passieren." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "Track ist nicht abspielbar." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** ist kein vollständig unterstütztes Format und einige Titel werden möglicherweise nicht abgespielt." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Dieser Track ist auf diesem Server nicht erlaubt." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "Der Track überschreitet die maximale Länge." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time} bis zur Wiedergabe des Titels: #1 in der Warteschlange" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Titel eingereiht" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "Wählen Sie eine Spotify-Playlist aus einer Liste von Kategorien aus, um mit dem Abspielen zu beginnen." + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Der Besitzer muss die Spotify client ID und Spotify client secret festlegen, bevor Spotify URLs oder Codes verwendet werden können. \n" +"Siehe `{prefix}audioset spotifyapi` für eine Anleitung." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Der Besitzer muss der YouTube API schlüssel festlegen, bevor Spotify URLs oder Codes verwendet werden können. \n" +"Siehe `{prefix}audioset youtubeapi` für eine Anleitung." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "Du musst dich in einem Sprachkanal befinden, um den Genre-Befehl verwenden zu können." + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "Keine Kategorien gefunden" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "Keine Kategorien gefunden, versuche es später erneut." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Kategorien" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "Keine Kategorien ausgewählt. Versuche es später erneut." + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "Playlist für {friendly_name}" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Keine Titel zum Abspielen." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "Konnte keine Titel für die ausgewählte Playlist finden." + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Startet Automatische-Wiedergabe." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Du musst dich in einem Sprachkanal befinden, um den Automatischen wiedergabe Befehl verwenden zu können." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Kein gültiger Track gefunden." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Tracks können nicht abgerufen werden" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Ich bin momentan nicht in der Lage, einen Track von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Füge einen Track zur Warteschlange hinzu." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "Suche nach Titel nicht möglich" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Du musst dich in einem Sprachkanal befinden um Lieder einzureihen." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Nichts gefunden." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} Tracks können nicht zur Warteschlange hinzugefügt werden." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "Wartete {num} Spur(n).{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "Ordner" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "suche" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "{time} bis zum Start der {type} Wiedergabe: startet an #{position} in der Warteschlange" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "Playlist nicht gefunden" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "Es konnte kein Titel gefunden werden, der Ihrer Abfrage entspricht." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "Track überspringen" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} ist bereits in {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "Playlist-Limit erreicht: Titel konnte nicht hinzugefügt werden." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr " Titel hinzugefügt" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} wurde an {playlist} (`{id}`) [**{scope} **] angehängt." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{num} Tracks angehängt an {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} bereits in der Playlist und wurden übersprungen." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "spuren sind" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "spur ist" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "Playlist geändert" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "'{arg}' konnte keiner Playlist zugeordnet werden." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "die Globale" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Playlist kopiert" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Ungültiger Playlist-Name" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Playlist-Namen müssen ein einzelnes Wort sein (bis zu 32 Zeichen) und nicht nur Zahlen." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Playlist erstellt" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Leere Playlist {name} (`{id}`) [**{scope}**] erstellt." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "Playlist gelöscht" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "{name} (`{id}`) [**{scope}**] Playlist gelöscht." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "Playlist wurde nicht geändert" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "{name} (`{id}`) [**{scope}**] Playlist hat keine doppelten Lieder." + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Die Playlist hat keine Lieder." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "Diese Playlist ist zu groß, um auf diesem Server gesendet zu werden." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "Playlist ist zu groß, hier ist die komprimierte Version." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Unbekannt" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID: {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Titel: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Autor: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Geltungsbereich: {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "Die Warteschlange ist leer." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "URL ist nicht in der Playlist." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Keine Titel mehr übrig, entferne Playlist." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Playlist eingereiht" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Ungültige Playlist" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Benutzerdefinierte Playlist kann nicht aktualisiert werden." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Titel entfernt" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Seite {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Titel hinzugefügt" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "Keine Änderungen für {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Bitte lade die Playlist-Datei hoch. Weitere Nachrichten werden diesen Vorgang abbrechen." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Keine Datei erkannt, versuche es später erneut." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Upload abgebrochen." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "Nur Red Playlist-Dateien können hochgeladen werden." + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Keine gültige Playlist-Datei." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Diese Playlist ist zu groß." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "'{old}' Playlist wurde umbenannt in '{new}' (`{id}`) [**{scope}**]" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Listet die Lieder in der Playlist auf." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Leert die Playlist." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "Warteschlange kann nicht gelöscht werden" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "Du brauchst die DJ Rolle um die Playlist zu leeren." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "Warteschlange geändert" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "Die Playlist wurde geleert." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Entfernt Lieder von der Playlist, wenn der Autor nicht im Voice Channel ist." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "Warteschlange kann nicht gelöscht werden" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Du brauchst die DJ Rolle um die Playlist zu leeren." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "0 Lieder entfernt." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Titel aus der Warteschlange entfernt" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "Es wurden Lieder entfernt die von Leuten außerhalb des Voice Channels angefordert wurden: {removed_tracks}." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "Entfernt alle von dir angeforderten Titel aus der Warteschlange." + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "{removed_tracks} Titel in der Warteschlange von {member.display_name} entfernt." + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Durchsuche die Warteschlange." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "Mischt die Warteschlange." + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "Kann Warteschlange nicht mischen" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "Du brauchst die DJ-Rolle, um die Warteschlange zu mischen." + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "Die Warteschlange wurde gemischt." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..b0a668404ee1f019b88479c15093782a8c31e1dc --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/el-GR.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 676\n" +"Language: el_GR\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..3e006247f28865c2509323fe1c33eec752323be9 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/es-ES.po @@ -0,0 +1,3462 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 676\n" +"Language: es_ES\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Opciones de configuración de música." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Administra la lista blanca de palabras clave y lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Administra la lista blanca de palabras clave y lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Administra la lista de palabras clave globales." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Añade una palabra clave a la lista blanca.\n\n" +" Si algo se añade a la lista blanca, se mostrará en la lista negra de todo lo demás.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Esta palabra clave ya en la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Lista blanca modificada" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "`{whitelisted}` ha sido añadido a la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Lista de todas las palabras claves en la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Nada en la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Lista blanca global" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Elimina todas las palabras clave de la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Todas las entradas han sido eliminadas de la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Elimina una palabra clave de la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Eliminado `{whitelisted}` de la lista blanca." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Administra la lista negra de palabras clave globales." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Añade una palabra clave a la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Palabra clave ya en la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Lista negra modificada" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "Añadido `{blacklisted}` a la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Listar todas las palabras clave añadidas a la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Nada en la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Lista negra global" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Borrar todas las palabras clave añadidas a la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Todas las entradas han sido eliminadas de la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Elimina una palabra clave de la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "La palabra clave no está en la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Eliminado `{blacklisted}` de la lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Administra la lista blanca de palabras clave." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Lista blanca" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Administra la lista negra de palabras clave." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Lista negra" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Cambiar la configuración de autoreproducción." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Cambia la reproducción automática cuando no hay canciones en cola." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Juego automático cuando termine la cola: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Activado" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Desactivado" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"La repetición ha sido desactivada." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Se ha desactivado la desconexión automática al final de la cola." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Configuración cambiada" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Las listas de reproducción no están disponibles" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "La sección de lista de reproducción de audio no está disponible actualmente" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Revisa tus registros." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Lista de reproducción no encontrada" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "No se pudo emparejar '{arg}' a la lista de reproducción" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "No se encontraron canciones" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "La lista {name} no tiene canciones." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "La lista de reproducción {id} no existe en {scope}." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Faltan argumentos" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Necesitas especificar el ID del gremio para la búsqueda de la hermandad." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "Lista de reproducción {name} (`{id}`) [**{scope}**] se utilizará para la reproducción automática." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Restablece la reproducción automática a la lista de reproducción predeterminada." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Establecer lista de reproducción automática para reproducir pistas reproducidas recientemente." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Alternar colas diarias globales.\n\n" +" Las colas diarias globales crean una lista de reproducción para todas las pistas reproducidas hoy.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Colas diarias globales: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Alterna las colas diarias.\n\n" +" Las colas diarias crean una lista de reproducción para todas las pistas reproducidas hoy.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Colas diarias: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Desconectar automáticamente el bot al terminar de reproducir.\n\n" +" Esta configuración tiene precedencia sobre `[p]audioset empty disconnect`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Desconexión automática en el final de la cola: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Se ha desactivado la reproducción automática." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Activar modo DJ.\n\n" +" El modo DJ permite a los usuarios con el rol de DJ usar comandos de audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Falta el rol de DJ" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Por favor, establezca un rol para usar con el modo DJ. Introduzca el nombre de rol o ID ahora." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Respuesta expirada, inténtalo de nuevo más tarde." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ role: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Desconexión automática del canal cuando el bot está solo en él durante x segundos, 0 para desactivar.\n\n" +" `[p]dc` audioset tiene precedencia sobre este ajuste.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Hora inválida" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Los segundos no pueden ser menos de cero." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Desconexion vacia desactivada." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Se ha establecido un temporizador de desconexión en {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Pausar automáticamente después de x segundos cuando la habitación está vacía, 0 para desactivar." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Pausa vacía desactivada." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Temporizador de pausa vacío establecido en {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Priorizar pistas con letras." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Preferir pistas con letras: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Establecer un precio para encolar pistas para no-mods, 0 para desactivar." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Precio inválido" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "El precio no puede ser inferior a cero." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Modo Jukebox desactivado." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Rastrear el precio de comando en cola establecido en {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Establezca la ruta de las pistas locales si el Lavalink.jar no se ejecuta desde la carpeta de datos de audio.\n\n" +" Deje la ruta en blanco para restablecer la ruta por defecto, el directorio de datos de audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "La ubicación de las rutas locales se ha restablecido a {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "Esta configuración es sólo para los propietarios de bots para establecer una ubicación de carpeta localtracks en el ejemplo de abajo, la ruta completa para 'ParentDirectory' debe ser pasada a este comando.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (carpeta)\n" +" | |__ Nombre del álbum (carpeta)\n" +" | |__01 Cool Song. p3\n" +" | |__02 Groovy Song. p3\n" +"```\n" +"La ruta de carpeta dada a este comando debe contener la carpeta localtracks.\n" +"**Esta carpeta y los archivos deben ser visibles para el usuario desde donde se ejecuta `Lavalink.jar`. *\n" +"Utilice este comando sin ninguna ruta dada para restablecerlo al valor por defecto, el directorio de datos de audio para este bot.\n" +"¿Quieres continuar estableciendo la ruta proporcionada para las pistas locales?" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Ruta no válida" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} no parece una ruta válida." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` no existe. La ruta aún se guardará, pero por favor revisa la ruta y crea una carpeta localtracks en `{localfolder}` antes de intentar reproducir pistas locales." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Entorno no válido" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "La ubicación de las rutas locales se ha establecido en {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Longitud máxima de una pista a la cola en segundos, 0 para desactivar.\n\n" +" Acepta segundos o un valor formateado como 00:00:00 (`hh:mm:ss`) o 00:00 (`mm:ss`). La entrada\n" +" no válida desactivará la configuración de longitud máxima.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Longitud inválida" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "La longitud no puede ser inferior a cero." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Longitud máxima de pista desactivada." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Longitud máxima de la pista establecida a {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Alternar anuncio de la pista y otros mensajes de bot." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "Notificar modo: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "Cambia si el bot será ensordecido automáticamente al unirse al canal de voz." + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Auto Deafen: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "Cambie la restricción de dominio en Audio.\n\n" +" Cuando está desactivado, los usuarios podrán reproducir canciones desde sitios web y enlaces no comerciales.\n" +" Cuando está activado, los usuarios están restringidos a YouTube, SoundCloud, Mixer, Vimeo, Twitch, y\n" +" enlaces de Bandcamp.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Enlaces comerciales solamente: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Establecer el rol para el modo DJ." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Configuración cambiada" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "Rol de DJ establecido a: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Mostrar los ajustes actuales." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Ajustes del servidor" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Desconexión automática: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Reproducción automática: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Desconectar temporizador: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Temporizador de parada automática: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "Rol de DJ: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Jukebox: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Precio de comando: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Longitud máxima de la pista: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "Repetir: [{repeat}]\n" +"Mezclar: [{shuffle}]\n" +"Mezclado bumpedo: [{bumpped_shuffle}]\n" +"Notificar a la canción: [{notify}]\n" +"Ponerse como estado: [{status}]\n" +"Persistir cola: [{persist_queue}]\n" +"Búsqueda de Spotifique: [{countrycode}]\n" +"Auto-sordos: [{auto_deafen}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Miniaturas: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Salto de voto: [{vote_enabled}]\n" +"Porcentaje de salto: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Servidor" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Usuario" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Global" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "En Caché" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "US Top 100" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Ajustes de reproducción automática" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Nombre de la lista: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "ID de la lista: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Ámbito de la playlist: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Ajustes de caché" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Edad máxima: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Caché de Spotify local: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Caché local de Youtube: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Caché local de Lavalink: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "días" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "Ajustes de usuario" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Búsqueda de Spotify: [{country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Ajustes de Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Versión de Cog: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "Red-Lavalink: [{lavalink_version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Servidor externo: [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "Construcción de Lavalink: [{llbuild}]\n" +"Rama Lavalinink: [{llbranch}]\n" +"Fecha de lanzamiento: [{build_time}]\n" +"Versión de Lavaplay: [{lavaplayer}]\n" +"Versión de Java: [{jvm}]\n" +"Ejecutable de Java: [{jv_exec}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Ruta local: [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "Envía los registros del servidor Lavalink a tus DMs." + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "No se encontraron registros en su carpeta de datos." + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "Los registros son demasiado grandes, puedes encontrarlos en {path}" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "Necesito ser capaz de DM para enviarte los registros." + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Activar/desactivar los títulos de las pistas como estado." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Títulos de canciones como estado: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Cambiar a mostrar una miniatura en los mensajes de audio." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Visualización de miniatura: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "Porcentaje necesario para que los no-mods se salten las pistas, 0 para desactivar." + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Votación deshabilitada. Todos los usuarios pueden usar comandos de gestión de colas." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Porcentaje de voto establecido a {percent}%." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "Instrucciones para establecer la clave API de YouTube." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Instrucciones para establecer los tokens de la API de Spotify." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. Ve a los desarrolladores de Spotify y inicia sesión con tu cuenta de Spotify.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Haga clic en \"Crear una aplicación\".\n" +"3. Rellene el formulario proporcionado con su nombre de aplicación, etc.\n" +"4. Cuando se le pregunte si está desarrollando integración comercial seleccione \"No\".\n" +"5. Aceptar los términos y condiciones.\n" +"6. Copia tu ID de cliente y tu secreto de cliente en:\n" +"`{prefix}establece api spotify client_id, client_secret,`" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Establece el código de país para las búsquedas de Spotify." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Código de país no válido" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "Por favor, utiliza un código oficial [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)." + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Código de país establecido a {country}." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "Establece el nivel de caché.\n\n" +" El nivel puede ser uno de los siguientes:\n\n" +" 0: Deshabilita todos los cachés\n" +" 1: Habilita la caché de Spotify\n" +" 2: Habilita la caché de YouTube\n" +" 3: Habilita la caché de Lavalink\n" +" 5: Habilita todos los cachés\n\n" +" Si desea desactivar un caché específico use un número negativo.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Edad máxima: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Caché de Spotifify: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Caché de YouTube: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Caché Lavalink: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Establece la edad máxima del caché.\n\n" +" Este comando te permite establecer el número máximo de días antes de que una entrada en el caché sea\n" +" inválida.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "La edad de la caché no puede ser inferior a 7 días. Si deseas deshabilitarla ejecuta {prefix}audioset.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "He establecido la edad de caché a {age} días" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "Alternar colas persistentes.\n\n" +" Las colas persistentes permiten restaurar la cola actual cuando la cola se cierre.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "Persistentes en colas: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "Reinicia la conexión de lavalink." + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "Reiniciando Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "Lavalink puede tardar un par de minutos en ponerse en marcha completamente." + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Desconectar del canal de voz." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Nada en reproducción." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "No se puede desconectar" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Hay otras personas que están escuchando: voten a favor de saltarse en su lugar." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Necesitas el rol de DJ para desconectarte." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "No se puede desconectar" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Desconectando..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Reproduciendo." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Solicitado por: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Nada." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Escuchando" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Auto-Jugar" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Aleatorio" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Repetir" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Pausar o reanudar una pista de reproducción." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "No se puede administrar pistas" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Debes estar en el canal de voz para pausar o reanudar." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Necesitas el rol de DJ para pausar o reanudar pistas." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Canción pausada" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Canción reanudada" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Saltar al inicio de la pista previamente reproducida." + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "No se pueden omitir pistas" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Debes estar en el canal de voz para saltar la pista." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "Necesitas el rol de DJ o ser el solicitante de la pista para encolar las pistas de canciones anteriores." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "No se puede reproducir pistas" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "No hay rastro anterior." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Reproduciendo pista" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Busque adelante o detrás en una pista por segundos o a un tiempo específico.\n\n" +" Acepta segundos o un valor formateado como 00:00:00 (`hh:mm:ss`) o 00:00 (`mm:ss`).\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "No se puede buscar pistas" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "Debes estar en el canal de voz para usar la búsqueda." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "Necesita el rol de DJ o ser el solicitante de la pista para usar buscar." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "No se puede buscar en una secuencia." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Entrada no válida para el tiempo a buscar." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "{num_seconds}s movidos a 00:00:00" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "{num_seconds}s movidos a {time}" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Movido a {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Alternar aleatorio." + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "No se puede alternar el aleatorio" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Necesitas el rol del DJ para cambiar el aleatorio." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Debes estar en un canal de voz para cambiar el aleatorio." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Rastros Aleatorios: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "Alterna el barbecho de la pista.\n\n" +" Establece esto como deshabilitado si deseas evitar que las canciones volteadas se muevan. Esto tiene prioridad\n" +" sobre `[p]shuffle`.\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "Pistas volteadas Aleatoriamente: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Pasar a la siguiente pista, o a un número de pista." + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Debes estar en el canal de voz para omitir la música." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "Necesita el rol de DJ o ser el solicitante de la pista para saltar pistas." + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Sólo puede saltarse la pista actual." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "No se puede saltar a una pista específica en modo de voto sin el rol de DJ." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "He retirado su voto para saltar." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Has votado para saltar." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Umbral de voto alcanzado." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " Votos: {num_votes}/{num_members} ({cur_percent}% de {required_percent}% necesario)" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "Detener la reproducción y borrar la cola." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "No se puede detener el reproductor" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Debes estar en el canal de voz para detener la música." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Necesitas el rol del DJ para detener la música." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Deteniendo..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Invoca al bot a un canal de voz." + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "No se puede unir al canal de voz" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Hay otras personas escuchando." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Necesitas el rol del DJ para invocar al bot." + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "No tengo permisos para conectarme o hablar en tu canal." + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Conéctate a un canal de voz primero." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Aún no se ha establecido la conexión con Lavalink." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Establecer el volumen, 1% - 150%." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Volumen actual:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "No se puede cambiar el volumen" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Debes estar en el canal de voz para cambiar el volumen." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Necesitas el rol de DJ para cambiar el volumen." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Volumen:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Alternar repetición." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "No se puede alternar repetición" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Necesitas el rol del DJ para repetir." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Debes estar en el canal de voz para repetir." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Repetir pistas: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Elimina un número de pista específico de la cola." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Nada en cola." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "No se puede modificar la cola" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Necesitas el rol de DJ para eliminar pistas." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Debes estar en el canal de voz para administrar la cola." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "El número de canción debe ser mayor que 1 y dentro del límite de cola." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Eliminado el track de la cola" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "Eliminado {track} de la cola." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "0 pistas eliminadas, nada coincide con la URL proporcionada." + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "Se han eliminado {removed_tracks} pistas de la cola que coinciden con la URL proporcionada." + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Volcar un número de pista a la parte superior de la cola." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "No se puede volcar la pista" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Debes estar en el canal de voz para saltar una pista." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Necesitas el rol del DJ para saltar pistas." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "Se ha movido la pista a la parte superior de la cola." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Gestión del ecualizador.\n\n" +" Las posiciones de la banda son 1-15 y los valores tienen un rango de -0.25 a 1.0.\n" +" Los nombres de las bandas son 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6 k, 2.5k, 4k,\n" +" 6.3k, 10k y 16k Hz.\n" +" Estableciendo un valor de banda a -0.25 lo nulifica mientras que +0.25 lo duplica.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Eliminar un ajuste de eq guardado." + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "No se puede eliminar el ajuste" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Usted no es el autor de esa configuración predeterminada." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Lista de ajustes de eq guardados." + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "No hay ajustes de ecualizador guardados." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Nombre de ajuste" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Autor" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} preset(s)" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Cargar un ajuste de eq guardado." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "No se encontró Preset" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "No se puede cargar el ajuste" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Necesitas el rol de DJ para cargar los ajustes predeterminados del ecualizador." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "Reinicia el eq a 0 en todas las bandas." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "No se puede modificar el ajuste" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Necesitas el rol de DJ para restablecer el ecualizador." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "Los valores del ecualizador se han restablecido." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "Guarde los ajustes actuales de eq en un ajuste predeterminado." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "No se puede guardar el ajuste" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Necesitas el rol de DJ para guardar los ajustes predeterminados del ecualizador." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Por favor, introduzca un nombre para este ecualizador predefinido." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "No se ha introducido el nombre predefinido del ecualizador, intente el comando de nuevo más tarde." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Vuelve a intentar el comando con un nombre más corto." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "El nombre predefinido ya existe, ¿quieres reemplazarlo?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "No se ha guardado el predeterminado." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "Ecualizador actual guardado en el preset {preset_name}." + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Establece una banda eq con un número de banda o nombre y valor.\n\n" +" Las posiciones de la banda son 1-15 y los valores tienen un rango de -0. 5 a 1.0.\n" +" Los nombres de las bandas son 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1. k, 2.5k, 4k,\n" +" 6.3k, 10k y 16k Hz.\n" +" Establecer un valor de banda a -0. 5 anulifica mientras que +0.25 es doble.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "No se puede establecer ajuste" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Necesita el rol de DJ para establecer presets del ecualizador." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "Banda inválida" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Los números de banda válidos son 1-15 o los nombres de banda listados en la ayuda para este comando." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Modificado preajuste" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "La banda Hz {band_name}se ha establecido en {band_value}." + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Opciones de configuración del servidor Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "Cambie su ruta ejecutable de Java\n\n" +" No introduzca nada para restablecer al valor predeterminado.\n" +" " + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "No se puede cambiar la ruta ejecutable de Java de instancias externas de Lavalink desde el Audio Cog." + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "Reiniciar ejecutable de Java" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "El audio utilizará ahora `java` para ejecutar tu Lavalink.jar" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "`{java_path}` no es un ejecutable válido" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "Java Ejecutable cambiado" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "El audio ahora usará `{exc}` para ejecutar tu Lavalink.jar" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Fallo al apagar Lavalink" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Para que surta efecto, por favor recarga Audio (`{prefix}recargar audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "Por favor, recarga Audio (`{prefix}recargar audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "Alternar usando servidores Lavalink externos." + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Servidor Lavalink Externo: {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Servidor Lavalink externo: {true_or_false}\n" +"Para que surta efecto recarga Audio (`{prefix}recargar audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Establece el servidor Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Servidor Lavalink externo establecido en True." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Host establecido en {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Establece la contraseña del servidor Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Contraseña del servidor establecida a {password}." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Establecer el puerto del servidor websocket de Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Puerto de Websocket establecido en {port}." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "Mostrar configuración de conexión Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "Configuración de conexión" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "Host: [{host}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "Puerto WS: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "Puerto de reposo: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "Contraseña: [{password}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "Necesito ser capaz de DM para enviarte esta información." + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Comandos de reproducción locales." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "Reproducir todas las canciones de una carpeta de pistas local.\n\n" +" **Uso**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Abre un menú para elegir una carpeta en cola.\n\n" +" ​ ​ `[p]local folder nombre_carpeta`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Pon en cola todas las pistas dentro de la carpeta.\n" +" " + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Carpeta no encontrada" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "La carpeta Localtracks llamada {name} no existe." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "Reproducir una pista local.\n\n" +" Para reproducir una pista local, o bien utilice el menú para elegir una pista o introduzca la ruta de la pista directamente con el comando de reproducción.\n" +" Para reproducir una carpeta completa, usa `[p]help local folder` para las instrucciones.\n\n" +" **Uso**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Abrir un menú para elegir una pista.\n\n" +" ​ ​ ​ `[p]play localtracks\\carpeta_album\\titulo_canción.mp3`\n" +" ​ ​ ​ `[p]play carpeta_album\\titulo_canción.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Utilice un enlace directo en relación a la carpeta localtracks.\n" +" " + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "No se encontraron carpetas de álbumes." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Buscar canciones en todas las carpetas de las pistas locales." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "No hay coincidencias." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Haz que el rojo cante una de sus canciones." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Estadísticas de audio." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "No conectado en ninguna parte." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "Reproduciendo en {num}/{total} servidores:" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Página {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Porcentaje de cola." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "No hay nada en la cola." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Pistas en cola y reproduciendo:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "Reproducir la pista especificada o buscar un resultado similar.\n\n" +" Para reproducir una pista local, la consulta debe ser `\\`.\n" +" Si eres el propietario del bot, usa `[p]audioset info` para mostrar tu ruta de pistas locales.\n" +" " + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Esta URL no está permitida." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Esta canción no está permitida." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Necesitas el rol de DJ para hacer colas." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "La conexión a Lavalink ha fallado" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Por favor, comprueba tu consola o registros para más detalles." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Debes estar en el canal de voz para usar el comando de reproducción." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "No se han encontrado pistas para `{query}`." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Límite de cola alcanzado." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Forzar la reproducción de una URL o buscar una pista." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "Sólo las pistas simples funcionan con modo volcado." + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Las pistas locales no funcionarán si el `Lavalink.jar` no puede ver la pista.\n" +"Esto puede deberse a permisos o porque Lavalink.jar se está ejecutando en una máquina diferente a las pistas locales." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "La pista no es reproducible." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** no es un formato totalmente soportado y algunas pistas pueden no reproducirse." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Esta pista no está permitida en este servidor." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "La pista excede la longitud máxima." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time} hasta la reproducción de la pista: #1 en cola" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Pista en cola" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "Elige una lista de reproducción de Spotify de una lista de categorías para empezar a jugar." + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "El propietario necesita establecer el ID del cliente de Spotify y el secreto del cliente de Spotify, antes de que se puedan usar las URLs o códigos de Spotify. \n" +"Ver `{prefix}audioset spotifyapi` para instrucciones." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "El propietario necesita establecer el ID del cliente de Spotify y el secreto del cliente de Spotify, antes de que se puedan usar las URLs o códigos de Spotify. \n" +"Ver `{prefix}audioset spotifyapi` para instrucciones." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "Debes estar en el canal de voz para usar el comando de género." + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "No se encontraron categorías" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "No se encontraron categorías, inténtalo de nuevo más tarde." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Categorías" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "No hay categorías seleccionadas, inténtalo de nuevo más tarde." + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "Listas de reproducción para {friendly_name}" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "No hay pistas para jugar." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "No se pudo encontrar pistas para la lista de reproducción seleccionada." + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Comienza la reproducción automática." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Debes estar en el canal de voz para usar el comando de reproducción automática." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "No se pudo obtener una pista válida." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "No se puede obtener la pista" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "No puedo obtener una pista de Lavalink en este momento, inténtalo de nuevo en unos minutos." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Añadiendo un track a la cola." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "Elige una pista con una búsqueda.\n\n" +" Use `[p]lista de búsqueda ` para poner en cola todas las pistas encontradas en YouTube. Usa `[p]buscar sc\n" +" ` para buscar en SoundCloud en lugar de YouTube.\n" +" " + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "No se puede buscar pistas" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Debes estar en el canal de voz para encolar pistas." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Nada encontrado." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} pistas no pueden ser puestas en cola." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "{num} pista(s) en cola.{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "carpeta" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "buscar" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "{time} hasta el inicio de la reproducción de {type}: comienza en #{position} en cola" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "Opciones de configuración de la lista de reproducción.\n\n" +" Información del alcance:\n" +" **Global**:\n" +" Tecnológico y visible para todos los usuarios de este bot.\n" +" Adicionalmente, el dueño del bot sólo puede editarse.\n" +" Sí** **Gremio**:\n" +" Tecnológico y Visible para todos los usuarios en este gremio.\n" +" Ser dueño del bot, propietario del gremio, administradores de hermandad, mods de hermandad, rol de DJ y creador de listas de reproducción.\n" +" Ninguno: **Usuario**:\n" +" Adicionalmente  si --author es aprobado.\n" +" Creador y creador de bots. Editable por el propietario del bot.\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "Lista no encontrada" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "No se pudo encontrar una pista que coincida con su consulta." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "Saltando pista" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} ya está en {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "Límite de la lista de reproducción alcanzado: No se pudo añadir la pista." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "Pista añadida" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} añadido a {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{num} pistas añadidas a {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} ya está en la lista de reproducción y se han omitido." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "pistas son" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "pista es" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "Lista de reproducción modificada" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "No se pudo igualar '{arg}' a una lista de reproducción." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "el Global" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Lista de reproducción copiada" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "Lista de reproducción {name} (`{from_id}`) copiado de {from_scope} a {to_scope} (`{to_id}`)." + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Nombre de la lista de reproducción no válido" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Los nombres de las listas de reproducción deben ser una sola palabra (hasta 32 caracteres) y no sólo números." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Lista de reproducción creada" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Lista de reproducción {name} vacía (`{id}`) [**{scope}**] creada." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "Lista de reproducción eliminada" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "{name} (`{id}`) [**{scope}**] lista de reproducción eliminada." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "Se han eliminado {track_diff} pistas duplicadas de {name} (`{id}`) [**{scope}**] playlist." + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "La lista de reproducción no ha sido modificada" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "{name} (`{id}`) [**{scope}**] playlist no tiene pistas duplicadas." + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Esa lista de reproducción no tiene pistas." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "Esta lista es demasiado grande para ser enviada en este servidor." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "La lista de reproducción es demasiado grande, aquí está la versión comprimida." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "Lista de reproducción para {playlist_name} (`{id}`) [**{scope}**]:\n" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "Información de la lista de reproducción para {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Desconocido" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "Página {page}/{pages} | Autor: {author_name} | {num} pista(s)" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "No hay listas de reproducción guardadas disponibles en este servidor." + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "No hay listas de reproducción guardadas para {scope} creadas por {author}." + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "No hay listas de reproducción guardadas para {scope}." + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID: {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Canciones: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Autor: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Alcance: {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "No hay nada en la cola." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "Lista de reproducción {name} (`{id}`) [**{scope}**] guardada de la cola actual: {num} pistas añadidas." + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "Límite de lista de reproducción alcanzado: No se pudo añadir {} pistas." + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "URL no en la lista de reproducción." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "No quedan canciones, eliminando la lista de reproducción." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "{num} entradas han sido eliminadas de la lista de reproducción {playlist_name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "La pista ha sido eliminada de la lista de reproducción: {playlist_name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "Lista de reproducción {name} (`{id}`) [**{scope}**] guardado: {num} pistas añadidas." + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "No se pudo crear la lista de reproducción" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "No se puede crear tu lista de reproducción." + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "Necesitas el rol de DJ para empezar a jugar listas de reproducción." + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Lista de reproducción en cola" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{name} - (`{id}`) [**{scope}**]\n" +"Se añadieron {num} pistas a la cola.{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Lista de reproducción inválida" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Las listas de reproducción personalizadas no pueden ser actualizadas." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Pistas eliminadas" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Página {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Pistas añadidas" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "No hay cambios para {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Por favor, sube el archivo de la lista de reproducción. Cualquier otro mensaje cancelará esta operación." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Ningún archivo detectado, inténtelo de nuevo más tarde." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Carga cancelada." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "Sólo se pueden subir archivos de listas de reproducción rojas." + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "No es un archivo de lista de reproducción válido." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Esta lista es demasiado grande." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n" +" ** Uso **: \n" +" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Los siguientes son todos opcionales: \n" +" --scope \n" +" --autor [user] \n" +" --Gremio [guild] ** Solo el propietario del bot puede usar este ** \n\n" +" ** Alcance ** es uno de los siguientes: \n" +" Gremio \n" +" global \n" +" Usuario \n\n" +" ** Autor ** puede ser uno de los siguientes: \n" +" ID de usuario \n" +" Mención de usuario \n" +" Nombre de usuario # 123 \n\n" +" ** Gremio ** puede ser uno de los siguientes: \n" +" Gremio ID \n" +" Nombre exacto del gremio \n\n" +" Ejemplo de uso: \n" +" `[p]audioset autoplay MyGuildPlaylist` \n" +"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n" +"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "'{old}' lista de reproducción ha sido renombrada a '{new}' (`{id}`) [**{scope}**]" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Listar las canciones en cola." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Limpia la cola." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "No se puede borrar la cola" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "Necesitas el rol de DJ para borrar la cola." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "Cola modificada" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "La cola ha sido limpiada." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Elimina canciones de la cola si el solicitante no está en el canal de voz." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "No se puede limpiar la cola" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Necesitas el rol de DJ para limpiar la cola." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "0 pistas eliminadas." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Pistas eliminadas de la cola" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "Se eliminaron {removed_tracks} pistas en cola por miembros fuera del canal de voz." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "Elimina todas las pistas solicitadas de la cola." + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "Se han eliminado {removed_tracks} pistas en cola por {member.display_name}." + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Buscar en la cola." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "Mezclar la cola." + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "No se puede mezclar la cola" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "Necesitas el rol del DJ para barrer la cola." + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "Reproducción aleatoria activada." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..0f1adabebb6c3a2263d89b4ec461bb24f6125e7e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/fi-FI.po @@ -0,0 +1,3063 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 676\n" +"Language: fi_FI\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Musiikin konfirugointi asetukset." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Hallitse avainsana valkoista- ja mustaalistaa." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Hallitse globaalin avainsana valkoista/mustaalistaa." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Hallitse globaalin avainsanan valkoistalistaa." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Lisää avainsanan valkoiselle listalle.\n\n" +" Jos jotain lisätään valkoiselle listalle, se mustalla listalla kaikki muu.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Avainsanat ovat jo valkoisella listalla." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Valkoista Listaa Muokattu" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "Lisätty `{whitelisted}` valkoiselle listalle." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Listaa kaikki valkoiselle listalle lisätyt avainsanat." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Ei mitään valkoisella listalla." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Globaali valkoinen lista" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Tyhjennä kaikki avainsanat valkoiselta listalta." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Kaikki merkinnät on poistettu valkoiselta listalta." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Tyhjennä kaikki avainsanat valkoiselta listalta." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Lisätty `{whitelisted}` valkoiselle listalle." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Hallitse globaalin avainsanan valkoistalistaa." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Lisätty estettyjen luetteloon." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Avainsanat ovat jo valkoisella listalla." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Mustaa listaa muokattu" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "Lisätty `{blacklisted}` mustalle listalle." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Listaa kaikki mustalle listalle lisätyt avainsanat." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Mustalla listalla ei ole mitään." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Palvelinten välinen musta lista" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Tyhjennä kaikki mustalle listalle lisätyt avainsanat." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Kaikki merkinnät on poistettu mustalta listalta." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Poistaa avainsanan mustalta listalta." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Avainsana ei ole mustalla listalla." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Poistettu `{blacklisted}` mustalta listalta." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Hallitsee avainsanojen valkoista listaa." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Valkoinen lista" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Hallitsee avainsanojen mustaa listaa." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Musta lista" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Muuta automaattisen toiston asetusta." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Vaihda automaattisen toiston tilaa, kun jonossa ei ole kappaleita." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Toista automaattisesti, kun jono loppuu: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Käytössä" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Ei käytössä" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"Uudelleentoisto on poistettu käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Yhteyden katkaisu jonon lopussa on poistettu käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Asetus muutettu" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Soittolistat eivät ole saatavilla" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "Soittolistaosio Audio:ssa ei ole juuri nyt saatavilla" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Tarkista logisi." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Soittolistaa ei löytynyt" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Soittolistaa joka täsmäisi '{arg}' ei löydetty" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Kappaleita ei löytynyt" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "Soittolistalla {name} ei ole kappaleita." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "Soittolistaa {id} ei löydy {scope}-tasolla." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Argumentteja puuttuu" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Sinun tulee antaa palvelimen ID sen tietojen etsimiseksi." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "Soittolistaa {name} (`{id}`) [**{scope}**] käytetään automaattiseen toistoon." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Nollaa automaattisen toiston oletussoittolistaan." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Asettaa automaattisen toiston soittolistan viimeksi toistettuihin kappaleisiin." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Vaihda globaalien päivittäisten jonojen tilaa.\n\n" +" Globaalit päivittäiset jonot luovat soittolistan päivän aikana toistetuista kappaleista.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Globaalit päivittäiset jonot: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Vaihda päivittäisten jonojen tilaa.\n\n" +" Päivittäiset jonot luovat soittolistan kaikista päivän aikana toistetuista kappaleista.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Päivittäiset jonot: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Vaihda botin automaattisen katkaisun tilaa jonon loppuessa.\n\n" +" Tämä asetus ohittaa `[p]audioset emptydisconnect`-asetuksen.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Katkaise yhteys jono loppuessa: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Automaattinen toisto on poistettu käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Vaihda DJ-tilaa.\n\n" +" DJ-tila sallii DJ-roolin omaavien käyttäjien käyttää Audio-komentoja.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Puuttuva DJ-rooli" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Aseta rooli, jota käytetään DJ-tilassa. Syötä roolin nimi tai ID nyt." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Vastaus aikakatkaistiin, yritä uudelleen myöhemmin." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ-rooli: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Katkaise yhteys puhekanavaan kun botti on ollut sillä yksin x sekuntia, 0 poistaa ominaisuuden käytöstä.\n\n" +" `[p]audioset dc` ohittaa tämän asetuksen.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Virheellinen ajanmääre" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Sekuntien määrän tulee olla suurempi kuin nolla." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Yhteyden katkaisu kanavan ollessa tyhjänä poistettu käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Tyhjän kanavan yhteyden katkaisemisen viiveeksi asetettiin {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Automaattinen pysäytys x sekunnin jälkeen kun kanava on tyhjä, 0 poistaa ominaisuuden käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Automaattinen tauko tyhjällä kanavalla poistettu käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Automaattisen tauon viiveeksi asetettiin {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Priorisoi kappeleita joissa on lyriikat." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Suosi kappaleita joissa on lyriikat: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Aseta hinta ei-moderaattorien kappaleiden lisäämiselle, 0 poistaaksesi ominaisuuden käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Virheellinen hinta" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Hinta ei voi olla pienempi kuin nolla." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Jukebox-tila poistettu käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Kappaleiden lisäämisen hinnaksi asetettiin {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "Paikallisten kappaleiden tiedostopolku nollattiin arvoon {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Virheellinen polku" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} ei vaikuta oikeanlaiselta polulta." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` ei ole olemassa. Polku tallennetaan joka tapauksessa, mutta tarkista polku ja luo localtracks -kansio sijaintiin`{localfolder}` ennen paikallisten kappaleiden toistamista." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Virheellinen ympäristö" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "Paikallisten kappaleiden sijainniksi asetettiin {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Kappaleen maksimipituus sekunteina, 0 poistaaksesi ominaisuuden käytöstä.\n\n" +" Hyväksyy luvun sekunteina tai muodossa 00:00:00 (`hh:mm:ss`) tai 00:00 (`mm:ss`). Virheellinen\n" +" syöte poistaa maksipituuden käytöstä.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Virheellinen pituus" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "Pituus ei voi olla pienempi kuin nolla." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Kappaleiden maksimipituus on poistettiin käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Kappaleen maksimipituudeksi asetettiin {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Vaihda kappaleiden ilmoitusten ja muiden botin viestien lähettämisen tilaa." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "Ilmoitustila: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "Vaihda onko botti automaattisesti hiljennettynä liittyessään puhekanavalle." + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Automaattinen hiljennys: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Vain kaupalliset linkit: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Aseta rooli jota käytetään DJ-tilassa." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Asetukset muutettu" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "DJ-rooliksi asetettu: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Näytä nykyiset asetukset." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Palvelimen asetukset" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Automaattinen yhteyden katkaisu: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Automaattinen toisto: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Yhteyden katkaisun viive: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Automaattisen tauon viive: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "DJ-rooli: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Jukebox-tila: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Komennon hinta: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Kappaleen maksimipituus: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "Uudelleentoisto: [{repeat}]\n" +"Sekoitus: [{shuffle}]\n" +"Sekoita nostetut: [{bumpped_shuffle}]\n" +"Ilmoita kappaleista: [{notify}]\n" +"Kappaleet tilana: [{status}]\n" +"Säilytä jono: [{persist_queue}]\n" +"Spotify-haku: [{countrycode}]\n" +"Automaattinen hiljennys: [{auto_deafen}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Pikkukuvat: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Ohitus äänestämällä: [{vote_enabled}]\n" +"Ohitusprosentti: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Palvelin" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Käyttäjä" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Globaali" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "Välimuistissa" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "US Top 100" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Automaattisen toiston asetukset" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Soittolistan nimi: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "Soittolistan ID: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Soittolistan taso: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Välimuistin asetukset" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Maksimi-ikä: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Paikallinen Spotify-välimuisti: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Paikallinen YouTube-välimuisti: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Paikallinen Lavalink-välimuisti: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "päivää" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "Käyttäjäasetukset" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Spotify-haku: [{country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Lavalink-asetukset" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Cog-versio: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Ulkoinen palvelin: [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "Lavalink-koontiversio: [{llbuild}]\n" +"Lavalink-haara: [{llbranch}]\n" +"Julkaisupäivä: [{build_time}]\n" +"Lavaplayer-versio: [{lavaplayer}]\n" +"Java-versio: [{jvm}]\n" +"Java-tiedosto: [{jv_exec}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Paikallisten kappaleiden polku: [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "Lähettää Lavalink-logit sinulle yksityisviestillä." + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "Logeja ei löytynyt datakansiostasi." + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "Logit ovat liian suuret, voit löytää ne täältä: {path}" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "Minun pitää pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää logit." + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Ota käyttöön/Poista käyttöön kappaleiden nimet botin tilana." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Kappaleiden nimet tilana: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Vaihda näytetäänkö pikkukuvat viesteissä." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Pikkukuvien näyttäminen: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "Äänestysprosentti joka tarvitaan että ei-moderaattorit voivat ohittaa kappaleita, 0 poistaa ominaisuuden käytöstä." + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Äänestys on poistettu käytöstä. Kaikki käyttäjät voivat käyttää jononhallintakomentoja." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Tarvittavaksi ääniprosentiksi asetettiin {percent}%." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "Ohjeet YouTube API -avaimen asettamiseksi." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Ohjeet Spotify API -tokenien asettamiseksi." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. Mene Spotify kehittäjäsivustolle ja kirjaudu sisään.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Klikkaa \"Create An App\".\n" +"3. Täytä lomakkeeseen tiedot sovelluksestasi: nimi, jne.\n" +"4. Kun sinulta kysytään teetkö kauppalista integraatiota, vastaa \"No\".\n" +"5. Hyväksy käyttöehdot.\n" +"6. Kopioi client ID ja client secret komentoon:\n" +"`{prefix}set api spotify client_id client_secret `" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Aseta Spotify-hauissa käytettävä maakoodi." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Virheellinen maakoodi" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "Käytäthän virallista [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) maakoodia." + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Maakoodiksi asetettiin {country}." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "Asettaa välimuistin tason.\n\n" +" Taso voi olla joku seuraavista:\n\n" +" 0: Ei mitään välimuistia\n" +" 1: Ottaa Spotify-välimuistin käyttöön\n" +" 2: Ottaa YouTube-välimuistin käyttöön\n" +" 3: Ottaa Lavalink-välimuistin käyttöön\n" +" 5: Ottaa kaikki välimuistit käyttöön\n\n" +" Jos haluat poistaa tietyn välimuistin käytöstä, käytä negatiivista numeroa.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Maksimi-ikä: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Spotify-välimuisti: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Youtube-välimuisti: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Lavalink-välimuisti: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Asettaa välimuistin maksimi-iän.\n\n" +" Tällä komennolla voit asettaa kuinka monen päivän jälkeen merkinnästä välimuistissa tulee\n" +" kelvoton.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "Välimuistin pituus ei voi olla alle seitsemää päivää. Jos haluat poistaa välimuistin käytöstä aja komento {prefix}audioset cache.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "Välimuistin pituus asetettiin {age} päivään" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "Vaihda säilyvien jonojen tilaa.\n\n" +" Säilyvät jonot mahdollistavat jonon palautuksen sen sulkemisen jälkeen.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "Jonojen säilytys: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "Käynnistää Lavalink-yhteyden uudelleen." + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "Käynnistetetään Lavalink uudelleen" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "Lavalinkin käynnistyminen voi kestää muutaman minuutin." + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Katkaise yhteys puhekanavaan." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Mitään ei toisteta." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "Yhteyden katkaiseminen ei onnistu" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Myös muut ihmiset kuuntelevat kappaletta - äänestä ohitusta tämän sijaan." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Tarvitset DJ-roolin katkaistaksesi yhteyden." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "Yhteyttä ei voitu katkaista" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Katkaistaan yhteys..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Nyt soi." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Pyytäjä: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Ei mitään." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Nyt soi" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Automaattinen toisto" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Sekoitus" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Uudelleentoisto" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Laita kappale tauolle tai jatka sen toistamista." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "Kappaleita ei voitu hallita" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Sinun täytyy olla puhekanavalla laittaaksesi kappaleen tauolle tai jatkaaksesi sitä." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Sinulla tulee olla DJ-rooli laittaaksesi kappaleen tauolle tai jatkaaksesi sitä." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Kappale tauolla" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Kappaleen toistoa jatkettiin" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Siirry äsken toistetun kappaleen alkuun." + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "Kappaleita ei voitu ohittaa" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Sinun täytyy olla puhekanavalla, jotta voit ohittaa kappaleen." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "Sinulla pitää olla DJ-rooli tai sinun tulee olla kappaleen lisääjä, jotta voit lisätä edellisiä kappaleita." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "Kappaleiden toisto ei onnistu" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Ei edellistä kappaletta." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Toistetaan kappale uudelleen" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Kelaa kappaletta eteen- tai taaksepäin tietty sekuntimäärä tai tiettyyn aikaan.\n\n" +" Hyväksyy luvun sekunteina tai ajan muodossa 00:00:00 (`hh:mm:ss`) tai 00:00 (`mm:ss`).\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "Kappaletta ei voitu kelata" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "Sinun täytyy olla puhekanavalla kelataksesi kappaletta." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "Sinulla täytyy olla DJ-rooli tai sinun tulee olla kappaleen lisääjä kelataksesi." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "Et voi kelata striimissä." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Virheellinen aika johon kelata." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "Siirryttiin {num_seconds}s kohtaan 00:00:00" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "Siirryttiin {num_seconds}s aikaan {time}" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Siirryttiin kohtaan {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Vaihda satunnaisen toiston tilaa." + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "Satunnaisen toiston tilaa ei voitu vaihtaa" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Tarvitset DJ-roolin vaihtaaksesi satunnaisen toiston tilaa." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Sinun täytyy olla puhekanavalla vaihtaaksesi satunnaisen toiston tilaa." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Satunnainen toisto: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "Vaihda nostettujen kappaleiden sekoituksen tilaa.\n\n" +" Poista tämä käytöstä välttääksesi nostettujen kappaleiden sekoituksen. Tällä asetuksella on suurempi prioriteetti\n" +" kuin `[p]shuffle`.\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "Sekoita nostetut kappaleet: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Ohita seuraavaan kappaleeseen tai tiettyyn kappalenumeroon." + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Sinun täytyy olla puhekanavalla ohittaaksesi musiikkia." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "Sinun tarvitsee olla DJ tai kappaleen lisääjä ohittaaksesi sen." + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Voit ohittaa vain nykyisen kappaleen." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "Et voi ohittaa tiettyä kappaletta äänestystilassa ilman DJ-roolia." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "Poistin äänesi ohittamisen puolesta." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Äänestit ohittamisen puolesta." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Tarvittavien äänien raja saavutettu." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " Äänet: {num_votes}/{num_members} ({cur_percent}% tarvittavasta {required_percent}% rajasta)" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "Pysäytä toisto ja tyhjennä jono." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "Toistoa ei voitu pysäyttää" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Sinun tulee olla puhekanavalla pysäyttääkseksi musiikin." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Sinulla täytyy olla DJ-rooli pysäyttääksesi musiikin." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Pysäytetään..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Kutsu botti puhekanavalle." + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "Puhekanavalle liittyminen ei onnistu" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Muut kuuntelevat jo." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Tarvitset DJ-roolin kutsuaksesi botin." + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Yhdistä ensin puhekanavalle." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Yhteyttä Lavalinkkiin ei ole vielä muodostettu." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Aseta voimakkuus, 1% - 150%." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Nykyinen äänenvoimakkuus:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "Äänenvoimakkuutta ei voida vaihtaa" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Sinun tulee olla puhekanavalla vaihtaaksesi voimakkuutta." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Tarvitset DJ-roolin vaihtaaksesi voimakkuutta." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Äänenvoimakkuus:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Vaihda uudelleentoiston tilaa." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "Uudelleentoiston tilaa ei voitu vaihtaa" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Tarvitset DJ-roolin vaihtaaksesi uudelleentoiston tilaa." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Sinun täytyy olla puhekanavalla vaihtaaksesi uudelleentoiston tilaa." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Kappaleiden uudelleentoisto: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Poista tietty kappalenumero jonosta." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Mitään ei ole jonossa." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "Jonoa ei voitu muokata" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Tarvitset DJ-roolin poistaaksesi kappaleita." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Sinun täytyy olla puhekanavalla hallitaksesi jonoa." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Kappalenumeron tulee olla isompi kuin 1 ja pienempi kuin jonon pituus." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Kappale poistettiin jonosta" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "Poistettiin {track} jonosta." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "Yhtään kappaletta ei poistettu, mikään ei täsmää annetun osoitteen kanssa." + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "Poistettiin jonosta {removed_tracks} kappaletta jotka täsmäsivät annetun osoitteen kanssa." + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Nosta kappalenumero jonon ensimmäiseksi." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "Kappaletta ei voitu nostaa" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Sinun täytyy olla puhekanavalla nostaaksesi kappaletta." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Tarvitset DJ-roolin nostaaksesi kappaleita." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "Kappale siirrettiin jonon ensimmäiseksi." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Poista tallennettu taajuuskorjaimen esiasetus." + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "Esiasetusta ei voitu poistaa" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Et ole tämän esiasetuksen laatija." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Listaa tallennetut taajuuskorjaimen esiasetukset." + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Ei tallennettuja taajuuskorjaimen esiasetuksia." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Esiasetuksen nimi" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Tekijä" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} esiasetus(ta)" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Lataa tallennettu taajuuskorjaimen esiasetus." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "Esiasetusta ei löytynyt" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "Esiasetusta ei voitu ladata" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Tarvitset DJ-roolin ladataksesi taajuuskorjaimen esiasetuksia." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "Taajuuskorjain nollattiin kaikilla taajuusalueilla." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "Esiasetusta ei voitu muokata" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Tarvitset DJ-roolin nollataksesi taajuuskorjaimen." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "Taajuuskorjaimen arvot on nollattu." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "Tallenna nykyiset taajuuskorjaimen arvot esiasetukseen." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "Esiasetusta ei voitu tallentaa" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Tarvitset DJ-roolin tallentaaksesi taajuuskorjaimen esiasetuksia." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Anna nimi tälle taajuuskorjaimen esiasetukselle." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "Taajuuskorjaimen esiasetuksen nimeä ei annettu, yritä komentoa uudestaan myöhemmin." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Yritä komentoa uudelleen lyhyemmällä nimellä." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "Esiasetus tuolla nimellä on jo olemassa, haluatko korvata sen?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Esiasetusta ei tallennettu." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "Nykyiset taajuuskorjaimen arvot tallennettiin {preset_name}-esiasetukseen." + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Aseta taajuusalueen arvo joko nimellä tai numerolla.\n\n" +" Alueiden numerot ovat 1-15 voivat vaihdella -0.25 ja 1.0 välillä.\n" +" Alueiden nimet ovat 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k ja16k Hz.\n" +" Alueen asettaminen arvoon -0.25 mykistää sen kun taas +0.25 tuplaa sen.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "Esiasetusta ei voitu asettaa" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Tarvitset DJ-roolin asettaaksesi taajuuskorjaimen esiasetuksia." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "Virheellinen taajuusalue" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Sallitut taajuusalueiden numerot ovat 1-15 tai ne nimetjotka ovat tämän komennon apusivulla." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Esiasetusta muokattu" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "Taajuusalueelle {band_name}Hz asetettiin arvo {band_value}." + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Lavalink-palvelimen asetukset." + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "Syötä Java-ajotiedostosi polku\n\n" +" Jätä tyhjäksi palauttaaksesi oletuksen.\n" +" " + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "Et voi vaihtaa ulkoisten Lavalink-palvelinten Java-ajotiedosta Audio-komentojen kautta." + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "Java-ajotiedosto nollattu" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "Audio käyttää nyt `java` Lavalink.jar-tiedostosi ajamiseen" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "`{java_path}` ei ole kelvollinen ajotiedosto" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "Java-ajotiedostoa muutettu" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "Audio käyttää nyt `{exc}` Lavalink.jar-tiedostosi ajamiseen" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Lavalinkin sammutus epäonnistui" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Jotta muutos tulee voimaan, lataathan audio uudelleen (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "Lataathan Audion uudelleen (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "Vaihda käytetäänkö ulkoisia Lavalink-palvelimia." + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Ulkoinen Lavalink-palvelin: {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Ulkoinen Lavalink-palvelin: {true_or_false}\n" +"Tämän muutoksen voimaan ottamiseksi lataa Audio uudelleen (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Aseta Lavalink-palvelimen osoite." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Ulkoinen Lavalink-palvelin otettu käyttöön." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Osoitteeksi asetettiin {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Aseta Lavalink-palvelimen salasana." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Palvelimen salasanaksi asetettiin {password}." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Aseta Lavalinkin websocket-palvelimen porttinumero." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Websocket-porttinumeroksi asetettiin {port}." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "Näytä Lavalink-yhteysasetukset." + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "Yhteysasetukset" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "Osoite: [{host}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "WS-portti: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "Rest-portti: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "Salasana: [{password}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "Minun tulee pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää nämä tiedot." + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Paikallisen toiston komennot." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Kansiota ei löytynyt" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "Paikallisten kappaleiden kansiota nimellä {name} ei löytynyt." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Albumikansioita ei löytynyt." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Etsi kappaleita kaikista paikallisten kappaleiden kansioista." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Ei tuloksia." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Laita Red laulamaan yksi hänen lauluistaan." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Audio-tilastot." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Ei yhdistettynä millään palvelimella." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "Toistetaan {num}/{total} palvelimella:" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Sivu {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Jonon prosenttiosuus." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "Jonossa ei ole mitään." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Jonossa olevat ja soivat kappaleet:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Tuo URL-osoite ei ole sallittu." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Tuon kappaleen toisto ei ole sallittua." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Tarvitset DJ-roolin lisätäksesi kappaleita jonoon." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "Lavalink-yhteys epäonnistui" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Tarkista lisätiedot konsolista tai logeista." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Sinun täytyy olla puhekanavalla käyttääksesi play-komentoa." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "Kappaleita ei löydetty haulla `{query}`." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Jonon enimmäispituus on saavutettu." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Pakota URL-osoitteen toisto tai etsi kappaletta." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "Vain yksittäiset kappaleet toimivat samanaikaisen noston ja toiston kanssa." + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Paikalliset kappaleet eivät toimi jos `Lavalink.jar` ei voi nähdä niitä.\n" +"Tämä voi johtua tiedosto-oikeuksista tai siitä että Lavalink.jar ajetaan toisella tietokoneella kuin missä kappaleet ovat." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "Kappale ei ole toistettavissa." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** ei ole täysin tuettu muoto ja sen vuoksi kaikkia kappaleita ei välttämättä voida toistaa." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Tämä kappale ei ole sallittu tällä palvelimella." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "Kappale ylittää maksimipituuden." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time} aikaa toistoon: #1 jonossa" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Kappale lisätty jonoon" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "Valitse Spotify-soittolista kategorioista aloittaaksesi toistamisen." + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Omistajan tulee asettaa Spotify client ID ja Spotify client secret, ennen kuin Spotify-osoitteita voidaan käyttää. \n" +"Katso `{prefix}audioset spotifyapi` saadaksesi ohjeita." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Omistajan täytyy asettee YouTube API -avain ennen kuin Spotify-osoitteita voidaan käyttää.\n" +"Katso`{prefix}audioset youtubeapi` saadakseksi ohjeita." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "Sinun täytyy olla puhekanavalla käyttääksesi genre-komentoa." + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "Kategorioita ei löydetty" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "Kategorioita ei löydetty, yritä myöhemmin uudelleen." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Kategoriat" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "Kategorioita ei valittu, yritä myöhemmin uudelleen." + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "{friendly_name}-soittolistat" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Ei toistettavia kappaleita." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "Kappaleita valitulta soittolistalta ei löytynyt." + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Käynnistää automaattisen toiston." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Sinun tulee olla puhekanavalla käyttääksesi automaattisen toiston komentoa." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Kelvollista kappaletta ei saatu." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Kappaletta ei voitu hakea" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "En pysty saamaan kappaletta Lavalinkiltä tällä hetkellä, yritä uudelleen muutaman minuutin kuluttua." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Lisätään kappale jonoon." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "Kappaleita ei voida etsiä" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Sinun täytyy olla puhekanavalla lisätäksesi kappaleita jonoon." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Mitään ei löytynyt." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} kappaletta ei voida lisätä jonoon." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "Lisättiin {num} kappale(tta).{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "kansion" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "haun" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "{time} aikaa {type} toistoon: sijalla #{position} jonossa" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "Soittolistaa ei löytynyt" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "Hakuasi vastaavaa kappaletta ei löytynyt." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "Ohitetaan kappale" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} on jo soittolistalla {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "Soittolistan raja saavutettu: Kappaletta ei voitu lisätä." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "Kappale lisätty" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} lisättiin soittolistaan {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{num} kappaletta lisättiin soittolistaan {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} jo soittolistalla ja ohitettiin." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "kappaleet ovat" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "kappale on" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "Soittolistaa muokattu" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "'{arg}' ei voitu yhdistää soittolistaan." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "Globaalille" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Soittolista kopioitu" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "Soittolista {name} (`{from_id}`) kopioitiin tasolta {from_scope} tasolle {to_scope} (`{to_id}`)." + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Virheellinen soittolistan nimi" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Soittolistojen nimien tulee olla yksittäisiä sanoja (enintään 32 kirjainta) eivätkä ne saa olla vain numeroista koostuvia." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Soittolista luotu" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Tyhjä soittolista {name} (`{id}`) [**{scope}**] luotu." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "Soittolista poistettu" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "{name} (`{id}`) [**{scope}**] soittolista poistettu." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "Poistettiin {track_diff} moneen kertaan esiintynyttä kappaletta {name} (`{id}`) [**{scope}**] soittolistalta." + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "Soittolistaa ei ole muokattu" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "Soittolistalla {name} (`{id}`) [**{scope}**] ei ole kappaleita moneen kertaan." + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Tuolla soittolistalla ei ole kappaleita." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "Tämä soittolista on liian suuri lähetettäväksi tällä palvelimella." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "Soittolista on liian suuri, tässä on pakattu versio." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "Soittolistan {playlist_name} (`{id}`) [**{scope}**] tiedot:\n" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "Soittolistan {playlist_name} (`{id}`) [**{scope}**] tiedot:\n" +"URL-osoite: {url}" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Tuntematon" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "Sivu {page}/{pages} | Tekijä: {author_name} | {num} kappale(tta)" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "Tällä palvelimella ei ole tallennettuja soittolistoja." + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "Ei tallennettuja soittolistoja tasolle {scope} joiden tekijä olisi {author}." + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "Ei tallennettuja soittolistoja tasolla {scope}." + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID: {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Kappaleita: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Tekijä: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Taso: {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "Jonossa ei ole mitään." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "Soittolista {name} (`{id}`) [**{scope}**] tallennettu nykyisestä jonosta: {num} kappaletta lisättiin." + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "Soittolistan raja saavutettu: Ei voitu lisätä {} kappaletta." + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "URL-osoite ei ole soittolistalla." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Ei kappaleita jäljellä, poistetaan soittolista." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "{num} kappaletta poistettiin soittolistalta {playlist_name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "Kappale on poistettu soittolistalta: {playlist_name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "Soittolista {name} (`{id}`) [**{scope}**] tallennettu: {num} kappaletta lisätty." + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "Soittolistaa ei voitu luoda" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "Soittolistasi luominen ei onnistunut." + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "Tarvitset DJ-roolin aloittaaksesi soittolistojen toistamisen." + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Soittolista lisätty jonoon" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{name} - (`{id}`) [**{scope}**]\n" +"Lisättiin {num} kappaletta jonoon.{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Virheellinen soittolista" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Mukautettuja soittolistoja ei voi lähettää." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Kappaleet poistettu" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Sivu {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Kappaleet lisätty" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "Ei muutoksia soittolistalle {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Ole hyvä ja lähetä soittolistatiedosto. Mikä tahansa muu viesti peruuttaa tämän toiminnon." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Tiedostoa ei havaittu, yritä myöhemmin uudelleen." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Lähetys peruutettu." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "Vain Red-soittolistatiedostoja voi lähettää." + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Soittolistatiedosto on virheellinen." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Tämä soittolista on liian suuri." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "'{old}' soittolistan uusi nimi on nyt '{new}' (`{id}`) [**{scope}**]" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Listaa jonossa olevat kappaleet." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Tyhjentää jonon." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "Jonoa ei voitu tyhjentää" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "Tarvitset DJ-roolin tyhjentääksesi jonon." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "Jonoa muokattu" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "Jono on tyhjennetty." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Poistaa kappaleita jonosta jos niiden lisääjä ei ole puhekanavalla." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "Jonoa ei voitu putsata" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Tarvitset DJ-roolin putsataksesi jonon." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "Nolla kappaletta poistettiin." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Kappaleita poistettiin jonosta" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "Poistettiin {removed_tracks} kappaletta, jotka lisäsivät muut kuin tällä puhekanavalla olevat." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "Poistaa kaikki lisäämäsi kappaleet jonosta." + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "Poistettiin {removed_tracks} kappaletta, jotka lisäsi {member.display_name}." + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Etsi jonosta." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "Sekoittaa jonon." + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "Jonoa ei voida sekoittaa" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "Tarvitset DJ-roolin sekoittaaksesi jonon." + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "Jono on sekoitettu." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..adfa5b41da53513c77a4358634e8374bb4e9ef0e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/fr-FR.po @@ -0,0 +1,3051 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 676\n" +"Language: fr_FR\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Options de configuration pour la musique." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Gère les listes blanche et noire des mots-clé." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Gère les listes blanche et noire globales des mots-clé." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Gère la liste blanche globale des mots-clé." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Ajoute un mot-clé à la liste blanche.\n\n" +" Si vous ajoutez quoi que ce soit à la liste blanche, tout le reste sera placé sur liste noire.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Le mot-clé est déjà dans la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Liste blanche modifiée" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "Ajout de : `{whitelisted}` à la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Liste tous les mots-clé ajoutés à la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Rien dans la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Liste blanche globale" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Retire tous les mots-clé de la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Toutes les entrées ont été supprimées de la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Retire un mot-clé de la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Suppression de : `{whitelisted}` de la liste blanche." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Gère la liste noire globale des mots-clé." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Ajoute un mot-clé à la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Le mot-clé est déjà dans la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Liste noire modifiée" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "Ajout de : `{blacklisted}` à la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Liste tous les mots-clé ajoutés à la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Rien dans la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Liste noire globale" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Retire tous les mots-clé ajoutés à la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Toutes les entrées ont été supprimées de la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Retire un mot-clé de la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Le mot-clé n'est pas dans la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Suppression de : `{blacklisted}` de la liste noire." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Gère la liste blanche des mots-clé." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Liste blanche" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Gère la liste noire des mots-clé." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Liste noire" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Changer les paramètres de lecture automatique." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Activer/Désactiver la lecture automatique quand il n'y a plus aucune musique dans la file d'attente." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Lecture automatique à la fin de la file d'attente: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Activé" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Désactivé" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"La répétition a été désactivée." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"La déconnexion automatique à la fin de la liste de lecture a été désactivée." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Paramètre modifié" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Définissez une liste de lecture pour la lecture automatique des chansons.\n\n" +" **Utilisation**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Arguments**:\n" +" ​ ​ ​ ​ Les éléments suivants sont tous facultatifs:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Seul le propriétaire du bot peut l'utiliser**\n\n" +" **Portée**, la portée, est l'un des éléments suivants:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Auteur** peut être l'un des éléments suivants :\n" +" ​ ​ ​ ​ ID de l'utilisateur\n" +" ​ ​ ​ ​ Mention de l'utilisateur\n" +" ​ ​ ​ ​ Nom de l'utilisateur#1234\n\n" +" **Guild** peut être l'un des éléments suivants :\n" +" ​ ​ ​ ​ ID du serveur\n" +" ​ ​ ​ ​ Nom exact du serveur\n\n" +" Exemple d'utilisation :\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Les playlists ne sont pas disponibles" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "La section Liste de lecture de l'Audio est actuellement indisponible" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Vérifiez vos logs." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Aucune playlist trouvée" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Impossible de faire correspondre '{arg}' à une playlist" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Aucune piste trouvée" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "La liste de lecture {name} n'a pas de pistes." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Arguments Manquants" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Vous devez spécifier l'ID du serveur pour le serveur à rechercher." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "La playlist {name} (`{id}`) [**{scope}**] sera utilisé pour la lecture automatique." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Réinitialise la lecture automatique à la playlist par défaut." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Liste globale de lecture journalière: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Liste de lecture journalière: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Activer/Désactiver l'auto déconnexion du bot à la fin de la file d'attente.\n\n" +" Ce paramètre à la priorité sur `[p]audioset emptydisconnect`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Déconnexion automatique à la fin de la file d'attente : {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"La lecture automatique a été désactivé." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Active le mode DJ.\n\n" +" Le mode DJ autorise les utilisateurs avec le rôle DJ d'utiliser les commandes audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Rôle DJ introuvable" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Définissez s'il vous plaît un rôle à utiliser avec le mode DJ. Entrez maintenant le nom du rôle ou son ID." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Réponse expirée, réessayez plus tard." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "Rôle DJ : {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Temps invalide" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Les secondes ne peuvent être inférieures à zéro." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Déconnexion si aucune lecture désactivé." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Délai de déconnexion automatique si aucune lecture réglé à {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Pause automatique après x secondes quand le salon est vide, 0 pour désactiver." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Pause automatique désactivée." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Délai de pause automatique si aucune lecture réglé à {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Priorise les chansons avec des paroles." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Préférez des chansons avec des paroles : {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Prix invalide" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Le prix ne peut être inférieur à zéro." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Le mode jukebox à été désactivé." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Le prix de la commande de liste est défini à {price}{currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Définir le chemin des musiques locales si le fichier Lavalink.jar n'est pas exécuté à partir du dossier de données audio.\n\n" +" Laisser le chemin vide pour réinitialiser le chemin à l'origine qui est le répertoire des données audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Chemin d'accès invalide" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} ne semble pas être un chemin valide." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Environnement invalide" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Longueur invalide" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "La longueur ne peut être inférieure à zéro." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Longueur max de piste désactivée." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Longueur max de piste définie sur {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Activer/désactiver l’annonce du changement de piste et d’autres messages de bot." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Mise en sourdine automatique: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "Active la restriction de domaine dans l'Audio.\n\n" +" Lorsqu'elle est désactivé, les utilisateurs pourront jouer des musiques à partir de sites Web et de liens non commerciaux.\n" +" Lorsqu’elle est activé, les utilisateurs sont limités à des liens vers YouTube, SoundCloud, Vimeo, Twitch et Bandcamp.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Liens commerciaux uniquement : {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Défini le rôle à utiliser pour le mode DJ." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Paramètres modifiés" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "Le rôle DJ à été défini sur : {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Afficher les paramètres actuels." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Paramètres du serveur" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Déconnexion automatique : [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Lecture automatique : [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Délai de déconnexion : [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Temps de pause automatique : [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "Rôle DJ : [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Jukebox : [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Prix de la commande : [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Longueur maximale de piste : [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Vignettes : [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Votes pour changement : [{vote_enabled}]\n" +"Pourcentage de changement : [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Serveur" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Utilisateur" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Global" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "En cache" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "Top 100 des États-Unis" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Paramètres de lecture automatique" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Nom de la playlist : [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "ID de la playlist : [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Portée de la playlist : [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Paramètres du cache" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Âge max : [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Cache Spotify local : [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Cache Youtube local : [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Cache Lavalink local : [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "jours" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "Paramètres d'utilisateur" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Recherche Spotify : {country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Paramètres de Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Version du Cog : [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "Red-Lavalink: [{lavalink_version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Serveur externe : [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "Version de Lavalink : [{llbuild}]\n" +"Branche de Lavalink : [{llbranch}]\n" +"Date de sortie : [{build_time}]\n" +"Version de Lavaplayer : [{lavaplayer}]\n" +"Version de Java : [{jvm}]\n" +"Exécutable Java : [{jv_exec}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Chemin d'accès des musiques locales : [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "Envoie les logs du serveur Lavalink dans vos MPs." + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "Aucun log trouvé dans votre dossier de données." + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "Les logs sont trop volumineux, vous pouvez les trouver dans {path}" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "Je dois pouvoir vous envoyer des messages privés pour envoyer les logs." + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Activer/désactiver titres des pistes comme statut." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Titres de musiques comme statut : {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Activer/désactiver l’affichage d’une vignette sur les messages de l'audio." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Affichage des vignettes : {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Votes désactivés. Tout les utilisateurs peuvent maintenant utiliser les commandes de gestion de la file." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Pourcentage de vote défini à {percent} %." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "Instructions pour définir la clé de l'API YouTube." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Instructions pour définir les tokens de l'API Spotify." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Définit l'indicatif du pays pour les recherches Spotify." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Code pays invalide" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Code pays défini sur {country}." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "Définit le niveau de mise en cache.\n\n" +" Le niveau peut être l'un des niveaux suivants :\n\n" +" 0 : Désactive toute la mise en cache\n" +" 1 : Active le cache Spotify\n" +" 2 : Active le cache YouTube\n" +" 3: Active le cache Lavalink\n" +" 5 : Active toutes les caches\n\n" +" Si vous souhaitez désactiver un cache spécifique, utilisez un nombre négatif.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Âge max : [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Cache Spotify : [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Cache YouTube: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Cache Lavalink : [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Définit l'âge maximum du cache.\n\n" +" Cette commande vous permet de définir le nombre maximum de jours avant qu'une entrée dans le cache ne devienne\n" +" invalide.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "L'âge du cache ne peut pas être inférieur à 7 jours. Si vous souhaitez le désactiver, exécutez {prefix}audioset cache.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "L'âge du cache a été défini sur {age} jours" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "Liste de lecture permanentes: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "Redémarrage de la connection à Lavalink." + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "Redémarrage de Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Déconnexion du salon vocal." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Aucune lecture en cours." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "Impossible de se déconnecter" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Il existe d’autres personnes en train d'écouter - vote pour passer à la place." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Vous devez avoir le rôle DJ pour pouvoir déconnecter." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "Impossible de se déconnecter" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Déconnexion..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Lecture en cours." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Demandé par : **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Rien." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Lecture en cours" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Lecture automatique" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Aléatoire" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Répétition" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Pause ou reprise de la lecture d'une piste." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "Impossible de gérer les pistes" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Vous devez être dans un salon vocal pour mettre en pause ou reprendre la lecture." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Vous devez avoir le rôle DJ pour mettre en pause ou reprendre la lecture." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "La piste à été mise en pause" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "La piste à repris" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Revient à la piste précédente." + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "Impossible de passer des pistes" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Vous devez être dans un salon vocal pour passer une piste." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "Impossible de jouer des pistes" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Il n'y a pas de piste précédente." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Répétition de piste" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Cherchez à l'avance ou à l'arrière sur une piste par secondes ou par une heure spécifique.\n\n" +" Accepte les secondes ou une valeur formatée comme 00:00:00 (`hh:mm:ss`) ou 00:00 (`mm:ss`).\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "Impossible de rechercher des pistes" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "Vous devez être dans un salon vocal pour utiliser la commande seek." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "Vous devez avoir le rôle DJ ou être le demandeur de piste pour utiliser seek." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "Ne peut avancer ou reculer sur un stream." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Entrée invalide pour l'info temporelle à rechercher." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "Déplacé de {num_seconds}s à 00:00:00" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "Déplacé de {num_seconds}s à {time}" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Déplacé vers {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Activer/désactiver l'aléatoire." + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "Impossible d'activer l'aléatoire" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Vous devez avoir le rôle DJ pour activer l'aléatoire." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Vous devez être dans un salon vocal pour activer l'aléatoire." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Mélanger les pistes : {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "Mélanger les pistes remontés: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Passez à la piste suivante, ou à un numéro de piste donné." + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Vous devez être dans un salon vocal pour passer une musique." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Vous ne pouvez passer que la piste actuelle." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "Impossible de passer à une piste spécifique en mode vote sans le rôle DJ." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "J’ai enlevé votre vote pour passer." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Vous avez voté pour passer." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Seuil de vote atteint." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " Votes : {num_votes}/{num_members} ({cur_percent}%, {required_percent}% requis)" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "La lecture a été stoppée et la liste vidée." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "Impossible d’arrêter le lecteur" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Vous devez être dans un salon vocal pour arrêter la musique." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Vous devez avoir le rôle DJ pour arrêter la musique." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Arrêt ..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Invoque le bot dans un salon vocal." + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "Impossible de rejoindre le salon vocal" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Il y a d'autres personnes qui écoutent." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Vous avez besoin du rôle DJ pour invoquer le bot." + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "Je n'ai pas la permission de me connecter et de parler dans votre salon vocal." + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Rejoignez un salon vocal d'abord." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "La connexion à Lavalink n'a pas encore été établie." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Réglage du volume, 1 % à 150 %." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Volume actuel :" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "Impossible de modifier le volume" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Vous devez être dans un salon vocal pour changer le volume." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Vous devez avoir le rôle DJ pour changer le volume." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Volume :" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Activer la répétition." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "Impossible d'activer la répétition" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Vous devez avoir le rôle DJ pour activer la répétition." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Vous devez être dans un salon vocal pour activer la répétition." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Répétition des pistes : {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Supprime un numéro de piste spécifique de la liste." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Rien dans la liste." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "Impossible de modifier la liste de lecture" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Vous devez avoir le rôle DJ pour enlever des pistes." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Vous devez être dans un salon vocal pour enlever des pistes." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Le numéro d'une musique doit être supérieur à 1 et dans la limite de la file." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Enlever la piste de la liste de lecture" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "{track} a été retirer de la liste." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "0 pistes supprimées, rien ne correspond à l'URL fournie." + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Remonte un numéro de piste vers le haut de la liste." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "Impossible de remonter la piste" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Vous devez être dans un salon vocal pour remonter une piste." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Vous devez avoir le rôle DJ pour remonter des pistes." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "La piste a été déplacé en haut de la liste." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Supprimer un préréglage eq enregistré." + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "Impossible de supprimer le préréglage" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Vous n'êtes pas l'auteur de ce préréglage." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Liste des préréglages eq enregistrés." + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Aucun préréglage de l'égaliseur enregistré." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Nom du préréglage" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Auteur" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} préréglage(s)" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Charger un préréglage eq enregistré." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "Aucun préréglage trouvé" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "Impossible de charger le préréglage" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Vous avez besoin du rôle DJ pour charger les préréglages de l’égaliseur." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "Réinitialiser l'eq à 0 sur toutes les bandes." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "Impossible de modifier le préréglage" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Vous avez besoin du rôle DJ pour réinitialiser l’égaliseur." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "Les valeurs de l'égaliseur ont été réinitialisées." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "Enregistrer les paramètres eq actuels dans un préréglage." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "Impossible d'enregistrer le préréglage" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Vous devez avoir le rôle DJ pour sauvegarder les préréglages de l'égaliseur." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Veuillez saisir un nom pour ce préréglage d'égaliseur." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "Aucun nom de préréglage d'égaliseur saisi, essayez à nouveau la commande plus tard." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Réessayez la commande avec un nom plus court." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "Le nom du préréglage existe déjà, voulez-vous le remplacer ?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Pas d'enregistrement du préréglage." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "Impossible de définir le préréglage" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Vous avez besoin du rôle DJ pour régler les préréglages de l'égaliseur." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Les numéros de bande valides sont de 1 à 15 ou les noms de bande listés dans l'aide de cette commande." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Préréglage modifié" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Options de configuration du serveur Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "L'exécutable de Java a été réinitialisé" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "L'exécutable de Java a changé" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Échec de l'arrêt de Lavalink" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "Activer/désactiver l'usage de serveurs Lavalink externes ." + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Serveur Lavalink externe : {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Définir l’hôte du serveur Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Serveur externe Lavalink défini à Vrai." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Hôte défini à {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Définir le mot de passe du serveur Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Mot de passe serveur défini à {password}." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Définir le port websocket du serveur Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Port websocket défini sur {port}." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "Affiche les paramètres de connexion de Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "Paramètres de connexion" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "Hôte : [{host}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "Port WS : [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "Port Rest : [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "Mot de passe : [{password}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Commandes de lecture locale." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Dossier introuvable" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Aucun dossier d'album trouvé." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Rechercher des musiques dans tout les dossiers de localtracks." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Aucune correspondance." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Fait chanter une des musiques de Red." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Stats de l’audio." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Connecté nul part." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "Lecture dans {num}/{total} serveurs :" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Page {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Pourcentage de la liste." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "Il n'y a rien dans la file de lecture." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Dans la liste et en cours de lecture :" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Cette URL n'est pas autorisée." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Cette piste n'est pas autorisée." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Vous devez avoir le rôle DJ pour ajouter des pistes à la liste." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "La connexion à Lavalink a échoué" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Veuillez vérifier votre console ou les logs pour plus de détails." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Vous devez être dans un salon vocal pour utiliser la commande play." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "Aucune piste trouvée pour `{query}`." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Limite de la file de lecture atteinte." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Forcer la lecture d'une URL ou chercher une piste." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Les pistes locales ne fonctionneront pas si `Lavalink.jar` ne peut pas voir la piste.\n" +"Cela peut être dû à des permissions ou parce que Lavalink.jar est exécuté sur une machine différente de celle des pistes locales." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "La piste n'est pas jouable." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** n'est pas un format supporté et certaines pistes peuvent ne pas être jouées." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Ce titre n'est pas autorisé sur le serveur." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "Cette piste dépasse la limite maximale." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time} avant la lecture de la piste: #1 dans la file d'attente" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Piste ajoutée" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "Vous devez être dans un salon vocal pour utiliser la commande genre." + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "Aucune catégorie trouvée" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "Aucune catégorie trouvée, réessayer plus tard." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Catégories" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "Aucune catégories sélectionnée, réessayer plus tard." + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "Playlists pour {friendly_name}" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Aucune piste à jouer." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "Impossible de trouver les pistes pour la playlist sélectionnée." + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Démarrer la lecture automatique." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Vous devez être dans un salon vocal pour utiliser la commande autoplay." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Impossible d'obtenir une piste valide." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Impossible d'obtenir la piste" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Ajout d'une piste à la file d'attente." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "Impossible de rechercher des pistes" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Vous devez être dans un salon vocal pour ajouter des pistes." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Aucun résultat." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} pistes ne peuvent pas être mises en attente." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "{num} piste(s) ajoutée(s).{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "dossier" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "recherche" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "Playlist introuvable" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "Impossible de trouver une piste correspondant à votre requête." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "Piste ignorée" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} est déjà dans {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "Limite de la playlist atteinte : impossible d'ajouter la piste." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "Piste ajoutée" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} ajouté à {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{num} pistes ajoutées à {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} étaient déjà dans la playlist et ont été ignorés." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "les pistes sont" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "la piste est" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "Playlist modifiée" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "Impossible de faire correspondre '{arg}' à une playlist." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "le Global" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Playlist copiée" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Nom de playlist invalide" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Les noms de playlist doivent être composés d'un seul mot (jusqu'à 32 caractères), et pas uniquement de chiffres." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Playlist créée" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Playlist vide {name} (`{id}`) [**{scope}**] créée." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "Playlist supprimée" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "La playlist {name} (`{id}`) [**{scope}**] a été supprimée." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "La playlist n'a pas été modifiée" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Cette playlist ne contient aucune piste." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "Cette playlist est trop grande pour être envoyée sur ce serveur." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "La playlist est trop grande. Voici la version compressée." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "Infos de la playlist pour {playlist_name} (`{id}`) [**{scope}**]:\n" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Inconnu" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "Aucune playlist enregistrée pour {scope} créée par {author}." + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "Aucune playlist enregistrée pour {scope}." + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID : {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Pistes : {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Auteur : {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Portée : {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "Il n'y a rien dans la liste." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "Limite de la playlist atteinte : Impossible d'ajouter {} pistes." + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "L'url n'est pas dans la playlist." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Aucune piste restante, suppression de la playlist." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "La playlist n'a pas pu être créée" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "Impossible de créer votre playlist." + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Playlist en file d’attente" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Playlist invalide" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Les playlists personnalisées ne peuvent pas être mises à jour." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Pistes retirées" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Page {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Pistes ajoutées" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "Aucun changement pour {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Envoyez s'il vous plaît le fichier de playlist. Tout autre message annulera cette opération." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Aucun fichier détecté, réessayez plus tard." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Transfert annulé." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "Seuls les fichiers playlist de Red peuvent être transférés." + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Fichier de playlist invalide." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Cette playlist est trop grande." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "'{old}' playlist a été renommé en '{new}' (`{id}`) [**{scope}**]" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Lister les musiques dans la file d'attente." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Vide la file d'attente." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "Impossible d'effacer la file d'attente" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "Vous devez avoir le rôle DJ pour effacer la file d'attente." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "File d’attente modifiée" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "La file d'attente a été effacée." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Supprime les musiques de la file d'attente si la personne qui l'a choisi n'est pas dans le salon vocal." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "Impossible de nettoyer la liste" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Vous devez avoir le rôle DJ pour effacer la file d'attente." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "0 pistes supprimées." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Pistes retirées de la file d'attente" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "{removed_tracks} pistes supprimées qui avaient été ajoutées par des membres hors du salon vocal." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Rechercher dans la file d'attente." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "Mélanger la liste de lecture." + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "Impossible de rendre aléatoire la liste de lecture" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "Vous devez avoir le rôle DJ pour mélanger la liste de lecture." + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "Liste de lecture mélangée." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..7fda651da9986d62c93ff33a20ca5976c6324f1a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/he-IL.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 676\n" +"Language: he_IL\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..3409789c9f5250366a2929f37a3cd5721801be2a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/hi-IN.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 676\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..96ef16753faef3282df47a9d3e2d20608b08d9f6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/hu-HU.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 676\n" +"Language: hu_HU\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Letiltva" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "nap" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..b2de606a1dcf1277ec8bb0fa0e2a2d384da9e363 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/id-ID.po @@ -0,0 +1,3019 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 676\n" +"Language: id_ID\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Opsi konfigurasi musik." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Mengelola daftar putih dan daftar hitam kata kunci." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Mengelola daftar putih/daftar hitam kata kunci global." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Mengelola daftar putih kata kunci global." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Menambahkan kata kunci ke daftar putih. \n\n" +" Jika ada yang ditambahkan ke daftar putih, itu akan membuat daftar hitam yang lainnya. \n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Kata kunci sudah ada di daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Daftar Putih Dimodifikasi" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "Menambahkan `{whitelisted}` ke daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Buat daftar semua kata kunci yang ditambahkan ke daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Tidak ada apa pun di daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Daftar Putih Global" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Hapus semua kata kunci dari daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Semua entri telah dihapus dari daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Menghapus kata kunci dari daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Menghapus `{whitelisted}` dari daftar putih." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Mengelola daftar hitam kata kunci global." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Menambahkan kata kunci ke daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Kata kunci sudah ada di daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Daftar Hitam Diubah" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "Menambahkan `{blacklisted}` ke daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Buat daftar semua kata kunci yang ditambahkan ke daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Tidak ada di daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Daftar Hitam Global" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Hapus semua kata kunci yang ditambahkan ke daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Semua entri telah dihapus dari daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Menghapus kata kunci dari daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Kata kunci tidak ada dalam daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Menghapus `{blacklisted}` dari daftar hitam." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Mengelola daftar putih kata kunci." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Daftar putih" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Mengelola daftar hitam kata kunci." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Daftar Hitam" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Ubah pengaturan putar otomatis." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Alihkan putar otomatis saat tidak ada lagu dalam antrean." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Putar otomatis saat antrian berakhir: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Diaktifkan" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Dinonaktifkan" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"Pengulangan telah dinonaktifkan." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Pemutusan otomatis di akhir antrian telah dinonaktifkan." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Pengaturan Diubah" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Setel daftar putar untuk memutar lagu secara otomatis dari. \n\n" +" ** Penggunaan **:\n" +" `[p] audioset putar otomatis playlist_name_OR_id [args]` \n\n" +" ** Args **: \n" +" Berikut ini semua opsional: \n" +" --scope \n" +" --author [pengguna] \n" +" --Guild [guild] ** Hanya pemilik bot yang dapat menggunakan ** \n\n" +" ** Cakupan ** adalah salah satu dari berikut ini: \n" +" Global \n" +" Guild \n" +" Pengguna \n\n" +" ** Penulis ** dapat menjadi salah satu dari berikut ini: \n" +" ID Pengguna \n" +" Sebutan Pengguna \n" +" Nama Pengguna # 123 \n\n" +" ** Serikat ** dapat berupa salah satu dari berikut ini: \n" +" ID Serikat \n" +" Nama serikat yang tepat \n\n" +" Contoh penggunaan: \n" +" `[p] putar otomatis set audio MyGuildPlaylist` \n" +" `[P] putar otomatis set audio MyGlobalPlaylist --scope Global` \n" +"` [p] putar otomatis set audio PersonalPlaylist --scope Pengguna - Penulis Draper` \n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Daftar Putar Tidak Tersedia" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "Bagian playlist Audio saat ini tidak tersedia" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Periksa log Anda." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Daftar Putar Tidak Ditemukan" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Tidak dapat mencocokkan '{arg}' dengan playlist" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Tidak Ada Trek yang Ditemukan" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "Playlist {name} tidak memiliki trek." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "Playlist {id} tidak ada dalam cakupan {scope}." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "hari" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} lagu tidak dapat diantrekan." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Antrean Daftar Putar" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..48dd75cc875288d2f21e265ff4428e61e52535ef --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/it-IT.po @@ -0,0 +1,3045 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 676\n" +"Language: it_IT\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Opzioni di configurazione musica." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Gestisce le parole in lista bianca e in lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Gestisce le parole globali in lista bianca/lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Gestisce le parole globali in lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Aggiunge una parola in lista bianca.\n\n" +"Se qualcosa viene aggiunta in lista bianca, tutto il resto sarà in lista nera. " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Questa parola è già in lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Lista bianca modificata" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "Aggiunto `{whitelisted}` in lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Elenca tutte le parole aggiunte in lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Niente in lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Lista bianca globale" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Cancella tutte le parole dalla lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Tutte le voci sono state rimosse dalla lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Rimuove una parola dalla lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Rimosso `{whitelisted}` dalla lista bianca." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Gestisce le parole globali in lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Aggiunge una parola in lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Parola già in lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Lista nera modificata" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "Aggiunto `{blacklisted}` alla lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Elenca tutte le parole aggiunte alla lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Niente in lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Lista nera globale" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Cancella tutte le parole aggiunte alla lista nera." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Tutte le voci sono state rimosse dalla blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Rimuove una parola chiave dalla blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "La parola chiave non è nella blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Rimosso `{blacklisted}` dalla blacklist." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Gestisce la whitelist delle parole chiave." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Whitelist" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Gestisce la blacklist delle parole chiave." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Blacklist" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Cambia impostazione di riproduzione automatica." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Attiva o disattiva la riproduzione automatica quando non ci sono brani in coda." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Riproduci automaticamente alla fine della coda: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Abilitato" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Disabilitato" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"La ripetizione è stata disabilitata." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"La disconnessione automatica alla fine della coda è stata disabilitata." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Impostazione modificata" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Imposta una playlist da cui riprodurre automaticamente brani.\n\n" +" **Uso**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Argomenti**:\n" +" ​ ​ ​ ​ I seguenti sono tutti opzioniali:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Solo il proprietario del bot può usarlo**\n\n" +" **Ambito (--scope)** è uno dei seguenti:\n" +" ​Global (Globale)\n" +" ​ ​ ​ ​ Guild (Server)\n" +" ​ ​ ​ ​ User (Utente)\n\n" +" **Autore (--author)** può essere uno dei seguenti:\n" +" ​ ​ ​ ​ ID utente\n" +" ​ ​ ​ ​ Menzione utente\n" +" ​ ​ ​ ​ Username#123\n\n" +" **Server (--guild)** può essere uno dei seguenti:\n" +" ​ ​ ​ ​ ID server\n" +" ​ ​ ​ ​ Nome esatto del server\n\n" +" Esempio d'uso:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Le playlist non sono disponibili" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "La sezione playlist di Audio non è al momento disponibile" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Controlla i tuoi registri." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Nessuna playlist trovata" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Impossibile abbinare '{arg}' a una playlist" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Nessuna traccia trovata" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "La playlist {name} non ha tracce." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "La playlist {id} non esiste nell'ambito {scope}." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Argomenti mancanti" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "È necessario specificare l'ID del server che si sta cercando." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "La playlist {name} (`{id}`) [**{scope}**] sarà utilizzata per la riproduzione automatica." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Ripristina la riproduzione automatica alla playlist predefinita." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Imposta la playlist automatica per riprodurre le tracce riprodotte di recente." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Attiva/disattiva le code giornaliere globali.\n\n" +" Le code giornaliere globali creano una playlist per tutte le tracce riprodotte oggi.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Code quotidiane globali: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Attiva/disattiva le code giornaliere.\n\n" +" Le code giornaliere creano una playlist per tutte le tracce riprodotte oggi.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Code giornaliere: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Attiva/disattiva la disconnessione automatica del bot dopo la riproduzione.\n\n" +" Questa impostazione ha la precedenza su `[p]audioset emptydisconnect`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Disconnessione automatica alla fine della coda: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"La riproduzione automatica è stata disabilitata." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Attiva/disattiva la modalità DJ.\n\n" +" La modalità DJ consente agli utenti con il ruolo DJ di utilizzare i comandi audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Ruolo DJ Mancante" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Per favore imposta un ruolo da usare con la modalità DJ. Inserisci il nome del ruolo o l'ID ora." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Risposta scaduta, riprova più tardi." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "Ruolo DJ: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Disconnetti automaticamente dal canale quando il bot è da solo per x secondi, 0 per disabilitare.\n\n" +" `[p]audioset dc` ha la precedenza su questa impostazione.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "I secondi non possono essere inferiori a zero." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Pausa automatica dopo x secondi quando la stanza è vuota, 0 per disabilitare." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Dai priorità alle tracce con i testi." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Preferisci i brani con i testi: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Imposta un prezzo per le tracce in coda per i non moderatori, 0 per disabilitare." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Prezzo non valido" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Il prezzo non può essere inferiore a zero." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Modalità Jukebox disabilitata." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Prezzo del comando per mettere le tracce in coda impostato a {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Impostare il percorso localtracks se Lavalink.jar non è eseguito dalla cartella dati Audio.\n\n" +" Lasciare vuoto il percorso per reimpostare il percorso al predefinito, la cartella dati Audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "Il percorso localtracks è stato reimpostato a {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "Questa impostazione è solo per i proprietari del bot per impostare una posizione alla cartella localtracks. Nell'esempio seguente, il percorso intero per 'ParentDirectory' deve essere specificato nel comando.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (cartella)\n" +" | |__ Awesome Album Name (cartella)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"Il percorso alla cartella dato a questo comando deve contenere la cartella localtracks.\n" +"**Questa cartella e i file devono essere visibili all'utente da cui si sta eseguendo `Lavalink.jar`.**\n" +"Usa questo comando senza specificare un percorso per ripristinarlo al predefinito, la cartella dati Audio per questo bot.\n" +"Vuoi continuare per impostare il percorso specifico per le tracce locali?" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Percorso non valido" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} non sembra un percorso valido." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` non esiste. Il percorso sarà ancora salvato, ma controlla il percorso e crea una cartella localtracks in `{localfolder}` prima di provare a riprodurre le tracce locali." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Ambiente non valido" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "Il percorso localtracks è stato impostato a {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Lunghezza massima di una traccia da mettere in coda in secondi, 0 da disabilitare.\n\n" +" Accetta secondi o un valore formattato come 00:00:00 (`hh:mm:ss`) o 00:00 (`mm:ss`). L'input\n" +" non valido disattiverà l'impostazione della lunghezza massima.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Lunghezza non valida" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "La lunghezza non può essere inferiore a zero." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Lunghezza massima traccia disabilitata." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Lunghezza massima traccia impostata a {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Attiva/disattiva annuncio traccia e altri messaggi del bot." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "Attiva o disattiva se il bot sarà assordato automaticamente entrando nel canale vocale." + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Assordamento automatico: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Solo link commerciali: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Imposta il ruolo da usare per la modalità DJ." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Impostazioni modificate" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "Ruolo DJ impostato a: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Mostra le impostazioni correnti." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Impostazioni server" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "giorni" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..62cdb892b0b3615aeac46330045d2caca6206f0d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ja-JP.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 676\n" +"Language: ja_JP\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "音楽の再生に関する設定。" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "DJ モードに使用する役職を選択してください。名前またはIDが使用できます。" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "タイムアウトしました。もう一度試してみてください。" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "音声チャンネルに誰もいなくなっても、切断しないようになりました。" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "音声チャンネルから誰もいなくなった {num_seconds} 秒後に切断します。" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "ジュークボックスモードを無効化します。" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "キューへ追加するコストを {price} {currency} に設定しました。" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "曲の通知やその他のメッセージを送信するかどうかを切り替えます。" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "DJ モードのために使用する役職を設定します。" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "DJ モードの役職として設定済み: {role.name}" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "現在の設定を表示します。" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "サーバー設定" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "日間" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "サムネイルを表示するかどうかを切り替えます。" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "サムネイルを表示: {true_or_false}" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "再生中:" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..de0f0de2bcf0bb915b0970c1a3e68dca72aa724c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ko-KR.po @@ -0,0 +1,3026 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 676\n" +"Language: ko_KR\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "음악 구성 옵션들이에요." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "키워드 블랙리스트나 화이트리스트를 관리합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "전체 키워드 블랙리스트나 화이트리스트를 관리합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "전체 키워드 화이트리스트를 관리합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "화이트리스트에 키워드를 추가합니다.\n\n" +" 하나라도 화이트리스트에 등록이 된다면, 다른 모든석을 블랙리스트처리합니다.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "그 키워드는 이미 화이트리스트에 있습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "화이트리스트 수정됨" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "추가됨: `{whitelisted}` 이/가 화이트리스트에 추가되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "화이트리스트에 추가된 모든 키워드의 목록." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "화이트리스트에 아무것도 없어요." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "전역 화이트리스트에요" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "화이트리스트에 있는 모든 키워드를 삭제합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "화이트리스트에 있는 모든 키워드가 삭제되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "키워드를 화이트리스트에서 제거합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "삭제됨: `{whitelisted}`이/가 화이트리스트에서 제거되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "전체 키워드 블랙리스트를 관리합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "블랙리스트에 키워드를 추가합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "그 키워드는 이미 블랙리스트에 있습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "블랙리스트 수정됨" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "추가됨 `{blacklisted}` 가 블랙리스트에 추가되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "블랙리스트에 추가된 모든 키워드의 목록." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "블랙리스트에 아무것도 없어요." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "전역 블랙리스트" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "블랙리스트에 있는 모든 키워드를 삭제합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "블랙리스트에 있는 모든 키워드가 삭제되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "키워드를 블랙리스트에서 제거합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "키워드가 블랙리스트에 없습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "삭제됨 `{blacklisted}` 이/가 블랙리스트에서 제거되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "키워드 화이트리스트를 관리합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "화이트리스트" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "키워드 블랙리스트를 관리합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "블랙리스트" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "자동재생 설정을 변경합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "큐에 곡이 없을때 곡을 자동으로 재생할지 설정합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "큐가 끝날때 자동으로 재생: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "활성화됨" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "비활성화됨" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"반복재생이 비활성화되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"큐에있는 곡이 다 재생되면 자동으로 연결해제 기능이 비활성화되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "설정 변경됨" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "자동 재생곡의 재생목록을 정합니다.\n\n" +" **사용법**:\n" +" ​ ​ ​ ​ `[p]audioset 재생목록_이름_혹은_ID [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ 옵션들:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **오직 봇 소유자만 명령어를 사용할수 있습니다.**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "플래이리스트들이 유효하지 않아요" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "현재 오디오의 재생 목록 세션을 이용할 수 없어요" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "로그를 확인해주세요." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "재생목록을 찾을수 없음" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "재생목록과 '{arg}'를 매칭할수 없습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "곡 찾을수 없음." + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "재생목록 {name}에는 곡이 없습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "재생 목록 {id} 이/가 {scope} 범위에 없습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "필수요소 누락됨" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "조회할 길드의 길드 ID를 지정해야 합니다." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "재생목록 {name} (`{id}`) [**{scope}**]이 자동재생을 위해 사용될것입니다." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "일간 재생목록: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "자동재생이 비활성화되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "DJ전용모드를 활성화합니다.\n\n" +" DJ모드는 DJ역할이 있는 사용자만이 음악 명령어를 사용할수있도록 합니다.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "DJ역할이 없습니다" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "DJ 모드에 사용할 역할을 지정해주세요. 지금 역할 이름이나 역할 ID를 입력해주세요." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "시간이 초과되었습니다. 다시 시도해주세요." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ 역할: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "봇이 x초 이상 체널에 환자 있을때 체널에서 자동으로 나갑니다, 0으로 설정하면 비활성화됩니다.\n\n" +" `[p]audioset dc` 설정이 우선권을 가집니다.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "잘못된 입력값" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "0보다 작을수 없습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "방이 비었을때 연결해제가 비활성화 되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "방이 비었을때 나가기 타이머가 {num_seconds}초로 설정되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "방이 비었을때 x초 후에 자동 일시정지합니다. 0은 비활성화입니다." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "방이 비었을때 멈추기가 비활성화되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "빈방 멈추기 타이머가 {num_seconds}초로 설정되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "음악을 신청하는데에 드는 비용을 설정합니다.(관리자 미포함), 0은 비활성화입니다." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "잘못된 가격" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "가격은 0보다 적을수 없습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "주크박스모드가 비활성화되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "곡 신청 명령어의 가격이 {price} {currency}으로 설정되었습니다." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "잘못된 환경입니다." + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "현재 설정을 표시할게요." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "서버 설정" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "서버" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "사용자" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "전체" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "캐시됨" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "날" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "음성체널에서 나갑니다." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "아무것도 재생하고있지 않아요" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "나가는중..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "현재 재생중." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" 신청자: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "아무것도 없습니다." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "지금 재생 중" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "자동 재생" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "곡 섞기" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "반복" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "멈추거나 곡을 이어서 재생합니다." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "트랙을 관리할수 없습니다" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "멈추거나 다시 재생하기 위해서는 음성체널에 있어야만 합니다." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "트랙 일시정지됨" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "트랙 재생됨" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "트랙을 재생할수 없습니다" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "먼저 음성체널에 연결하세요." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "라바링크와 연결되지 않았습니다." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "음악 번호는 1보다 크고 큐에있는 곡 끝번호보다 작아야합니다." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "특정 트랙을 큐의 맨 위로 올립니다." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "트랙을 올릴수 없습니다." + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "음성체널에 들어가있어야만 트랙을 위로 옮길수 있습니다." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "트랙을 큐의 맨 위로 올렸습니다." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "작성자" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "폴더를 찾을 수 없습니다" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "앨범을 찾을 수 없습니다." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "오디오 정보" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "어디에도 연결되어있지 않아요" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "큐 재생정도" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "큐에 아무것도 없습니다." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "큐에있는 트랙과 재생중인 트랙들:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "그 URL은 허용되지 않습니다." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "그 음악은 허용되지 않습니다." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "라바링크와 연결에 실패했습니다." + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "관리자에게 문의해주세요" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "음성체널에 있어야 재생 명령어를 사용할수 있습니다." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "`{query}`에 대한 검색결과가 없습니다." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "큐 최대 제한에 도달했습니다." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "재생할 수 없는 트랙입니다." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "** {suffix} **는 완전히 지원되는 형식이 아니며 일부 트랙이 재생되지 않을 수 있습니다." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "이 서버에서는이 트랙을 사용할 수 없습니다." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "트랙이 최대 길이를 초과했습니다." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "트랙 추가됨" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "봇 관리자가 Spotify URL 또는 코드를 사용하기 전에 Spotify 클라이언트 ID 및 암호를 설정해 주어야 합니다. \n" +" `{prefix}audioset spotifyapi`을 참조하세요." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "봇 관리자가 Youtube URL 또는 코드를 사용하기 전에 Youtube API Key를 설정해 주어야 합니다. \n" +" `{prefix}audioset youtubeapi`을 참조하세요." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "카테고리를 찾을 수 없습니다" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "카테고리들" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "유효한 트랙을 얻을 수 없습니다." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "트랙을 찾을수 없습니다" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "지금은 라바링크를 통해 음악을 가져올 수 없습니다. 몇분 뒤에 다시 시도해주세요." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "아무것도 찾지 못했습니다." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} 을 대기열에 추가할 수 없습니다." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "검색" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "알 수 없음" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "대기열에 아무것도 없습니다." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "대기중인 재생 목록" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "{page_num}/{total_pages} 페이지" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "큐를 지웁니다." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "큐 수정됨" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "큐가 정리되었습니다." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..0456716429e9b0c786d792596f2a43e806207623 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/nb-NO.po @@ -0,0 +1,3442 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 676\n" +"Language: nb_NO\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Konfigurasjon av musikk." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Behandler søkeord hvitelisten og svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Behandler den globale søkeord hvitelisten / svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Behandler den globale hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Legger til et nøkkelord i hvitelisten.\n\n" +"Hvis noe blir lagt til i hvitelisten, vil det svarteliste alt annet.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Søkeord allerede i hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Hviteliste endret" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "Lagt til: `{whitelisted}` på hvitlisten." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Liste over alle nøkkelord lagt til i hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Ingenting i hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Global hviteliste" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Fjern alle nøkkelord fra hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Alle oppføringer er fjernet fra hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Fjerner et nøkkelord fra hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Fjernet: `{whitelisted}` fra hvitelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Behandler den svarte listen over nøkkelord." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Legger til et nøkkelord på svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Nøkkelord allerede i svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Svarteliste endret" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "La til `{blacklisted}` i svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Liste over alle nøkkelord lagt til svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Ingenting i svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Global svarteliste" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Fjern alle nøkkelord lagt til svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Alle oppføringer er fjernet fra svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Fjerner et nøkkelord fra svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Nøkkelord er ikke på svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Fjernet: `{blacklisted}` fra svartelisten." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Behandler hvitelisten for søkeord." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Hviteliste" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Behandler nøkkelordet svarteliste." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Svarteliste" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Endre innstillingen for automatisk avspilling." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Bytt automatisk avspilling når det ikke er sanger i kø." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Spill av automatisk når køen slutter: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Aktivert" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Deaktivert" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"Gjenta er deaktivert." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Automatisk frakobling i køen er deaktivert." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Innstilling endret" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Sett en spilleliste til å spille av sanger automatisk fra.\n\n" +"**Bruk**: \\ n [p]audioset autoplay playlist_name_OR_id [args]\n\n" +"**Args**:\n" +" følgende er alle valgfrie:\n" +" - omfang \n" +" - forfatter [bruker]\n" +" - guild [guild] ** Bare boteeieren kan bruke dette **\n\n" +" **Omfang** er ett av følgende:\n" +" Global\n" +" Guild\n" +" Bruker\n\n" +"**Forfatter** kan være ett av følgende:\n" +"Bruker-ID\n" +"Brukeromtale\n" +" Brukernavn # 123 \n\n" +"**Guild** kan være ett av følgende:\n" +" Guild ID\n" +"Nøyaktig guildnavn\n\n" +" Eksempelbruk:\n" +"[p]audioset autoplay MyGlobalPlaylist --scope Globale\n" +" [p] lydset automatisk spiller MinGlobalSpilleliste - scope Global\n" +"[P] audioset autoplay PersonalPlaylist --scope User --author Draper\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Spillelister er ikke tilgjengelige" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "Spilleliste-delen av lyd er for tiden utilgjengelig" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Sjekk loggene dine." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Ingen spilleliste funnet" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Kan ikke matche '{arg}' til en spilleliste" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Ingen sporing funnet" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "Spilleliste {name} har ingen spor." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "Spilleliste {id} eksisterer ikke i {scope} omfang." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Manglende argumenter" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Du må spesifisere guild-ID for at lauget skal søke opp." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "Spilleliste {name} (`{id}`) [** {scope} **] vil bli brukt til automatisk spill." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Tilbakestiller automatisk avspilling til standard spilleliste." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Angi automatisk spilleliste for å spille nylig spilte spor." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Veksle globale daglige køer.\n\n" +" Globale daglige køer skaper en spilleliste for alle spor som spilles av i dag.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Globale daglige køer: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Veksle globale daglige køer.\n\n" +" Globale daglige køer skaper en spilleliste for alle spor som spilles av i dag.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Globale daglige køer: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Veksle bot auto-frakobling når du er ferdig med spilling.\n\n" +" Denne innstillingen har forrang over `[p]audioset emptydisconnect `.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Automatisk frakobling i køen: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Auto-avspilling er deaktivert." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Slå på DJ-modus.\n\n" +"DJ-modus lar brukere med DJ-rollen bruke lydkommandoer.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Mangler DJ Rolle" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Vennligst angi en rolle som skal brukes med DJ modus. Angi rollenavn eller ID nå." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Svaret på det ute, prøv igjen senere." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ role: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Automatisk frakobling fra kanal når det er alene i x sekunder, 0 for å deaktivere.\n\n" +" `[p]audioset dc` har forrang over denne innstillingen.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Ugyldig Tid" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Sekunder kan ikke være mindre enn null." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Tom frakobling deaktivert." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Tom frakoblingstidtaker er satt til {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Automatisk pause etter x sekunder når rommet er tomt, 0 til å deaktivere." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Tom pause ble deaktivert." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Tom pausestimeren er satt til {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Prioriter spor med sangtekster." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Foretrekk spor med tekster: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Angi en pris for køsporene for ikke-mods, 0 å deaktivere." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Ugyldig pris" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Prisen kan ikke være mindre enn null." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Platespare-modus er deaktivert." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Sporet køen kommandolakrisen satt til {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Angi lokal spiller-banen hvis Lavalink.jar ikke kjøres fra Audio-datamappen.\n\n" +" La banen stå tom for å tilbakestille banen til standard, Audio-datakatalogen.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "Lokaliseringsbanen plassering har blitt satt tilbake til {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "Denne innstillingen er bare for bot eiere å angi en lokalisering av mappeplassering I eksempelet nedenfor hele stien for 'ParentDirectory' må sendes til denne kommandoen.\n" +"```\n" +"ParentDirectory\n" +" Conoco__ localtracks (mappe)\n" +" ″__ Awesome Album Name (mappe)\n" +" Ars __01 Cool Song. p3\n" +" echten__02 Groovy Song. p3\n" +"```\n" +"Stien gitt til denne kommandoen må inneholde localtracks mappen.\n" +"**Denne mappen og filene må være synlig for brukeren der `Lavalink.jar` skal kjøre fra. *\n" +"Bruk denne kommandoen uten bane for å tilbakestille den til standard, mappen for lyddata for denne boten.\n" +"Vil du fortsette å angi den angitte banen for lokale spor?" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Ugyldig bane" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} virker ikke som en gyldig bane." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` eksisterer ikke. Stien vil fremdeles lagres, men sjekk banen og lag en lokal spiller-mappe i `{localfolder}` før du prøver å spille lokale spor." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Ugyldig miljø" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "Lokalitetsbanenes plassering er satt til {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Maks lengde på et spor i køen i løpet av sekunder, 0 til deaktivering.\n\n" +" Godtar sekunder eller en verdi formatert som 00:00:00 (`tt:mm:s`) eller 00:00 (`mm:ss`). Ugyldig\n" +" inndata vil dreie maksimal lengdeinnstilling av.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Ugyldig lengde" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "Lengde kan ikke være mindre enn null." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Spor maks lengde deaktivert." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Spor maks lengde satt til {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Slå av/på annonsering av spor og andre bot meldinger." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "Varslingsmodus: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "Slå på om botten vil bli automatisk dempet når de blir med i talekanalen." + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Auto Deafen: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Kun Kommersielle lenker: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Angi rolle som skal brukes for DJ-modus." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Innstillingene er endret" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "DJ rolle satt til: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Vis gjeldende innstillinger." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Server Innstillinger" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Automatisk frakobling: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Auto-avspilling: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Koble fra timer: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Auto Pause tidtaker: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "DJ Role: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Jukebox: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Kommandopris: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Maks sporlengde: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Sang varsel msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Vedvarende kø: [{persist_queue}]\n" +"Spotify søk: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Miniatyrbilder: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Stem over: [{vote_enabled}]\n" +"Hoppprosent: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Server" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Bruker" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Globalt" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "Bufret" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "USA topp 100" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Innstillinger for automatisk avspilling" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Spilleliste navn: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "Spilleliste-ID: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Spillelistens omfang: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Innstillinger for hurtigbuffer" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Maks alder: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Lokal Spotify-bufret: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Lokal Youtube-bufret: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Lokal Lavalink bufret [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "dager" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "Brukerinnstillinger" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Spotify søk: [{country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Lavalink innstillinger" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Cog versjon: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "Red-Lavalink: [{lavalink_version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Ekstern server: [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "Lavalink build: [{llbuild}]\n" +"Lavalink gren: [{llbranch}]\n" +"Utgivelsesdato: [{build_time}]\n" +"Lavaplay-versjon: [{lavaplayer}]\n" +"Java versjon: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Lokalspor vei: [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "Sender serveren Lavalink til dine DM-er." + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "Ingen logger i din datamappe." + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "Loggene er for store, du finner dem i {path}" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "Jeg må være i stand til å sende deg loggene." + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Aktivere/deaktiver trekk-titler som status." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Sang titler som status: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Bytt visning av et miniatyrbilde på lydmeldinger." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Miniatyrvisning: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "Prosentandel som trengs for ikke-mods å hoppe over spor, 0 for å deaktivere." + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Avstemning deaktivert. Alle brukere kan bruke kommandoer for køstyring." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Stemme prosentandel satt til {percent}%." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "Instruksjoner for å angi YouTube API-nøkkel." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Instruksjoner for å angi Spotify API tokenene." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. Gå til Spotify-utviklere og logg inn med Spotify-kontoen din.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Klikk \"Create An App\".\n" +"3. Fyll ut skjemaet gitt med appnavnet ditt, etc.\n" +"4. Når du blir spurt om du utvikler kommersiell integrasjon, velg \"Nei\".\n" +"5. Godta vilkårene\n" +"6. Kopier din klient-ID og din klient hemmelighet:\n" +"`{prefix}set api spotify client_id client_secret `" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Angi landkoden for Spotify-søk." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Ugyldig landskode" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "Vennligst bruk en offisiell kode [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)." + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Landskoden ble satt til {country}." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "Angir nivå for hurtigbufring.\n\n" +" Nivå kan være et av følgende:\n\n" +" 0: Aktiverer alle mellombufringer\n" +" 1: Aktiverer Spotify Cache\n" +" 2: Aktiverer YouTube Cache\n" +" 3: Aktiverer lavalink hurtigbufferen\n" +" 5: Aktiverer alle cacher\n\n" +" Hvis du vil deaktivere en bestemt hurtigbuffer bruker et negativt tall.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Maks alder: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Spotify-bufret: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Youtube-bufret: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Lavalink bufret [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Stiller inn maksalder for hurtigbufferen.\n\n" +"Med disse kommandoene kan du angi maks antall dager før en oppføring i bufret blir\n" +" ugyldig.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "Bufrealder kan ikke være mindre enn 7 dager. Hvis du vil deaktivere aktiv {prefix}audioset cache.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "Jeg har satt hurtigbufferalderen til {age} dager" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "Veksle vedvarende køer.\n\n" +" Vedvarende køer gjør at gjeldende kø gjenopprettes når køen stenges.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "Vedvarer køer: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "Gjenoppretter tilkoblingen med lavalink." + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "Omstart Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "Det kan ta et par minutter før Lavalink har startet opp." + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Koble fra talekanalen." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Ingenting spiller." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "Kan ikke koble fra" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Det er andre som lytter - stemme for å hoppe over i stedet." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Du trenger DJ-rollen for å koble fra." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "Kan ikke koble fra" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Kobler fra..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Spiller nå." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Forespurt av: **{track.requester}**\n" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Ingenting." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Spiller nå" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Auto-start" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Shuffle" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Gjenta" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Pause eller gjenoppta et spillespor." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "Kan ikke behandle sporing" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Du må være i talekanalen for å pause eller fortsette." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Du trenger DJ-rollen for å stoppe eller gjenoppta spor." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Spor satt på pause" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Spor gjenopptatt" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Hopp til begynnelsen av forrige spilte spor." + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "Kan ikke hoppe over spor" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Du må være i talekanalen for å hoppe over sporet." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "Du trenger DJ-rollen eller være sporforespørsel for å fortelle de forrige sangsporene." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "Kan ikke spille spor" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Ikke noe tidligere spor." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Spille på nytt" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Søke foran eller bak på et spor i løpet av sekunder eller noen til et bestemt tidspunkt.\n\n" +" Godtar sekunder eller en verdi formatert som 00:00:00 (`tt:mm:s`) eller 00:00 (`mm:ss`).\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "Kan ikke søke spor" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "Du må være i talekanal for å bruke søk." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "Du trenger DJ-rollen eller være sporforespørsel for å hoppe over spor." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "Kan ikke søke på en stream." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Ugyldig inndata for tiden å søke." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "Flyttet {num_seconds} s til 00:00:00" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "Flyttet {num_seconds} s til {time}" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Flyttet til {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Veksle blanding." + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "Kan ikke slå av blanding" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Du trenger DJ-rollen for å skifte blanding." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Du må være i talekanalen for å skifte blanding." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Bland sporene: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "Slå av/på støpt spor.\n\n" +" Sett denne til deaktivert hvis du ønsker å unngå dumme sanger blir stokket. Dette prioriterer\n" +" over `[p]shuffle`.\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "Bland støpt spor: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Hopp til neste spor eller til et gitt spornummer." + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Du må være i talekanalen for å hoppe over musikken." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "Du trenger DJ-rollen eller være sporforespørsel for å hoppe over spor." + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Du kan bare hoppe over gjeldende spor." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "Kan ikke hoppe til et spesifikt spor i avstemningsmodus uten DJ-rollen." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "Jeg fjernet din stemme for å hoppe over." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Du stemte for å hoppe over." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Stemmeterskel oppfylt." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " Stemmer: {num_votes}/{num_members} ({cur_percent}% av {required_percent}% som trengst)" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "Stopp avspilling og tøm avspillingskøen." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "Kan ikke stoppe spiller" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Du må være i talekanal for å stoppe musikken." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Du trenger DJ-rollen som skal stoppe musikken." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Stopper..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Tilkall botten til en talekanal." + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "Kan ikke bli med i Talekanal" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Det er andre mennesker som lytter til musikk." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Du trenger DJ-rollen for å tilkalle boten." + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Koble til en talekanal først." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Tilkoblingen til Lavalink er ikke etablert ennå." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Angi volumet, 1 % - 150 %." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Gjeldende volum:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "Kan ikke endre volum" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Du må være i talekanal for å endre volumet." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Du trenger DJ-rollen for å endre volumet." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Volum:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Veksle gjenta." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "Kan ikke veksle gjentakelse" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Du trenger DJ-rollen for å slå gjentakelse." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Du må være i talekanalen for å slå gjentakelse." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Gjenta spor: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Fjern et bestemt spornummer fra avspillingskøen." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Ingenting sto i kø." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "Kan ikke endre kø" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Du trenger DJ-rollen for å fjerne spor." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Du må være i talekanalen for å administrere køen." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Sangnummeret må være større enn 1 og innenfor køgrensen." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Fjernet spor fra køen" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "Fjernet {track} fra køen." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "Fjernet 0 spor, samsvarer ikke med URL oppgitt." + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "Fjernet {removed_tracks} spor fra køen som samsvarer med URL-adressen oppgitt." + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Hopp et spornummer til toppen av køen." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "Kan ikke støte på sporet" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Du må være i talekanalen for å støte på et spor." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Du trenger DJ-rollen for å spore spor." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "Flyttet spor til toppen av køen." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Equalizerledelse.\n\n" +" Band posisjoner er 1-15 og verdier har en rekke -0. 5 til 1,0.\n" +" Band navn er 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1. k, 2,5k, 4k,\n" +" 6.3k, 10 og 16k Hz.\n" +" Angi en båndverdi til -0. 5 nullifiserer den mens +0,25 er doblet.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Slett en lagret eq forhåndsinnstilling." + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "Kan ikke slette forhåndsinnstilling" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Du er ikke forfatteren av den forhåndsinnstilte innstillingen." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Liste lagrede eq forhåndsinnstillinger." + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Ingen lagrede equalizer-forhåndsinnstillinger." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Forhåndsinnstilt navn" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Forfatter" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} preset(s)" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Last inn en lagret ekstern forhåndsinnstilling." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "Ingen forhåndsinnstillinger funnet" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "Kan ikke laste forhåndsinnstilling" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Du trenger DJ-rollen for å laste inn forhåndsinnstillinger for equalizer." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "Tilbakestill eq til 0 over alle bandene." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "Kan ikke endre forhåndsinnstilling" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Du trenger DJ-rollen for å tilbakestille equalizeren." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "Equalizer-verdiene er nullstilt." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "Lagre gjeldende eq innstillinger i en forhåndsinnstilling." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "Kan ikke lagre forhåndsinnstilling" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Du trenger DJ-rollen for å lagre forhåndsinnstillinger for equalizer." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Vennligst skriv inn et navn for denne equalizer forhåndsinnstillingen." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "Ingen equalizer forhåndsinnstillt, prøv kommandoen igjen senere." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Prøv kommandoen igjen med et kortere navn." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "Forhåndsinstilling navn eksisterer allerede, vil du erstatte den?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Lagrer ikke forhåndsinnstillingen." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "Nåværende equalizer lagret som {preset_name} forhåndsinnstilles." + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Angi et eq-bånd med et båndnummer eller verdi.\n\n" +" Båndposisjonene er 1-15 og verdiene har en rekke på -0. 5 til 1,0.\n" +" Band navn er 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1. k, 2,5k, 4k,\n" +" 6,3k, 10 og 16k Hz.\n" +" Angi en båndverdi til -0. 5 nullifiserer den mens +0,25 er doblet.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "Kan ikke angi forhåndsinnstilling" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Du trenger DJ-rollen for å sette equalizer-forhåndsinnstillinger." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "Ugyldig bånd" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Gyldige båndnumre er 1-15 eller båndnavnene som er listet ved hjelp for denne kommandoen." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Forhåndsinnstilt endret" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "{band_name}Hz-båndet er satt til {band_value}." + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Lavalink server konfigurasjonsalternativ." + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "Endre din Java kjørbar bane\n\n" +" Angi ingenting å tilbakestille til standard.\n" +" " + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "Du kan ikke endre Java-kjørbare banen til eksterne Lavalink-forekomster fra Audio Cog." + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "Java kjørbar endret" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "Lyd vil nå bruke `java` for å kjøre Lavalink.jar" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "`{java_path} er ikke en gyldig kjørbar fil" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "Java kjørbar endret" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "Lyd vil nå bruke `java` for å kjøre Lavalink.jar" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Mislyktes i å skru av Lavalink" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Last lyd på nytt (`{prefix}reload audio')." + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "Last lyd på nytt (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "Bytt ved å bruke eksterne Lavalink servere." + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Ekstern Lavalink server: {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Ekstern Lavalink server: {true_or_false}\n" +"For at det skal tas i kraft, last lyd på nytt (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Sett server verten med Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Ekstern Lavalink server satt til True." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Vert satt til {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Sett passord for lavalink server." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Server passord er satt til {password}." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Sett lavalink websocket server port." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Websocket port satt til {port}." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "Vis tilkoblingsinnstillinger for Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "Tilkoblingsinnstillinger" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "Vert: [{host}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "WS Port: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "Rest Port: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "Passord: [{password}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "Jeg må være i stand til å sende deg denne info." + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Lokale avspillingskommandoer." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Fant ikke mappen" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "Lokale spor-mappen med navnet {name} eksisterer ikke." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Ingen albummapper funnet." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Søk etter sanger i alle mapper med lokalt spor." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Ingen treff." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Få Red til å synge en av sangene hennes." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Lydstatistikk." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Ikke koblet noe sted." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "Spiller på {num} / {total} servere:" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Side {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Køprosent." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "Det er ingenting i køen." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Spor i kø og spiller:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Den nettadressen er ikke tillatt." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Det sporet er ikke tillatt." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Du trenger DJ-rollen for å stå i kø." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "Tilkoblingen til Lavalink mislyktes" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Vennligst sjekk konsollen eller loggene dine for detaljer." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Du må være i talekanalen for å bruke spillkommandoen." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "Ingen spor funnet for `{query}`." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Grensen for kø er nådd." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Tving avspilling av URL eller søk etter et spor." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "Kun enkelt spor fungerer med klumpe spilling." + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Lokale spor vil ikke fungere hvis `Lavalink.jar` ikke kan se sporet.\n" +"Dette kan skyldes tillatelser eller at Lavalink.jar kjøres i en annen maskin enn de lokale sporene." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "Sporet kan ikke spilles." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** er ikke et fullstendig støttet format og noen spor kan kanskje ikke spille." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Dette sporet er ikke tillatt på denne serveren." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "Spor overskrider maksimal lengde." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time} til avspilling: #1 i kø" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Spor i kø" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "Velg en Spotify-spilleliste fra en liste over kategorier for å starte å spille." + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Eieren må angi Spotify-klient-ID og Spotify klient-sekretet, før Spotify-URLer og koder kan brukes. \n" +"Se `{prefix}audioset spotifyapi for instruksjoner." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Eieren må angi YouTube API-nøkkelen før Spotify URL-er eller koder kan brukes.\n" +"Se {prefix}audioset youtubeapi` for instruksjoner." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "Du må være i talekanal for å bruke sjanger-kommandoen." + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "Ingen kategorier funnet" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "Ingen kategorier funnet, prøv på nytt senere." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Kategorier" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "Ingen kategorier er valgt, prøv igjen senere." + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "Spillelister for {friendly_name}" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Ingen spor å spille." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "Kunne ikke finne spor for den valgte spillelisten." + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Starter med automatisk spilling." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Du må være i talekanal for å bruke autospillkommandoen." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Kunne ikke få et gyldig spor." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Kunne ikke motta spor" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Jeg klarer ikke å finne et spor fra Lavalink i øyeblikket, prøv igjen om noen minutter." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Legger til et spor i køen." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "Velg et spor med et søk.\n\n" +" Bruk `[p]search list ` for å køen alle spor funnet på YouTube. Bruk `[p]search sc\n" +" ` for å søke på SoundCloud i stedet for YouTube.\n" +" " + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "Kan ikke søke etter sporing" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Du må være i talekanalen for å kø spor." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Ingenting funnet." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} spor kan ikke legges i kø." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "Køet {num} spor(er).{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "mappe" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "søk" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "{time} til start av {type} avspilling: starter på #{position} i kø" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "Alternativer for spillelistekonfigurasjon.\n\n" +"Omfangsinformasjon:\n" +"** Global **:\n" +"Synlig for alle brukere av denne bot.\n" +"Bare redigerbar av boteeier.\n" +"** Guild **:\n" +"Synlig for alle brukere i dette lauget.\n" +"Kan redigeres av bot eier, klanteier, klanadministratorer, klanmods, DJ-rolle og spillelisteoppretter.\n" +" ** User**:\n" +"Synlig for alle botbrukere, hvis --forfatter er bestått.\n" +" Kan redigeres av boteier og skaper.\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "Oppdaterer alle sporene i en spilleliste.\n\n" +" ** Bruk **:\n" +"[p]playlist append playlist_name_OR_id track_name_OR_url [args]\n\n" +"** Args **: \n" +"Følgende er alle valgfritt:\n" +"​ ​ --scope \n" +" --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +"** Scope** er ett av følgende:\n" +" Global\n" +" Guild\n" +" User\n\n" +" **Author** kan være ett av følgende:\n" +" Bruker-ID\n" +" Brukeromtale\n" +"Brukernavn # 123\n\n" +" **Guild ** kan være ett av følgende:\n" +" Guild ID\n" +" Nøyaktig guildnavn\n\n" +"Eksempelbruk: \n" +"[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +"[p] spillelisteoppdatering MyGlobalPlaylist - Scope Global\n" +"[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "Fant ikke spillelisten" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "Kunne ikke finne et spor som matcher din forespørsel." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "Hopper over spor" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} er allerede i {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "Spilleliste nådd: Kunne ikke legge til spor." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "Spor lagt til" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} lagt til {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{num} spor lagt til {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} allerede i spillelisten og ble hoppet over." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "spor er" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "sporet er" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "Spilleliste endret" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "Kan ikke matche '{arg} med en spilleliste." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "den globale" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Spilleliste kopiert" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "Spilleliste {name} (`{from_id}`) kopiert fra {from_scope} til {to_scope} (`{to_id}`)." + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "Lag en tom spilleliste.\n\n" +" ** Bruk **:\n" +" [p]playlist create playlist_name [args]\n\n" +"**Args**: \n" +"Følgende er alle valgfrie:\n" +" - omfang \n" +" - forfatter [bruker]\n" +" - guild [laug]**Bare boteeieren kan bruke denne**\n\n" +"**Omfang **er ett av følgende:\n" +"Global\n" +" Gilde\n" +" Bruker\n\n" +" * * Forfatter ** kan være ett av følgende:\n" +" Bruker-ID\n" +" Brukeromtale\n" +" Brukernavn # 123\n\n" +" ** Guild ** kan være en av følgende: \\ n Guild ID \\ n Nøyaktig guildnavn\n\n" +"Eksempelbruk:\n" +"[p] spilleliste opprett MyGuildPlaylist\n" +"[p]playlist create MyGlobalPlaylist --scope Global\n" +" [P]playlist create MyPersonalPlaylist --scope User\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Ugyldig navn på spillelister" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Navn på spillelister må være et enkelt ord (opptil 32 tegn) og ikke bare tall." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Spilleliste opprettet" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Tom spilleliste {name} (`{id}`) [** {scope} **] opprettet." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "Slett en lagret spilleliste.\n\n" +" ** Bruk **: \n" +" [p]playlist delete playlist_name_OR_id [args] \n" +" \n" +" ** Args **: \n" +" Følgende er alle valgfrie: \n" +" - omfang \n" +" - forfatter [bruker] \n" +" - guild [laug] ** Bare boteeieren kan bruke denne ** \n" +" \n" +" ** Omfang ** er ett av følgende: \n" +" Global \n" +" Gilde \n" +" Bruker \n" +" \n" +" * * Forfatter ** kan være ett av følgende: \n" +" Bruker-ID \n" +" Brukeromtale \\ n Brukernavn # 123 \n" +" \n" +" ** Guild ** kan være en av følgende: \n" +" Guild ID \n" +" Nøyaktig guild navn \n" +" \n" +" Eksempelbruk: \n" +" [p]playlist delete MyGuildPlaylist \n" +" [p]playlist delete MyGlobalPlaylist --scope Global \n" +" [P]playlist delete MyPersonalPlaylist --scope User \n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "Spilleliste er slettet" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "{name} (`{id}`) [**{scope}**] spilleliste slettet." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "Fjern dupliserte spor fra en lagret spilleliste.\n\n" +"** Bruk **:\n" +"[p]playlist dedupe playlist_name_OR_id [args]\n\n" +"** Args **: \n" +"Følgende er alt valgfritt:\n" +"​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] ** Bare boteeieren kan bruke dette **\n\n" +" ** Omfang ** er ett av følgende:\n" +"Global\n" +"Guild\n" +"User\n\n" +" ** Author ** kan være ett av følgende:\n" +"Bruker-ID\n" +"Brukeromtale\n" +"Brukernavn # 123\n\n" +" ** Guild ** kan være ett av følgende:\n" +"Guild ID\n" +"Eksakt guild navn\n\n" +"Eksempelbruk:\n" +"`[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "Fjernet {track_diff} dupliserte spor fra {name} (`{id}`) [**{scope}**] spilleliste." + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "Spilleliste har ikke endret seg" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "{name} (`{id}`) [**{scope}**] spillelisten har ingen duplikate spor." + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "Last ned en kopi av en spilleliste.\n\n" +"Disse filene kan brukes med opplastningskommandoen for [p]playlist upload` command.\n" +"Røde v2-kompatible spillelister kan genereres ved å sende sant\n" +" for variabelen v2.\n\n" +"* * Bruk **:\n" +"[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]\n\n" +" ** Args **: \n" +"Følgende er alle valgfrie:\n" +" --scope \n" +" - author [user]\n" +" - guild [guild] ** Bare boteeieren kan bruk dette **\n\n" +" ** Scope ** er ett av følgende:\n" +"Global\n" +"Guild\n" +"User\n\n" +"** Forfatter ** kan være ett av følgende: \n" +" Bruker-ID\n" +"Brukernavn\n" +" Brukernavn # 123\n\n" +"** Guild ** kan være ett av følgende:\n" +" Guild ID\n" +" Eksakt guildnavn\n\n" +"Eksempelbruk:\n" +" ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Spilleliste har ingen spor." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "Denne spillelisten er for stor til å kunne sendes på denne serveren." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "Spillelisten er for stor, her er den komprimerte versjonen." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "Hent informasjon fra en lagret spilleliste.\n\n" +" ** Bruk **:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" ** Args **:\n" +" Følgende er alle valgfrie:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bare boteieren kan bruke dette **\n\n" +" ** Scope ** er ett av følgende:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" ** Forfatter ** kan være ett av følgende:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n\n" +" ** Guild ** kan være ett av følgende:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Eksempel på bruk:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User` " + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "Informasjon om spilleliste for {playlist_name} (`{id}`) [** {scope} **]:\n" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "Informasjon om spilleliste for {playlist_name} (`{id}`) [** {scope} **]:\n" +"URL: {url}" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Ukjent" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "Side {page}/{pages} | Forfatter: {author_name} | {num} spor (er)" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "Liste lagrede spillelister.\n\n" +" ** Bruk **:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" ** Args **:\n" +" Følgende er alle valgfrie:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] ** Bare boteieren kan bruke dette **\n\n" +" ** Scope ** er ett av følgende:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" ** Forfatter ** kan være ett av følgende:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" ** Guild ** kan være ett av følgende:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Eksempel på bruk:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "Ingen lagrede spillelister tilgjengelig på denne serveren." + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "Ingen lagrede spillelister for {scope} opprettet av {author}." + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "Ingen lagrede spillelister for {scope}." + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID: {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Spor: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Forfatter: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Omfang: {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "Lagre en kø i en spilleliste.\n\n" +"**Bruk**:\n" +"`[p]playlist queue spilleliste_navn[argumenter]\n\n" +"**Argumenter**:\n" +"De følgende er valgri:\n" +"--scope \n" +"--author [bruker]\n" +"--guild [klan] **Bare bot eieren kan bruke dette**\n\n" +"**Omfang** er en av de følgende:\n" +"Global\n" +"Klan\n" +"Bruker\n\n" +"**Forfatter** kan være en av følgende:\n" +"Bruker ID\n" +"Bruker Omtale\n" +"Bruker Navn#123\n\n" +"**Klan** kan være en av følgende:\n" +"Klan ID\n" +"Eksakt klan navn\n\n" +"Eksempel:\n" +"`[p]playlist queue MinKlanSpilleliste`\n" +"`[p]playlist queue MinGlobaleSpilleliste --scope Global`\n" +"`[p]playlist queue MinPersonligeSpilleliste --scope Bruker`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "Det er ingenting i køen." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "Spilleliste {name} (`{id}`) [** {scope} **] lagret: {num} spor lagt til." + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "Spilleliste nådd: Kunne ikke legge til spor." + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "Fjern et spor fra en spilleliste av url\n\n" +"**Usage**:\n" +"`[p]playlist remove spilleliste_navn_eller_id url [Argumenter]\n\n" +"**Argumenter**:\n" +"De følgende er valgfri:\n" +"--scope \n" +"--author [forfatter]\n" +"--guild [klan] **Bare bot eienren kan bruke denne**\n\n" +"**Omfang** er en av de følgende:\n" +"Global\n" +"Klan\n" +"Bruker\n\n" +"**Forfatter** kan være en av de følgende:\n" +"Bruker ID\n" +"Bruker Omtale\n" +"Bruker Navn#123\n\n" +"**Klan** kan være en av de følgende:\n" +"Klan ID\n" +"Eksakt klan navn\n\n" +"Eksempel:\n" +"`[p]playlist remove MinKlanSpilleliste https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +"`[p]playlist remove MinGlobaleSpilleliste https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +"`[p]playlist remove MinPersonligeSpilleliste https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "URL-en er ikke i spillelisten." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Ingen spor igjen, fjerner spillelisten." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "{num} oppføringer er fjernet fra spillelisten {playlist_name} (`{id}`) [** {scope} **]." + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "Sporet er fjernet fra spillelisten: {playlist_name} (`{id}`) [** {scope} **]." + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "Lagre en spilleliste fra en url.'\n\n" +"**Bruk**:\n" +"`[p]playlist save navn url [argumenter]`\n\n" +"**Argumenter**\n" +"De følgende er valgfri:\n" +"--scope \n" +"--author [bruker]\n" +"--guild [klan] **Bare bot eieren kan bruke denne**\n\n" +"**Omfang** er en av de følgende:\n" +"Global\n" +"Klan\n" +"Bruker\n\n" +"**Forfatter** kan være en av de følgende:\n" +"Bruker ID\n" +"Bruker Omtale\n" +"Bruker Navn#123\n\n" +"**Klan** kan være en av de følgende:\n" +"Klan ID\n" +"Eksakt klan navn\n\n" +"Eksempel:\n" +"`[p]playlist save MinKlanSpilleliste https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +"`[p]playlist save MinGlobaleSpilleliste https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +"`[p]playlist save MinPersonligeSpilleliste https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope Bruker`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "Spilleliste {name} (`{id}`) [** {scope} **] lagret: {num} spor lagt til." + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "Spilleliste kunne ikke opprettes" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "Kan ikke opprette spillelisten din." + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "Last en spilleliste i køen:\n" +"**Bruk**:\n" +"`[p]playlist start spilleliste_navn_eller_id [argumenter]\n\n" +"**Argumenter**:\n" +"De følgende er valgri:\n" +"--scope \n" +"--author [bruker]\n" +"--guild [klan] **Bare bot eieren kan bruke denne**\n\n" +"**Omfang** er en av de følgende:\n" +"Global\n" +"Klan\n" +"Bruker\n\n" +"**Forfatter** kan være en av de følgende:\n" +"Bruker ID\n" +"Bruker Omtale\n" +"Bruker Navn#123\n\n" +"Eksempel:\n" +"`[p]playlist start MinKlanSpilleliste`\n" +"`[p]playlist start MinGlobaleSpilleliste --scope Global`\n" +"`[p]playlist start MinPersonligeSpilleliste --scope Bruker`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "Du trenger DJ-rollen for å begynne å spille av spillelister." + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Spilleliste lagt i kø" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{name} -(`{id}`) [** {scope} **] \n" +"Lagt til {num} spor i køen. {maxlength_msg}" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "Oppdaterer alle spor i en spilleliste.\n\n" +"**Bruk**:\n" +"`[p]playlist update spilleliste_navn_eller_ID [argumenter]`\n\n" +"**Argumenter**:\n" +"De følgende er valgfrie:\n" +"​--scope \n" +"--author [bruker]\n" +"--guild [klan] **Bare bot eieren kan bruke denne**\n\n" +"**Omfang** er en av de følgende:\n" +"Global\n" +"Klan\n" +"Bruker\n\n" +"**Forfatter** kan være en av de følgende:\n" +"Bruker ID\n" +"Bruker Omtale\n" +"Bruker Navn#123\n\n" +"**Klan** kan være en av de følgende:\n" +"Klan ID\n" +"Eksakt klan navn\n\n" +"Eksempel:\n" +"`[p]playlist update MinKlanSpilleliste`\n" +"`[p]playlist update MinGlobaleSpilleliste --scope Global`\n" +"`[p]playlist update MinPersonligeSpilleliste --scope Bruker`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Ugyldig spilleliste" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Egendefinerte spillelister kan ikke oppdateres." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Spor fjernet" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Side {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Spor lagt til" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "Ingen endringer for {name} (`{id}`) [** {scope} **]." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "Laster opp en spilleliste fil som en spilleliste for bot'en.\n" +"V2 og gammel V3 spilleliste vil være treig.\n" +"V3 Spilleliste lagd med `[p]playlist download` vill laste kjappere.\n\n" +"**Bruk**:'\n" +"`[p]playlist upload [argumenter]`\n\n" +"**Argumenter**:\n" +"Følgende er valgritt å bruke:\n" +"--scope \n" +"--author [bruker]\n" +"--guild [klan] **Bare bot eieren kan bruke dette**\n\n" +"**Omfang** kan være en av de følgende:\n" +"Global\n" +"Klan\n" +"Bruker\n\n" +"**Forfatter** kan være en av de følgende:\n" +"Bruker ID\n" +"Bruker omtale\n" +"Bruker Navn#123\n\n" +"**Klan** kan være en av de følgende:\n" +"Klan ID\n" +"Eksakt klan navn\n\n" +"Eksempel:\n" +"`[p]playlist upload`\n" +"`[p]playlist upload --scope Global`\n" +"`[p]playlist upload --scope Bruker`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Vennligst last opp spillelistefilen. En annen melding vil avbryte denne operasjonen." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Ingen fil oppdaget, prøv igjen senere." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Opplasting avbrutt." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "Bare red spilleliste-filer kan lastes opp." + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Ikke en gyldig spillelistefil." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Denne spillelisten er for stor." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "Endre navn på en eksisterende spilleliste.\n\n" +"**Bruk**:\n" +"`[p]playlist rename spilleliste_navn_eller_id nytt_navn [argumenter]`\n\n" +"**Argumenter**:\n" +"Følgende er valgfri å bruke:\n" +"--scope \n" +"--author [bruker]\n" +"--guild [klan] **Bare boteieren kan bruke denne**\n\n" +"**Omfang** kan være en av de følgende:\n" +"Global\n" +"Klan\n" +"Bruker\n\n" +"**Forfatter** kan være en av de følgende:\n" +"Bruker ID\n" +"Bruker Omtale\n" +"Bruker Navn#123\n\n" +"**Klan** kan være en av de følgende:\n" +"Klan ID\n" +"Eksakt klan navn\n\n" +"Eksempel:\n" +"`[p]playlist rename MinKlanSpilleliste EndretNavnKlanSpilleliste`\n" +"`[p]playlist rename MinGlobalSpilleliste EndretNavnGlobalSpilleliste --scope Global`\n" +"`[p]playlist rename MinPersonligeSpilleliste EndretNavnMinPersonligeSpilleliste --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "'{old} spillelisten har blitt omdøpt til '{new}' (`{id}`) [**{scope}**]" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Liste opp sangene i køen." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Søk i køen." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "Kan ikke endre kø" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "Du trenger DJ rollen for å tømme køen." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "Kø endret" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "Køen har blitt tømt." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Fjerner sanger fra køen om anmoder ikke er i talekanalen." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "Kan ikke slette kø" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Du trenger DJ rollen for å rydde køen." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "Fjernet 0 spor." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Fjernet slepestrek fra køen" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "Fjernet {removed_tracks} spor i kø av medlemmer utenfor talekanalen." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "Fjerner alle sporene du ba om fra køen." + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "Fjernet {removed_tracks} spor i kø av {member.display_name}." + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Søk i køen." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "Blander avspillingskøen." + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "Kan ikke veksle kø" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "Du trenger DJ-rollen for å stokke i køen." + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "Køen er blandet." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..38308c02214754b15c1c75bc450e944af366f381 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/nl-NL.po @@ -0,0 +1,2998 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 676\n" +"Language: nl_NL\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Muziek configuratie opties." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Beheert de whitelist en de zwarte lijst voor geblokeerde woorden." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Beheert de zwarte lijst met sleutelwoorden." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Instellingen voor automatisch afspelen wijzigen." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Automatisch afspelen in-/uitschakelen als er geen nummers in de wachtrij staan." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Automatisch afspelen wanneer de wachtrij eindigt: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"Herhalen is uitgeschakeld." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Automatisch verbinding verbreken aan het einde van de wachtrij is uitgeschakeld." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Geen afspeellijst gevonden" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "'{arg}' komt niet overeen met een speellijst" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Geen nummers gevonden" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "Afspeellijst {name} heeft geen nummers." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Ontbrekende argumenten" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Je moet de Gilde z'n Gilde ID opgeven om te zoeken." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "Afspeellijst {name} (`{id}`) [**{scope}**] zal worden gebruikt voor autoplay." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Reset automatisch afspelen naar de standaard afspeellijst." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Verander DJ modus.\n\n" +" DJ modus laat gebruikers met de DJ rol audio commando's gebruiken.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "De DJ Rol ontbreekt" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Stel een rol in voor gebruik met de DJ-modus. Voer nu de rolnaam of ID in." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Geen reactie ontvangen, probeer het later opnieuw." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ role: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Verbreek automatisch de verbinding met het kanaal wanneer de bot alleen is voor x seconden, 0 om uit te schakelen.\n\n" +" `[p]audioset dc` heeft voorrang op deze instelling.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Ongeldige tijd" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Seconden kunnen niet minder zijn dan nul." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Lege verbinding verbreken is uitgeschakeld." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Lege verbinding verbreken is uingesteld op {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Auto-pauzeer na x seconden wanneer de ruimte leeg is, 0 om uit te schakelen." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Lege pauze uitgeschakeld." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Lege pauze timer ingesteld op {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Stel een prijs in voor wachtrijen voor niet-mods, 0 om uit te schakelen." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Ongeldige prijs" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Prijs kan niet lager dan nul zijn." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Jukebox-modus uitgeschakeld." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Trackwachtrijopdracht instellen ingesteld op {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Schakel track aankondigingen en andere bot berichten in of uit." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Stel de rol in die moet worden gebruikt voor de DJ-modus." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "DJ-rol ingesteld op: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Laat de huidige instellingen zien." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Server instellingen" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "dagen" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Muziektitel als status aan of uit zetten." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Muziektitel als status: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Schakelen tussen weergave van een miniatuur op audioboodschappen." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Miniatuurweergave: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Stemmen uitgeschakeld. Alle gebruikers kunnen commando's voor wachtrijbeheer gebruiken." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Stempercentage ingesteld op {percent}%." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Verbreek de verbinding met het spraakkanaal." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Er wordt niets uitgevoerd." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Je hebt de DJ rol nodig om de verbinding te verbreken." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Nu aan het afspelen." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Niets." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Nu aan het spelen" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Nummer is onderbroken" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Nummer hervat" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Verbind eerst met een spraakkanaal." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Er is nog geen verbinding gemaakt met Lavalink." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Het aantal nummers moet groter zijn dan 1 en binnen de wachtrijlimiet." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Zet een nummer bovenaan de wachtrij." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Je moet in een spraakkanaal zitten om het nummer bovenaan de wachtrij te zetten." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Je hebt de DJ rol nodig om nummers bovenaan de wachtrij te zetten." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Probeer het commando opnieuw met een kortere naam." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Lokale afspeelopdrachten." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Geen albums gevonden." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Zoek naar nummer in de algemene lokale tracklijst." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Geen overeenkomsten." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Audio statistieken." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Nergens verbonden." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Wachtrij percentage." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Wachtrij en nummers die afspelen:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Je heeft de DJ rol nodig om nummers in de wachtrij te zetten." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Je moet in het spraakkanaal zijn om de `play` commando te gebruiken." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Nummer toegevoegd" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Geen nummers om af te spelen." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Geen resultaten." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} nummers kunnen niet in de wachtrij worden geplaatst." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Nummers: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "URL niet in de afspeellijst." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Geen nummers meer in de afspeellijst, de afspeellijst wordt verwijderd." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Afspeellijst toegevoegd" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Upload het afspeellijst bestand. Elk ander bericht zal deze bewerking annuleren." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Geen bestand gedetecteerd, probeer het later opnieuw." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Upload geannuleerd." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Geen geldig afspeellijst bestand." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..d5586cea847c10a641fbfdb17781a1b9c653ec33 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pl-PL.po @@ -0,0 +1,3173 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 676\n" +"Language: pl_PL\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Opcje konfiguracji muzyki." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Zarządza białą i czarną listą słów kluczowych." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Zarządza globalną białą/czarną listą słów kluczowych." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Zarządza globalną białą listą słów kluczowych." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Dodaje słowo kluczowe do białej listy.\n" +"\\n Jeśli cokolwiek zostanie dodane do białej listy, pozostałe słowa będą uznane jak na czarnej liście.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Słowo kluczowe jest już na białej liście." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Biała lista zmodyfikowana" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "Dodano `{whitelisted}` do białej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Wyświetla wszystkie słowa kluczowe dodane do białej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Brak wyników na białej liście." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Globalna biała lista" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Czyści wszystkie słowa kluczowe z białej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Wszystkie wpisy zostały usunięte z białej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Usuwa słowo kluczowe z białej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Usunięto `{whitelisted}` z białej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Zarządza globalną czarną listą słów kluczowych." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Dodaje słowo kluczowe do czarnej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Słowo kluczowe jest już na czarnej liście." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Zmodyfikowano czarną listę" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "Dodano `{blacklisted}` do czarnej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Wyświetla wszystkie słowa kluczowe dodane do czarnej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Brak wyników na czarnej liście." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Globalna biała lista" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Czyści wszystkie słowa kluczowe z czarnej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Wszystkie wpisy zostały usunięte z czarnej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Usuwa słowo kluczowe z czarnej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Słowo kluczowe nie jest na czarnej liście." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Usunięto `{blacklisted}` z czarnej listy." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Zarządza białą listą słów kluczowych." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Biała lista" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Zarządza czarną listą słów kluczowych." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Czarna Lista" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Zmień ustawienia automatycznego odtwarzania." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Przełącz automatyczne odtwarzanie, gdy w kolejce nie ma utworów." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Odtwarzaj automatycznie, gdy kolejka się zakończy: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Włączone" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Wyłączone" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"Powtarzanie zostało wyłączone." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Automatyczne wychodzenie na końcu kolejki zostało wyłączone." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Ustawienie zmienione" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Ustaw listę odtwarzania jako źródło do automatycznego odtwarzania utworów.\n\n" +" **Użycie**\n" +" ​ ​ ​ ​ `[p]audioset autoplay nazwa_playlisty_lub_id [args]`\n\n" +" **Argumenty**:\n" +" ​ ​ ​ ​ Poniższe są opcjonalne:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope\n" +" ​ ​ ​ ​ ​ ​ ​ ​ -author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild[guild] **Tylko właściciel może tego użyć**\n\n" +" **Scope** jest jednym z następujących:\n" +" ​Globalnie\n" +" ​ ​ ​ ​ Gildia\n" +" ​ ​ ​ ​ Użytkownik\n\n" +" **Author** może być jednym z poniższych:\n" +" ID Użytkownika\n" +" ​ ​ ​ ​ Wzmianka o Użytkowniku\n" +" ​ ​ ​ ​ Nazwa użytkownika#123\n\n" +" **Guild** może być jednym z poniżych:\n\n" +" ​ ​ ​ ​ ID Gildii\n" +" ​ ​ ​ ​ Dokładna nazwa gildii\n\n" +" Przykładowe użycie:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Listy odtwarzania nie są dostępne" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "Sekcja listy odtwarzania audio jest obecnie niedostępna" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Sprawdź swoje logi." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Nie znaleziono listy odtwarzania" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Nie można dopasować '{arg}' do listy odtwarzania" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Nie znaleziono utworów" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "Lista odtwarzania {name} nie ma utworów." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "Lista odtwarzania {id} nie istnieje w zakresie {scope}." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Brakujące argumenty" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Musisz podać ID Gildii do wyszukania." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "Lista odtwarzania {name} (`{id}`) [**{scope}**] zostanie użyta do automatycznego odtwarzania." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Resetuje automatyczne odtwarzanie do domyślnej listy odtwarzania." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Ustaw auto-odtwarzanie listy odtwarzania, aby odtwarzać ostatnio odtwarzane utwory." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Przełącz globalne dzienne kolejki.\n\n" +" Globalne dzienne kolejki tworzą playlistę dla wszystkich odtwarzanych dzisiaj utworów.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Globalne dzienne kolejki: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Przełącz kolejki dzienne.\n\n" +" Kolejki dzienne tworzą listę odtwarzania dla wszystkich odtwarzanych dzisiaj utworów.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Dzienne kolejki: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Przełącz automatyczne odłączanie bota po zakończeniu odtwarzania.\n\n" +" To ustawienie ma pierwszeństwo przed `[p]audioset emptydisconnect`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Automatyczne odłączenie na końcu kolejki: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Automatyczne odtwarzanie zostało wyłączone." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Przełącz tryb DJ.\n\n" +" Tryb DJ pozwala użytkownikom z rolą DJ na używanie komend audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Brakująca rola DJ'a" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Proszę ustaw rolę do używania w trybie DJ. Wprowadź teraz nazwę roli lub ID." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Upłynął limit czasu odpowiedzi, spróbuj ponownie później." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "Rola DJ: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Automatycznie odłącz od kanału, gdy bot jest w nim sam przez x sekund, 0 aby wyłączyć.\n\n" +" `[p]audioset dc` ma pierwszeństwo przed tym ustawieniem.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Nieprawidłowy czas" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Ilość sekund nie może być mniejsza niż zero." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Rozłączanie przy pustym kanale wyłączone." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Zegar wyjścia z pustego kanału ustawiony na {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Automatyczne wstrzymanie po x sekundach, gdy pokój jest pusty, 0 aby wyłączyć." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Pauzowanie przy pustym kanale wyłączone." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Zegar zapauzowania na pustym kanale ustawiony na {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Priorytet utworów z tekstami piosenek." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Preferuj utwory z tekstami piosenek: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Ustaw cenę za kolejkowanie ścieżek dla nie-modów, 0 aby wyłączyć." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Nieprawidłowa cena" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Cena nie może być mniejsza niż zero." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Tryb Jukebox wyłączony." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Cena komendy kolejkowania utworu ustawiona na {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Ustaw ścieżkę lokalnych utworów, jeśli Lavalink.jar nie jest uruchamiany z folderu danych audio.\n\n" +" Pozostaw pustą ścieżkę, aby przywrócić domyślną ścieżkę, katalogu danych audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "Lokalizacja lokalnych utworów została zresetowana do {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "To ustawienie służy tylko właścicielom botów do ustawiania lokalizacji folderu localtracks w przykładzie poniżej, pełna ścieżka dla 'KanałuNadrzędnego' musi być przekazana do tego polecenia.\n" +"```\n" +"Katalog nadrzędny\n" +" |__ localtracks (folder)\n" +" | |__ Niesamowita nazwa albumu (folder)\n" +" | |__01 Świetna Song. mp3\n" +" | |__02 Groovy Song. p3\n" +"```\n" +"Ścieżka folderu nadana tej komendy musi zawierać folder localTracks\n" +"**Ten folder i pliki muszą być widoczne dla użytkownika, skąd działa `Lavalink.jar`. *\n" +"Użyj tej komendy bez przypisanej ścieżki, aby zresetować ją do domyślnego, katalogu danych audio dla tego bota.\n" +"Czy chcesz kontynuować ustawianie ścieżki dla utworów lokalnych?" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Nieprawidłowa ścieżka" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} nie wygląda na prawidłową ścieżkę." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` nie istnieje. Ścieżka będzie nadal zapisana, ale sprawdź ścieżkę i utwórz folder localtracks w `{localfolder}` przed próbą odtworzenia lokalnych ścieżek." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Nieprawidłowe środowisko" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "Lokalizacja lokalnych utworów została ustawiona na {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Maksymalna długość utworu do kolejkowania w sekundach, 0 aby wyłączyć.\n\n" +" Akceptuje sekundy lub wartość sformatowaną jak 00:00:00 (`hh:mm:ss`) lub 00:00 (`mm:ss`). Nieprawidłowe\n" +" dane wejściowe wyłączą ustawienie maksymalnej długości.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Nieprawidłowa długość" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "Długość nie może być mniejsza niż zero." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Wyłączono maksymalną długość utworu." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Maksymalna długość utworu ustawiona na {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Przełącz ogłaszanie utworu i inne komunikaty bota." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "Tryb powiadomienia: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Tylko linki komercyjne: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Ustaw rolę dla trybu DJ." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Zmieniono ustawienia" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "Rola DJ ustawiona na: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Pokaż bieżące ustawienia." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Ustawienia serwera" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Automatyczne rozłączenie: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Automatyczne odtwarzanie: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Licznik rozłączenia: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Licznik Auto Pauzy: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "Rola DJ: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Jukebox: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Cena komendy: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Maksymalna długość utworu: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Miniatury: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Głosuj za pominięciem: [{vote_enabled}]\n" +"Procent na pominięcie: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Serwer" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Użytkownik" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Globalny" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "Umieszczone w pamięci podręcznej" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "Hot 100" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Ustawienia autoodtwarzania" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Nazwa playlisty: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "ID playlisty: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Zakres playlisty: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Ustawienia pamięci podręcznej" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Maksymalny wiek: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "dni" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Ustawienia Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Wersja Cog'a: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Serwer zewnętrzny: [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Ścieżka utworów lokalnych: [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Włącz/wyłącz tytuły ścieżek jako status." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Tytuły utworów jako status: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Przełącz wyświetlanie miniaturki w wiadomościach dźwiękowych." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Wyświetlanie miniatur: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "Procent wymagany do pominięcia utworów przez non-modów, 0 aby wyłączyć." + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Głosowanie wyłączone. Wszyscy użytkownicy mogą używać komend zarządzania kolejką." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Procent głosów ustawiony na {percent}%." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "Instrukcje ustawiania klucza API YouTube." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Instrukcje ustawiania tokenów Spotify API." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. Przejdź do Spotify developers i zaloguj się na swoje konto Spotify.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Kliknij \"Utwórz aplikację\".\n" +"3. Wypełnij formularz podając nazwę aplikacji, itp.\n" +"4. Gdy zostaniesz zapytany, czy rozwijasz integrację komercyjną, wybierz \"Nie\".\n" +"5. Zaakceptuj warunki.\n" +"6. Skopiuj swój identyfikator klienta i sekret klienta do:\n" +"`{prefix}set api spotify client_id client_secret `" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Ustaw kod kraju dla wyszukiwań Spotify." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Nieprawidłowy kod kraju" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "Użyj oficjalnego kodu [ISO 3166-1 alpha-2](https://pl.wikipedia.org/wiki/ISO_3166-1_alfa-2)." + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Kod kraju ustawiony na {country}." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "Ustawia poziom buforowania.\n\n" +" Poziom może być jednym z następujących:\n\n" +" 0: Wyłącza pamięć podręczną\n" +" 1: Włącza pamięć podręczną Spotify\n" +" 2: Włącza pamięć podręczną YouTube\n" +" 3: Włącza pamięć podręczną Lavalink\n" +" 5: Włącza wszystkie bufory\n\n" +" Jeśli chcesz wyłączyć określoną pamięć podręczną zrób to używając liczby ujemnej.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Maksymalny wiek: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Ustawia maksymalny wiek pamięci podręcznej.\n\n" +" Ta komenda pozwala ustawić maksymalną liczbę dni zanim wpis w pamięci podręcznej stanie się\n" +" nieprawidłowy.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "Wiek pamięci podręcznej nie może być krótszy niż 7 dni. Jeśli chcesz go wyłączyć uruchom {prefix}audioset cache.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "Ustawiłem/am wiek skrzynki na {age} dni" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Odłącz od kanału głosowego." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Nic nie gra." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "Nie można odłączyć" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Inni słuchają - zamiast tego zagłosuj na pomijanie." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Potrzebujesz roli DJ-a, aby rozłączyć." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "Nie udało się odłączyć" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Rozłączanie..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Teraz odtwarzane." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Żądane przez: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Nic nie ma." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Teraz odtwarzane" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Autoodtwarzanie" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Losowo" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Powtarzanie" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Wstrzymaj lub wznawiaj odtwarzanie utworu." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "Nie można zarządzać utworami" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Potrzebujesz roli DJ do wstrzymania lub wznowienia utworów." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Utwór zapauzowany" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Utwór wznowiony" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Przejdź do początku poprzednio odtwarzanego utworu." + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "Nie można pominąć utworów" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić utwór." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby dodać do kolejki poprzednie utwory." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "Nie można odtworzyć utworów" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Brak poprzedniego utworu." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Powtarzanie utworu" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Szukaj w przód lub w tył w utworze o kilka sekund lub do określonego czasu.\n\n" +" Akceptuje sekundy lub wartość sformatowaną jak 00:00:00 (`hh:mm:ss`) lub 00:00 (`mm:ss`).\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "Nie można przeszukać utworów" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "Musisz być na kanale głosowym, aby przewijać." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "Potrzebujesz roli DJ lub być żądającym utworu aby używać wyszukiwania." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "Nie można przeszukiwać strumienia." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Nieprawidłowe dane wejściowe dla czasu do szukania." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "Przesunięto {num_seconds}s do 00:00:00" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "Przesunięto {num_seconds}s do {time}" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Przesunięto do {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Przełącz wymieszanie." + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "Nie można przełączyć losowości" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Potrzebujesz roli DJ, aby przełączyć przetasowanie." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Musisz być na kanale głosowym, aby przełączyć przetasowanie." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Losuj utwory: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "Losuj podbite utwory: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Przejdź do następnego utworu lub do danego numeru utworu." + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Musisz być na kanale głosowym, aby pominąć muzykę." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby pominąć utwory." + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Możesz pominąć tylko bieżący utwór." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "Nie można przejść do konkretnego utworu w trybie głosowania bez roli DJ." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "Usunąłem/am twój głos aby pominąć." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Zagłosowałeś/aś na pominięcie." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Próg głosowania został osiągnięty." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " Głosy: {num_votes}/{num_members} ({cur_percent}% z {required_percent}% potrzebnych)" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "Zatrzymuje odtwarzanie i czyści kolejkę." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "Nie można zatrzymać odtwarzacza" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Musisz być na kanale głosowym, aby zatrzymać muzykę." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Potrzebujesz roli DJ, aby zatrzymać muzykę." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Zatrzymywanie..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Przywołaj bota do kanału głosowego." + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "Nie można dołączyć do kanału głosowego" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Inni słuchają." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Potrzebujesz roli DJ, aby przywołać bota." + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Najpierw połącz się z kanałem głosowym." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Ustaw głośność, 1% - 150%." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Obecna głośność:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "Nie można zmienić głośności" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Musisz być na kanale głosowym, aby zmienić głośność." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Potrzebujesz roli DJ, aby zmienić głośność." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Głośność:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Przełącz powtarzanie." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "Nie można przełączyć powtarzania" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Potrzebujesz roli DJ, aby włączyć powtarzanie." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Musisz być na kanale głosowym, aby włączyć powtarzanie." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Powtórz utwory: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Usuń określony numer utworu z kolejki." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Nic nie ma w kolejce." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "Nie można zmienić kolejki" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Potrzebujesz roli DJ, aby usunąć utwory." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Musisz być w kanale głosowym aby zarządzać kolejką." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Numer utworu musi być większy niż 1 i w granicach kolejki." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Usunięto utwór z kolejki" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "Usunięto {track} z kolejki." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "Usunięto 0 utworów, nic nie pasuje do podanego adresu URL." + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "Usunięto {removed_tracks} utworów z kolejki, które pasują do podanego adresu URL." + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Wrzuć numer utworu na górę kolejki." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "Nie można podrzucić utworu" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Musisz być na kanale głosowym, aby podrzucić utwór." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Potrzebujesz roli DJ-a, aby podrzucić utwór." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "Przeniesiono utwór na górę kolejki." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Usuń zapisane ustawienia eq." + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "Nie można usunąć ustawień" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Nie jesteś autorem tego ustawienia korektora." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Lista zapisanych ustawień eq." + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Brak zapisanych ustawień korektora." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Nazwa ustawień korektora" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Autor" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} preset(ów)" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Załaduj zapisane ustawienia eq." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "Nie znaleziono ustawień wstępnych" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "Nie można załadować ustawień korektora" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Potrzebujesz roli DJ, aby załadować ustawienia korektora." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "Zresetuj eq do 0 we wszystkich pasmach." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "Nie można zmodyfikować ustawień korektora" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Potrzebujesz roli DJ, aby zresetować korektor." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "Wartości korektora zostały zresetowane." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "Zapisz bieżące ustawienia korektora do ustawień korektora." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "Nie można zapisać ustawień korektora" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Potrzebujesz roli DJ, aby zapisać ustawienia korektora." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Wprowadź nazwę dla tego ustawienia korektora." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "Nie wprowadzono nazwy ustawienia korektora, spróbuj ponownie później." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Wypróbuj polecenie ponownie z krótszą nazwą." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "Ustawienie o danej nazwie już istnieje, czy chcesz je zastąpić?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Nie zapisuję ustawień." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "Bieżący korektor zapisany w ustawieniach {preset_name}." + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Ustaw pasmo equalizera z liczbą pasma lub nazwą i wartością.\n\n" +" Pozycje pasma są 1-15, a wartości mają zakres -0.25 do 1.0.\n" +" Nazwy pasm to 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k i 16k Hz.\n" +" Ustawianie wartości pasma na -0.25 unieważnia gdy +0,25 jest podwojone.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "Nie można ustawić ustawień" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Potrzebujesz roli DJ, aby ustawić ustawienia korektora." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "Nieprawidłowe pasmo" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Prawidłowe numery pasm to 1-15 lub nazwy pasma wymienione w pomocy dla tego polecenia." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Zmodyfikowano ustawienie" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "Pasmo {band_name}Hz zostało ustawione na {band_value}." + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Opcje konfiguracji serwera Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Nie udało się wyłączyć Lavalink'a" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "Proszę przeładować Audio (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "Przełącz używanie zewnętrznych serwerów Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}\n" +"Aby to zadziałało, przeładuj audio (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Ustaw host serwera Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Zewnętrzny serwer Lavalink ustawiony na True." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Host ustawiony na {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Ustaw hasło serwera Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Hasło serwera ustawione na {password}." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Ustaw port websocket serwera serwera Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Port WebSocket ustawiony na {port}." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Komendy lokalnego odtwarzania." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Nie znaleziono folderu" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "Folder lokalnych utworów o nazwie {name} nie istnieje." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Nie znaleziono folderów albumów." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Szukaj piosenek we wszystkich folderach lokalnych." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Brak dopasowań." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Spraw aby Red zaśpiewała jedną z jej piosenek." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Statystyki dźwięku." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Nigdzie nie połączono." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "Gra na serwerach {num}/{total}:" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Strona {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Procent kolejki." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "Niczego nie ma w kolejce." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Zakolejkowane i odtwarzane utwory:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Ten adres URL jest niedozwolony." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Ten utwór jest niedozwolony." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Potrzebujesz roli DJ do zakolejkowania utworów." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "Połączenie z Lavalink nie powiodło się" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Sprawdź swoją konsolę lub logi w celu uzyskania szczegółów." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Musisz być na kanale głosowym, aby użyć komendy odtwarzania." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "Nie znaleziono utworów dla `{query}`." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Osiągnięto limit rozmiaru kolejki." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Wymuś odtwarzanie adresu URL lub wyszukiwanie utworu." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "Tylko pojedyncze utwory działają z funkcją bump play." + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Lokalne utwory nie będą działać, jeśli `Lavalink.jar` nie może zobaczyć ścieżki.\n" +"Może to być spowodowane uprawnieniami lub Lavalink.jar jest uruchamiany w innej maszynie niż lokalne utwory." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "Utwór nie jest odtwarzalny." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "** {suffix} ** nie jest w pełni obsługiwanym formatem, przez co niektóre utwory mogą nie być odtwarzane." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Ten utwór nie jest dozwolony na tym serwerze." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "Utwór przekracza maksymalną długość." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time} do odtwarzania utworu: #1 w kolejce" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Utwór zakolejkowany" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "Wybierz listę odtwarzania Spotify z listy kategorii, aby rozpocząć odtwarzanie." + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Właściciel musi ustawić identyfikator ID klienta Spotify i sekretny klucz klienta Spotify, zanim będzie można użyć adresów URL lub kodów Spotify. \n" +"Zobacz instrukcje `{prefix}audioset spotifyapi`." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Właściciel musi ustawić klucz API YouTube zanim będzie można użyć adresów URL lub kodów Spotify.\n" +"Zobacz `{prefix}audioset youtubeapi` dla dalszych instrukcji." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "Musisz być na kanale głosowym, aby użyć komendy gatunku." + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "Nie znaleziono kategorii" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "Nie znaleziono kategorii, spróbuj ponownie później." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Kategorie" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "Nie wybrano kategorii, spróbuj ponownie później." + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "Listy odtwarzania dla {friendly_name}" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Brak utworów do odtworzenia." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "Nie można znaleźć utworów dla wybranej listy odtwarzania." + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Rozpoczyna automatyczne odtwarzanie." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Musisz być na kanale głosowym, aby użyć komendy autoplay." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Nie można uzyskać prawidłowego utworu." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Nie można dostać utworu" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "W tej chwili nie mogę pobrać utworu z Lavalinka, spróbuj ponownie za kilka minut." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Dodawanie utworu do kolejki." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "Nie można wyszukać utworów" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Musisz być na kanale głosowym, aby kolejkować utwory." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Nic nie znaleziono." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} utworów nie może zostać zakolejkowane." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "Zakolejkowano {num} utwory(ów).{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "katalog" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "szukaj" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "{time} do rozpoczęcia {type} odtwarzania: zaczyna się o #{position} w kolejce" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "Dodaj adres URL utworu, link do listy odtwarzania lub szybkie wyszukiwanie do listy odtwarzania.\n\n" +" Utwór(ory) zostanie(ną) dołączony(e) na końcu listy odtwarzania.\n\n" +" **Użycie**:\n" +" ​ ​ ​ ​ `[p]playlist append nazwa_playlisty_LUB_id nazwa_utworu_LUB_url [args]`\n\n" +" **Argumenty**:\n" +" ​ ​ ​ ​ Poniższe są opcjonalne:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Tylko właściciel bota może z tego korzystać**\n\n" +" **Scope(Zakres)** jest jednym z następujących:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ Użytkownik\n\n" +" **Autor** może być jednym z następujących:\n" +" ​ ​ ​ ​ ID Użytkownika\n" +" ​ ​ ​ ​ Wzmianka użytkownika\n" +" ​ ​ ​ ​ Nazwa Użytkownika#123\n\n" +" **Gildia** może być jednym z następujących:\n" +" ​ ​ ​ ​ ID Gildii\n" +" ​ ​ ​ ​ Dokładna nazwa gildii\n\n" +" Przykładowe użycie:\n" +" ​ ​ ​ ​ `[p]playlist append PlaylistaGildiowa Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append PlaylistaGildiowa Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append PlaylistaGildiowa Hello by Adele --scope Global --Author Draper#6666`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "Nie znaleziono listy odtwarzania" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "Nie można znaleźć utworu pasującego do Twojego zapytania." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "Pomijanie utworu" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} jest już w {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "Osiągnięto limit playlisty: Nie można dodać utworu." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "Dodano utwór" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} dołączono do {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{num} utwory dodane do {playlist} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} już na liście odtwarzania i został(y) pominięty(e)." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "utwory są" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "utwór jest" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "Lista odtwarzania zmodyfikowana" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "Nie można dopasować '{arg}' do listy odtwarzania." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "globalny" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Lista odtwarzania skopiowana" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "Lista odtwarzania {name} (`{from_id}`) została skopiowana z {from_scope} do {to_scope} (`{to_id}`)." + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "Tworzy pustą listę odtwarzania.\n\n" +" **Użycie **:\n" +" ​ ​ ​ ​ `[p]playlist create nazwa_playlisty [args]`\n\n" +" **Args(Argumenty)**:\n" +" ​ ​ ​ ​ Poniższe są opcjonalne:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Tylko właściciel bota może z tego korzystać**\n\n" +" **Scope(Zakres)** jest jednym z poniższych:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Gildia\n" +" ​ ​ ​ ​ Użytkownik\n\n" +" **Author(Autor)** może być jednym z następujących:\n" +" ​ ​ ​ ID Użytkownika\n" +" ​ ​ ​ ​ Wzmianka użytkownika\n" +" ​ ​ ​ ​ Nazwa Użytkownika#123\n\n" +" **Guild** może być jednym z następujących:\n" +" ​ ​ ​ ​ ID Gildii \n" +" ​ ​ ​ ​ Dokładna nazwa gildii\n\n" +" Przykładowe zastosowanie:\n" +" ​ ​ ​ ​ `[p]playlist create PlaylistaGildiowa`\n" +" ​ ​ ​ ​ `[p]playlist create PlaylistaGildiowa --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create PlaylistaGildiowa --scope Użytkownik`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Nieprawidłowa nazwa listy odtwarzania" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Nazwy list odtwarzania muszą być pojedynczym słowem (do 32 znaków) i nie tylko liczbami." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Lista odtwarzania utworzona" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Utworzono pustą listę odtwarzania {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "Usuwa zapisaną playlistę.\n\n" +" **Użycie **:\n" +" ​ ​ ​ ​ `[p]playlist delete nazwa_playlisty_LUB_id [args]`\n\n" +" **Args(Argumenty)**:\n" +" ​ ​ ​ ​ Poniższe są opcjonalne:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Tylko właściciel bota może z tego korzystać**\n\n" +" **Scope(Zakres)** jest jednym z poniższych:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Gildia\n" +" ​ ​ ​ ​ Użytkownik\n\n" +" **Author(Autor)** może być jednym z następujących:\n" +" ​ ​ ​ ID Użytkownika\n" +" ​ ​ ​ ​ Wzmianka użytkownika\n" +" ​ ​ ​ ​ Nazwa Użytkownika#123\n\n" +" **Guild** może być jednym z następujących:\n" +" ​ ​ ​ ​ ID Gildii \n" +" ​ ​ ​ ​ Dokładna nazwa gildii\n\n" +" Przykładowe zastosowanie:\n" +" ​ ​ ​ ​ `[p]playlist delete Playlista Gildiowa`\n" +" ​ ​ ​ ​ `[p]playlist delete MojaPlaylistaGildiowa --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete Moja prywatnaPlaylista --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "Lista odtwarzania usunięta" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "Usunięto listę odtwarzania {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "Usuwa duplikaty piosenek z zapisanej listy odtwarzania.\n\n" +" **Użycie**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe nazwa_listy_lub_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ Następujące są opcjonalne:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Tylko właściciel bota może tego użyć**\n\n" +" **Scope** jest jednym z następujących:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** może być jednym z:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild**może być jednym z:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Dokładna nazwa Gildii\n\n" +" Przykładowe użycie:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "Usunięto {track_diff} zduplikowanych utworów z listy odtwarzania {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "Lista odtwarzania nie została zmodyfikowana" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "{name} (`{id}`) [**{scope}**] nie ma duplikowanych utworów." + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Ta lista odtwarzania nie ma utworów." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "Ta lista odtwarzania jest zbyt duża, aby mogła zostać wysłana na tym serwerze." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "Lista odtwarzania jest zbyt duża, oto wersja skompresowana." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "Informacje o liście odtwarzania dla {playlist_name} (`{id}`) [**{scope}**]:\n" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "Informacje o liście odtwarzania dla {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Nieznane" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "Strona {page}/{pages} | Autor: {author_name} | {num} utwór(ów)" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "Brak zapisanych list odtwarzania dostępnych na tym serwerze." + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "Brak zapisanych list odtwarzania dla {scope} utworzonych przez {author}." + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "Brak zapisanych list odtwarzania dla {scope}." + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID: {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Utwory: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Autor: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Zakres: {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "Niczego nie ma w kolejce." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "Lista odtwarzania {name} (`{id}`) [**{scope}**] zapisana z bieżącej kolejki: dodano {num} utworów." + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "Osiągnięto limit playlisty: Nie można dodać {} utworów." + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "Adres URL nie jest na liście odtwarzania." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Brak utworów, usuwanie listy odtwarzania." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "{num} wpisów zostało usuniętych z listy odtwarzania {playlist_name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "Utwór został usunięty z listy odtwarzania: {playlist_name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "Lista odtwarzania {name} (`{id}`) [**{scope}**] zapisana: dodano {num} utworów." + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "Nie można utworzyć twojej listy odtwarzania." + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "Potrzebujesz roli DJ, aby rozpocząć odtwarzanie list odtwarzania." + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Lista odtwarzania zakolejkowana" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{name} - (`{id}`) [**{scope}**]\n" +"Dodano {num} utworów do kolejki.{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Nieprawidłowa playlista" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Niestandardowe listy odtwarzania nie mogą być aktualizowane." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Utwory usunięte" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Strona {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Dodano utwory" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "Brak zmian dla {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Proszę przesłać plik listy odtwarzania. Każda inna wiadomość spowoduje anulowanie tej operacji." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Nie wykryto pliku, spróbuj ponownie później." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Przesyłanie anulowane." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "Tylko pliki z Listy Odtwarzania Red mogą być przesłane." + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Nieprawidłowy plik listy odtwarzania." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Ta playlista jest zbyt duża." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "'{old}' zmieniono nazwę na '{new}' (`{id}`) [**{scope}**]" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Lista piosenek w kolejce." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Czyści kolejkę." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "Nie można wyczyścić kolejki" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "Potrzebujesz roli DJ, aby wyczyścić kolejkę." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "Kolejka zmodyfikowana" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "Kolejka została wyczyszczona." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Usuwa piosenki z kolejki, jeśli żądający nie jest w kanale głosowym." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "Nie można wyczyścić kolejki" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Potrzebujesz roli DJ, aby wyczyścić kolejkę." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "Usunięto 0 utworów." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Usunięto utwory z kolejki" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "Usunięto {removed_tracks} utworów w kolejce przez członków spoza kanału głosowego." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "Usuwa wszystkie żądane przez ciebie utwory z kolejki." + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "Usunięto {removed_tracks} utworów w kolejce {member.display_name}." + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Szukaj w kolejce." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "Losuj kolejkę." + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "Nie można przetasować kolejki" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "Potrzebujesz roli DJ do przetasowania kolejki." + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "Kolejka została przetasowana." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..20f3b2d6debd572df131867a3c2e91e73dd07410 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pt-BR.po @@ -0,0 +1,3030 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 676\n" +"Language: pt_BR\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Opções para configuração da música." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Gerencia as listas branca e negra de palavras-chave." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Gerencia as listas branca e negra globais de palavras-chave." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Gerencia a lista branca global de palavras-chave." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Adiciona uma palavra-chave na lista branca.\n\n" +" Se algo for adicionado na lista branca, todo o resto estará na lista negra.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "A palavra-chave já está na lista branca." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Lista branca modificada" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Lista todas as palavras-chave adicionadas na lista branca." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Nada na lista branca." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Limpa todas as palavras-chave da lista branca." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Todas as entradas foram removidas da lista branca." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Remove uma palavra-chave da lista branca." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Gerencia a lista negra global de palavras-chave." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Adiciona uma palavra-chave na lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Palavra-chave já está na lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Lista negra modificada" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Lista todas as palavras-chave adicionadas na lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Nada na lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Limpa todas as palavras-chave da lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Todas as entradas foram removidas da lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Remove uma palavra-chave da lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "A palavra-chave não está na lista negra." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Gerencia a lista branca de palavras-chave." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Gerencia a lista negra de palavras-chave." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Altera a configuração de reprodução automática." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Alterna a reprodução automática para quando não houverem faixas na fila." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Reprodução automática ao final da fila: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Habilitado" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Desabilitado" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"A repetição foi desabilitada." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Desconexão automática ao final da fila foi desabilitada." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Configuração alterada" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "Define uma lista de reprodução para a reprodução automática.\n\n" +" **Uso**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Argumentos**:\n" +" ​ ​ ​ ​ Os seguintes são todos opcionais:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [usuário]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guilda] **Somente o dono do bot pode usar esses**\n\n" +" **Scope** pode ser um dos seguintes:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** pode ser um dos seguintes:\n" +" ​ ​ ​ ​ ID de usuário\n" +" ​ ​ ​ ​ Menção a usuário\n" +" ​ ​ ​ ​ NomeDeUsuário#123\n\n" +" **Guild** pode ser um dos seguintes:\n" +" ​ ​ ​ ​ ID de guilda\n" +" ​ ​ ​ ​ Nome exato da guilda\n\n" +" Exemplos de uso:\n" +" ​ ​ ​ ​ `[p]audioset autoplay ListaDeReproducaoDaGuilda`\n" +" ​ ​ ​ ​ `[p]audioset autoplay ListaDeReproducaoGlobal --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay ListaDeReproducaoPessoal --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Nenhuma lista de reprodução encontrada" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Não foi possível associar '{arg}' a uma lista de reprodução" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Nenhuma faixa encontrada" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "Lista de reprodução {name} não tem faixas." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "A lista de reprodução {id} não existe no escopo {scope}." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Argumentos faltando" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Você deve especificar o ID da guilda para a consulta." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "A lista de reprodução {name} (`{id}`) [**{scope}**] será usada para a reprodução automática." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Redefine a reprodução automática para a lista de reprodução padrão." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Alternar filas diárias.\n\n" +" A função de filas diárias cria uma lista de reprodução para todas as faixas tocadas hoje.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Filas diárias: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Alterna a desconexão automática ao final da reprodução.\n\n" +" Essa configuração tem precedência sobre `[p]audioset emptydisconnect`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Desconexão automática ao final da fila: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Reprodução automática foi desabilitada." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Alterna o modo DJ.\n\n" +" O modo DJ permite aos usuários com o cargo de DJ usar os comandos de áudio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Cargo de DJ faltando" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Por favor, defina um cargo para usar com o modo DJ. Agora digite o nome ou ID do cargo..." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Tempo de resposta excedido, tente novamente mais tarde." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "Cargo de DJ: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Desconectar automaticamente do canal quando o bot estiver sozinho nele por x segundos, 0 para desabilitar.\n\n" +" `[p]audioset dc` tem precedência sobre essa opção.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Hora inválida" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Os segundos não podem ser menos de 0." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Desconexão automática desativada." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Tempo de desconexão automática definido para {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Pausar automaticamente após x segundos quando a sala estiver vazia, 0 para desabilitar." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Pausa automática ao esvaziar desabilitada." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Timer da pausa automática ao esvaziar definido como {num_seconds} segundo(s)." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Definir um preço para que não-moderadores adicionem faixas na fila, 0 para desabilitar." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Preço inválido" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "O preço não pode ser menos de zero." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Modo Jukebox desativado." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Preço do comando para enfileirar faixas definido como {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Define o caminho para as faixas locais se o Lavalink.jar não tiver sido executado do diretório de dados da engrenagem Audio.\n\n" +" Deixe o caminho em branco para redefinir ao padrão, o diretório de dados da engrenagem Audio.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "O caminho para as faixas locais foi redefinido para {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Caminho Inválido" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Define o cargo a ser usado com o modo DJ." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "Cargo de DJ definido como: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Configurações de reprodução automática" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "ID da Playlist: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "dias" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Configurações de Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Desconectando..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Reproduzindo agora" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Autor" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Nenhum resultado." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Forçar a reprodução de uma URL ou busca por uma faixa." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Faixa Enfileirada" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Categorias" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Não foi possível obter uma faixa válida." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Nada encontrado." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Desconhecido" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Lista de reprodução enfileirada" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..86139798251a3ba25a49750528e4c1dc01d94c02 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/pt-PT.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 676\n" +"Language: pt_PT\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..0e199d9ffbe7116882c697638df3b194573c37fa --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ro-RO.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 676\n" +"Language: ro_RO\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..46f59d16ca0358fbf98cf1dfcebc60aa37b2b76f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/ru-RU.po @@ -0,0 +1,3058 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 676\n" +"Language: ru_RU\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Параметры настройки музыки." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Управляет белым списком ключевых слов и черным списком." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Глобальное управление белого или чёрного списка ключевых слов." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Глобальное управление белого списка ключевых слов." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Добавляет ключевое слово в белый список.\n\n" +" Если что-либо добавлено в белый список, то будет добавлять в черный список всё остальное\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Ключевое слово уже в белом списке." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Белый список изменен" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "Добавлено `{whitelisted}` в белый список." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Список всех ключевых слов, добавленных в белый список." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Ничего в белом списке." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Глобальный Белый список" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Очистить все ключевые слова из белого списка." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Все записи были удалены из белого списка." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Удаляет ключевое слово из белого списка." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "Удалено `{whitelisted}` из белого списка." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Глобальное управление чёрного списка ключевых слов." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Добавляет ключевое слово в чёрный список." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Ключевое слово уже в чёрном списке." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Чёрный список изменен" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "Добавлено `{blacklisted}` в черный список." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Список всех ключевых слов, добавленных в чёрный список." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Ничего в чёрном списке." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Глобальный Черный список" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Очистить все ключевые слова, добавленные в чёрный список." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Все записи были удалены из чёрного списка." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Удаляет ключевое слово из чёрного списка." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Ключевое слово не в чёрном списке." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "Удалено `{blacklisted}` из чёрного списка." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Управляет белым списком ключевых слов." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Белый список" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Управляет чёрным списком ключевых слов." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Чёрный список" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Изменить настройки автовоспроизведения." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Вкл./Выкл. проигрывание, когда нет песен в очереди." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Автовоспроизведение по окончании очереди: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Включено" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Отключено" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"Повтор был отключен." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Автоотключение в конце очереди отключено." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Настройки изменены" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Плейлисты недоступны" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "В настоящее время плейлист недоступен" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Проверьте логи." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Плейлист не найден" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "Не удалось сопоставить '{arg}' ' с плейлистом" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Треки не найдены" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "У плейлиста {name} нет треков." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "Плейлист {id} не существует в области {scope}." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Отсутствуют аргументы" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Вам необходимо уточнить ID сервера для поиска." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "Плейлист {name} (`{id}`) [**{scope}**] будет использован для автоматического проигрывания." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Сбрасывает автовоспроизведение на плейлист по умолчанию." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Создать плейлист автовоспроизведения из недавних треков." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Переключить ежедневные очереди.\n\n" +" Ежедневные очереди создают плейлист для всех воспроизведенных сегодня треков\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Ежедневные очереди {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Переключить ежедневные очереди.\n\n" +" Ежедневные очереди создают плейлист для всех воспроизведенных сегодня треков\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Ежедневные очереди {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Переключить автоотключение бота после конца воспроизведения.\n\n" +" Эта настройка занимает приоритет над `[p]audioset emptydisconnect`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Автоотключение в конце очереди: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Автоматическое воспроизведение отключено." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "Переключить режим диджея.\n\n" +" Режим диджея позволяет пользователям с ролью диджея использовать аудио команды.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "Отсутствует роль DJ" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "Пожалуйста, установите роль для использования в режиме диджея. Введите имя роли или ID сейчас." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Время ожидания ответа истекло, повторите попытку позже." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ роль: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Автоматическое отключение от канала, когда бот один в течение х секунд, 0 для отключения.\n\n" +" `[p]audioset dc` имеет приоритет над этой настройкой.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Неверное время" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Секунды не могут быть меньше нуля." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Пустое отключение отключено." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Таймер пустого отключения установлен на {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "Автопауза после х секунд, когда комната пуста, 0 для отключения." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Пустая пауза отключена." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Пустой таймер паузы установлен на {num_seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Приоритет треков с текстами." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Предпочитаемые треки с текстом песни: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Установите цену очереди треков для не модераторов, 0 для отключения." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Неверная цена" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Цена не может быть меньше нуля." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Режим музыкального автомата отключен." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Цена команды отслеживания очередей установлена на {price} {currency}." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Установите путь к локальным трекам, если Lavalink.jar не запущен из папки аудио данных.\n\n" +" Оставьте путь пустым, чтобы сбросить путь к папке аудио данных по умолчанию.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "Путь к локальным трекам был сброшен на {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "Эти настройки предназначены только для владельцев бота для установки папки localtracks. В примере ниже, полный путь для 'ParentDirectory' должен быть передан этой команде.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"Путь к папке, заданный этой команде, должен содержать папку localtracks.\n" +"**Эта папка и файлы должны быть видны пользователю, откуда запускается `Lavalink.jar`.\n" +"Используйте эту команду без указания пути, чтобы сбросить его на значение по умолчанию, каталог Audio data для данного бота.\n" +"Вы хотите продолжить установку заданного пути для локальных треков?" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Неверный путь" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} не похож на действительный путь." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` не существует. Путь по-прежнему будет сохранен, но пожалуйста, проверьте путь и создайте папку localtracks в `{localfolder}` перед попыткой воспроизведения локальных треков." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Неверное окружение" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "Путь к локальным трекам был установлен в {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Максимальная длина трека в очереди в секундах, 0 для отключения.\n\n" +" Принимает секунды или значение, форматированное 00:00:00 (`чч:мм:ss`) или 00:00 (`mm:ss`). Недопустимый\n" +" ввод отключит настройку максимальной длины.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Неверная длина" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "Длина не может быть меньше нуля." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Максимальная длина трека отключена." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Максимальная длина трека установлена на {seconds}." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Переключить объявление трека и другие сообщения бота." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "Режим уведомления: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "Установите значение, будет ли бот автоматически заглушен при подключении к голосовому каналу." + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Авто-замучен:{true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Только коммерческие ссылки: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "Установите роль для использования режима диджея." + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Настройки изменены" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "Роль диджея установлена на: {role.name}." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Показать текущие настройки." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Настройки сервера" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Автоотключение: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Автовоспроизведение: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Таймер отключения: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Таймер отключения: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "Роль диджея: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Музыкальный автомат: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Цена команды: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Максимальная длина трека: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Миниатюры: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Пропуск голосования: [{vote_enabled}] \n" +"Голосов За: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Сервер" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Пользователь" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Глобал" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "Кэшировано" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "ТОП-100" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Настройки автовоспроизведения" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Название плейлиста: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "ID плейлиста: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Размер плейлиста: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Настройки кэша" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Макс. возраст: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Локальный кэш Spotify: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Локальный кэш Youtube: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Локальный кэш Lavalink: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "дн." + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "Настройки пользователя" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Поиск в Spotify: [{country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Настройки Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Версия плагина: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "Red-Lavalink: [{lavalink_version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Внешний сервер: [[{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Путь к локальным трекам: [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "Отправляет журналы сервера Lavalink в личные сообщения." + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "Журналы не найдены в папке данных." + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "Логи слишком большие, вы можете найти их в {path}" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "Мне нужно иметь возможность отправить вам отчеты." + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Включить/отключить названия треков в статусе." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Названия песен в статусе: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Переключить отображение миниатюры на аудио сообщениях." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Отображение миниатюр: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "Процент, необходимый для пропуска трека для немодераторов. 0, чтобы отключить." + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Голосование отключено. Все пользователи могут использовать команды управления очередью." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Процент голосов установлен в {percent}%." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "Инструкции по установке ключа YouTube API." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Инструкции по установке токенов Spotify API." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. Перейдите на страницу Spotify для разработчиков и войдите в свой аккаунт в Spotify.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Нажмите \"Создать приложение\".\n" +"3. Заполните предоставленную форму с именем приложения и т.п.\n" +"4. Если вы разрабатываете коммерческую интеграцию, то выберите \"Нет\".\n" +"5. Принять условия\n" +"6. Скопируйте ваш ID клиента и секрет клиента в:\n" +"`{prefix}установите api spotify client_id client_secret `" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Установите код страны для поиска в Spotify." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Неверный код страны" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "Пожалуйста, используйте официальный код [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)." + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Код страны установлен на {country}." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "Устанавливает уровень кэширования.\n\n" +" Уровень может быть одним из следующих:\n\n" +" 0: Отключает все кэширование\n" +" 1: Включает кэш Spotify\n" +" 2: Включает кэш YouTube\n" +" 3: Включает Lavalink кэш\n" +" 5: Включает все кэши\n\n" +" Если вы хотите отключить определенный кэш, используйте отрицательное число.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Макс. возраст: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Кэш Spotify: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Кэш Youtube: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Кэш Lavalink: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Устанавливает максимальный возраст кэша.\n\n" +" Эта команда позволяет установить максимальное количество дней до того, как запись в кэше становится\n" +" недействительной.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "Возраст кеширования не может быть менее 7 дней. Если вы хотите отключить его, запустите `{prefix}audioset cache`.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "Я установил возраст кэша на {age} дней" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "Переключение постоянных очередей.\n\n" +" Постоянные очереди позволяют восстановить текущую очередь при закрытии очереди.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "Постоянные очереди {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "Перезапускает соединение с lavalink." + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "Перезапуск Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "Полный запуск Lavalink может занять пару минут." + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Отключить от голосового канала." + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Ничего не воспроизводится." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "Не удалось отключить" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Есть другие люди, которые слушают - проголосуйте, чтобы пропустить." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Вам нужна роль диджея, чтобы отключиться." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "Не удалось отключить" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Отключение..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Сейчас играет." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Запрошено: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Ничего." + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Сейчас играет" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Автовоспроизведение" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Перемешивание" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Повтор" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Приостановить или возобновить воспроизведение трека." + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "Невозможно управлять треками" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Вы должны быть в голосовом канале, чтобы ставить на паузу или возобновлять проигрывание." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Вам нужна роль DJ, чтобы ставить на паузу или возобновлять проигрывание." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Трек приостановлен" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Трек возобновлён" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Перейти к началу ранее воспроизведенного трека." + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "Не удается пропустить треки" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Вы должны быть в голосовом канале, чтобы пропустить трек." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "Вам нужна роль DJ или быть инициатором трека, чтобы добавить в очередь предыдущие треки." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "Не удается воспроизвести треки" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Нет предыдущего трека." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Воспроизведение дорожки" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Перемотать трек вперед или назад.\n\n" +" Для использования доступны чч - часы, мм- минуты, сс - секунды \\nФормат: 00:00:00 (`чч:мм:сс`) или 00:00 (`мм:сс`).\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "Невозможно перемотать трек" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "Вы должны быть в голосовом канале, чтобы использовать поиск." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "У вас должна быть роль DJ или вы должны быть инициатором трека для использования перемотки." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "Не могу искать по трансляции." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "Неправильно введено время для перемотки." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "Перемещено на {num_seconds}с в 00:00:00" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "Перемещено на {num_seconds}с в {time}" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "Перемотано на {time}" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Переключить перемешивание." + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "Не удается включить перемешивание" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Вам нужна роль диджея, чтобы переключить перемешивание." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Вы должны быть в голосовом канале, чтобы переключить перемешивание." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Перемешивать треки: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Перейти к следующему треку, или к заданному номеру трека." + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Вы должны быть в голосовом канале, чтобы пропустить музыку." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "У вас должна быть роль DJ или вы должны быть инициатором трека для пропуска треков." + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Вы можете пропустить только текущий трек." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "Не удается переключить трек в режиме голосования без роли DJ." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "Я удалила ваш голос для пропуска." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Вы проголосовали за пропуск." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Порог голосования достигнут." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " Голосов: {num_votes}/{num_members} (необходимо {cur_percent}% из {required_percent}%)" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "Остановить воспроизведение и очистить очередь." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "Остановить проигрывателя невозможно" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Вы должны быть в голосовом канале, чтобы остановить музыку." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Вам нужна роль диджея, чтобы остановить музыку." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Остановка..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Пригласить бота в голосовой канал." + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "Не удается подключиться к голосовому каналу" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Другие люди уже слушают музыку." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Вам нужна роль DJ для приглашения бота." + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Сначала подключитесь к голосовому каналу." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Соединение с Lavalink еще не установлено." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Установить громкость, 1% - 150%." + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Текущая громкость:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "Не удается изменить уровень громкости" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Вы должны быть в голосовом канале, чтобы изменить громкость." + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Вам нужна роль диджея, чтобы изменить громкость." + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Громкость:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Переключить повтор." + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "Не удается поставить на повтор" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Вам нужна роль диджея для переключения повтора." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Вы должны быть в голосовом канале для переключения повтора." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Повтор треков: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Удалить конкретный номер трека из очереди." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Ничего не поставлено в очередь." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "Не удается изменить очередь" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Вам нужна роль диджея для удаления треков." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Вы должны быть в голосовом канале, чтобы управлять очередью." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Номер песни должен быть больше 1 и в пределах лимита очереди." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Трек удален из очереди" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "{track} удален из очереди." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "Удалено 0 треков, ничего не соответствует предоставленному URL." + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "Из очереди убрано {removed_tracks} которые были найдены по добавленной ссылке." + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Поднять номер дорожки в начало очереди." + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "Невозможно бампнуть трек" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Вы должны быть в голосовом канале, чтобы поднять дорожку." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Вам нужна роль диджея, чтобы делать треки громче." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "Трек перемещен в начало очереди." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Удаление сохраненной предустановки эквалайзера." + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "Не удается удалить пресет" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Вы не являетесь автором данной настройки пресета." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Список сохраненных настроек eq." + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Нет сохраненных пресетов эквалайзера." + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Название пресета" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Автор" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} предустанов(ок)" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Загрузить сохраненную предустановку эквалайзера." + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "Пресет не найден" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "Не удается загрузить пресет" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Вам нужна роль DJ для загрузки пресетов эквалайзера." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "Сброс эквалайзера на 0 во всех диапазонах частот." + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "Не удается изменить пресет" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Для сброса эквалайзера вам нужна роль DJ." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "Значения эквалайзера были сброшены." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "Сохранение текущих настроек эквалайзера в пресет." + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "Не удается сохранить пресет" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Вам нужна роль DJ для сохранения пресетов эквалайзера." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Пожалуйста, введите имя для этого пресета эквалайзера." + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "Имя пресета эквалайзера не введено, попробуйте еще раз." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Попробуйте ввести команду еще раз с более коротким именем." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "Имя пресета уже существует, заменить его?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Не сохранять пресет." + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "Эквалазер сохранил {preset_name} пресет." + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Установка эквалайзера с номером диапазона или названием и значением.\n\n" +" Позиции диапазона от 1 до 15, а значения имеют диапазон от -0,25 до 1,0.\n" +" Названия позиций 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k и 16k Hz.\n" +" Установка значения диапазона в -0,25 приводит к его обнулению, а +0,25 - к удвоению.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "Не удалось установить пресет" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Вам нужна роль DJ для установки пресетов эквалайзера." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "Неверная полоса" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Допустимые номера диапазонов 1-15 или названия, указанные в справке по этой команде." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Пресет изменен" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Параметры конфигурации сервера Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "Измените путь к исполняемому файлу Java\n\n" +" Ничего не вводите для сброса по умолчанию.\n" +" " + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "Вы не можете изменить путь к исполняемому файлу Java внешних экземпляров Lavalink из Audio Cog." + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "Сброс исполняемого файла Java" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "Аудио теперь будет использовать \"java\" для запуска вашего Lavalink.jar" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "'{java_path}` не является допустимым исполняемым файлом" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "Исполняемый файл Java изменен" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Не удалось отключить Lavalink" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Внешний сервер Lavalink: {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Установить хост Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Для внешнего сервера Lavalink установлено значение True." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "Хост установлен на {host}." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Установить пароль сервера Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "Пароль сервера установлен на {password}." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Установить порт веб-сокет сервера Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "Порт веб-сокета установлен на {port}." + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "Отображение настроек соединения Lavalink." + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "Параметры подключения" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "Хост: [{host}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Команды локального воспроизведения." + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Папка не найдена" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "Папка Localtracks с именем {name} не существует." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Папки альбомов не найдены." + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Поиск песен по всем локальным папкам." + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Нет совпадений." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Заставь Red спеть одну из ее песен." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Аудио статистика." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Никуда не подключено." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "Воспроизводит на {num}/{total} серверах:" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Страница {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Процент очереди." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "В очереди ничего нет." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Находящиеся в очереди и воспроизводимые треки:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Этот URL-адрес не допускается." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Этот трек не разрешен." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Вам нужна роль диджея, чтобы ставить треки в очередь." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "Не удалось подключиться к Lavalink" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Пожалуйста, проверьте вашу консоль или логи для получения более подробной информации." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Вы должны быть в голосовом канале, чтобы использовать команду воспроизведения." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "Не найдено треков для `{query}`." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Достигнут предел размера очереди." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Принудительно воспроизвести URL или найденный трек." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Локальные треки не будут работать, если `Lavalink.jar` не будет видеть трек.\n" +"Это может быть вызвано правами или потому что Lavalink.jar запускается на машине, отличной от локальных треков." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "Трек не воспроизводится." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** не является полностью поддерживаемым форматом, и некоторые треки не могут воспроизводиться." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Этот трек не разрешен на этом сервере." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "Этот трек превышает максимальную длину." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time} до воспроизведения трека: #1 в очереди" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Трек поставлен в очередь" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "Выберите плейлист Spotify из списка категорий, чтобы начать играть." + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Владелец должен установить идентификатор клиента Spotify и секрет клиента Spotify, прежде чем можно будет использовать URL-адреса или коды Spotify..\n" +"Просмотрите `{prefix}audioset spotifyapi` для получения инструкций." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Владелец должен установить ключ YouTube API перед использованием URL-адресов или кодов Spotify.\n" +"Смотрите `{prefix}audioset youtubeapi` для получения инструкций." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "Категории не найдены" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "Категории не найдены, повторите попытку позже." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Категории" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "Плейлист для {friendly_name}" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Нет треков для воспроизведения." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Начать автоматическое воспроизведение." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Вы должны быть в голосовом канале, чтобы использовать команду автовоспроизведения." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Не удалось получить правильный трек." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Не удается получить трек" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Добавление трека в очередь." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Вы должны быть в голосовом канале, чтобы поставить в очередь треки." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Ничего не найдено." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} треков не могут быть поставлены в очередь." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "В очереди {num} трек(ов). {maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "папка" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "поиск" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "Трек добавлен" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "треки" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "Глобальный" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Плейлист создан" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Неверное имя плейлиста" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Имена плейлистов должны содержать одно слово (до 32 символов), а не только цифры." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Плейлист создан" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Пустой плейлист {name} (`{id}`) [**{scope}**] создан." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "В этом плейлисте нет треков." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Неизвестно" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "Страница {page}/{pages} | Автор: {author_name} | {num} трек(ов)" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "Нету сохраненных плейлистов на этом сервере." + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Треки: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Автор: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Область: {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "Очередь пуста." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "URL отсутствует в плейлисте." + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Треков не осталось, удаляя плейлист." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "Не удается создать ваш плейлист." + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "Вам нужна роль DJ, чтобы начать воспроизведение плейлистов." + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Плейлист поставлен в очередь" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{name} - (`{id}`) [**{scope}**]\n" +"Добавлено {num} треков в очередь.{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Неверный плейлист" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Пользовательские плейлисты не могут быть обновлены." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Треки удалены" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "Страница {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Треки добавлены" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "Нет изменений для {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Пожалуйста, загрузите файл плейлиста. Любое другое сообщение отменит эту операцию." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Файл не обнаружен, повторите попытку позже." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Загрузка отменена." + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Недопустимый файл плейлиста." + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Этот плейлист слишком большой." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Список песен в очереди." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Очистка очереди." + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "Не удается очистить очередь" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "У вас должна быть роль DJ для очистки очереди." + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "Очередь изменена" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "Очередь очищена." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Удаление треков из очереди, если запрашивающий не находится в голосовом канале." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Вам нужна роль DJ, чтобы очистить очередь." + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "Удалено 0 трек(ов)." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Треки удаленные из очереди" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "Удалено {removed_tracks} треков, запрошенных участниками вне голосового канала." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Поиск в очереди." + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..5636ec09a5346a8f350b39ca0f9cba8531014b62 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sk-SK.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 676\n" +"Language: sk_SK\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..2af2771d86bdb83255ad90bbbdde487bdc13e879 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sl-SI.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 676\n" +"Language: sl_SI\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Neveljavno okolje" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Trenutno se predvaja" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Ni bilo mogoče dobiti veljavne skladbe." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Skladbe ni mogoče dobiti" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Trenutno ne morem dobiti skladb od Lavalinka, poskusite znova čez nekaj minut." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..552d037c9da1bc8e18a7253f27907cbc89d27ce4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sr-CS.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 676\n" +"Language: sr_CS\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..7f45f38a8dc1715924116feaa524c8f14a31ef82 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sr-SP.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 676\n" +"Language: sr_SP\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..9f500cd4ce72162ea5969d9edaf6fce89930a004 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/sv-SE.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 676\n" +"Language: sv_SE\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "dagar" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..d5a81400c04ab7170fd8dca43f49483ba88038fe --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/tr-TR.po @@ -0,0 +1,3468 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 676\n" +"Language: tr_TR\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "Şarkı çalma ayarları." + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "Anahtar kelimeler için beyaz liste ve kara listeleri yönetir." + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "Global anahtar kelimeler için beyaz liste/kara listeleri yönetir." + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "Global anahtar kelimeler için beyaz listeyi yönetir." + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "Beyaz listeye bir anahtar kelime ekler.\n" +" Beyaz listeye herhangi bir şey eklenirse diğer her şey kara listeye alınır.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "Anahtar kelime zaten beyaz listede mevcut." + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "Beyaz liste değiştirildi." + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "`{whitelisted}` beyaz listeye eklendi." + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "Beyaz listeye eklenen tüm anahtar kelimelerin listesi." + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "Beyaz listede herhangi bir anahtar kelime mevcut değil." + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "Küresel Beyaz Liste" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "Beyaz listeye eklenen tüm anahtar kelimeleri siler." + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "Beyaz listedeki tüm girdiler silindi." + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "Anahtar kelimeyi beyaz listeden siler." + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "`{whitelisted}` beyaz listeden kaldırıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "Global anahtar kelimeler için kara listeyi yönetir." + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "Kara listeye anahtar kelimeyi ekler." + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "Belirtilen anahtar kelime kara listede mevcut." + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "Kara liste değiştirildi" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "`{blacklisted}` kara listeye eklendi." + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "Kara listeye eklenen tüm anahtar kelimelerin listesi." + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "Kara listede herhangi bir anahtar kelime mevcut değil." + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "Küresel Kara Liste" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "Kara listeye eklenen tüm anahtar kelimeleri siler." + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "Kara listedeki tüm girdiler silindi." + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "Anahtar kelimeyi kara listeden siler." + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "Belirtilen anahtar kelime kara listede mevcut değil." + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "`{blacklisted}` kara listeden kaldırıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "Beyaz listedeki tüm anahtar kelimeleri yönetir." + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "Beyaz Liste" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "Kara listedeki tüm anahtar kelimeleri yönetir." + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "Kara Liste" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "Otomatik çalma ayarını değiştir." + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "Sırada parça yoksa otomatik çalmayı açar/kapatır." + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "Sıradaki parçalar bittiğinde otomatik çalma: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "Etkinleştirildi" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "Devre dışı bırakıldı" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"Tekrar devre dışı bırakıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"Çalma sırası bittiğinde otomatik çıkış devre dışı bırakıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "Ayar Değiştirildi" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "İçinden otomatik olarak şarkı çalınacak bir çalma listesi ayarla.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay çalma_listesi_adı_yada_IDsi [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --kapsam \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --yapımcı [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --sunucu [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay BenimÇalmaListem`\n" +" ​ ​ ​ ​ `[p]audioset autoplay BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay BenimKişiselÇalmaListem --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "Oynatma Listeleri Mevcut Değil" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "Playlist çalma şu anda kullanılamıyor" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "Loglarını kontrol et." + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "Çalma listesi bulunamadı" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "{arg} çalma listesinde bulunamadı" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "Parça bulunamadı" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "{name} çalma listesi herhangi bir parça içermiyor." + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "{id} çalma listesi {scope} içeriğinde mevcut değil." + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "Eksik değişkenler" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "Sunucu araması yapabilmeniz için Sunucu ID belirmelisiniz." + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "{name} (`{id}`) çalma listesi [**{scope}**] otomatik çalma için kullanılacaktır." + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "Otomatik çalma listesi varsayılan listeye sıfırlanır." + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "Son çalınan parçaları çalmak için otomatik çalma listesini ayarların." + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Küresel günlük sıraları aç/kapa.\n\n" +" Günlük küresel sıralar bugün çalınan tüm parçalardan bir çalma listesi oluşturur.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "Günlük sıralamalar: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "Günlük sıraları aç/kapa.\n\n" +" Günlük sıralar bugün çalınan tüm parçalardan bir çalma listesi oluşturur.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "Günlük sıralamalar: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "Botun çalma bitince otomatik olarak kanaldan çıkmasını ayarla.\n\n" +" Bu ayar `[p]audioset emptydisconnect` ayarından önceliklidir.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "Sıra sonunda kanalı terkeder: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"Otomatik çalma devre dışı bırakıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "DJ modunu aç/kapa.\n\n" +" DJ modu DJ rolüne sahip kullanıcıların ses komutlarını kullanmasını sağlar.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "DJ rolü eksik" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "DJ modunda kullanabilmek için bir DJ rolü ayarlayın. Rol ismi veya ID'sini girin." + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "Zaman aşımına girildi, lütfen daha sonra tekrar deneyin." + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ rolü: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "Botun kanalda kaç saniye yalnız kalırsa kanaldan ayrılacağını ayarla, devre dışı bırakmak için 0 girin.\n\n" +" `[p]audioset dc` ayarı bu ayara önceliklidir.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "Geçersiz süre" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "Süre sıfır saniyeden daha düşük olamaz." + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "Kanal boşken kanaldan ayrılma kapatıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "Kanal boşken ayrılma süresi {num_seconds} saniye olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "x saniye kadar bot ses kanalında yalnız kalırsa otomatik durdurur, ayarı kapatmak için 0 ayarlayınız." + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "Kanal boşken durdurma kapatıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "Kanal boşken durdurma ayarı {num_seconds} olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "Şarkı sözleri ile parçalara öncelik." + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "Şarkı sözleri ile parçaları tercih edin:{true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "Yönetici olmayan kişilerin sıraya şarkı eklemesi için ödeyeceği bedeli ayarlayın. Devre dışı bırakmak için 0 girin." + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "Geçersiz Fiyat" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "Fiyat sıfırdan küçük olamaz." + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "Jukebox modu devre dışı." + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "Sıraya şarkı ekleme komut bedeli {price}{currency} olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "Lavalink.jar ses verilerinin olduğu klasörden çalıştırılmıyorsa yerel parçaların nereden çalınacağını ayarla.\n\n" +" Varsayılan olan ses veri klasörüne sıfırlamak için boş bırakın.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "Yerel müzik dosya dizini {localpath} olarak sıfırlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "Bu ayar sadece bot sahiplerinin aşağıdaki örnekteki gibi yerel parçalar klasörünü ayarlaması içindir. Bu komutu `ÜstDizin` klasörünün tam yolu girilmelidir.\n" +"```\n" +"ÜstDizin\n" +" |__ localtracks (Klasör)\n" +" | |__ Albüm adı (Klasör)\n" +" | |__01 Şarkı.mp3\n" +" | |__02 Başka bir şarkı.mp3\n" +"```\n" +"Bu komuta verilen konum localtracks klasörünü içermelidir.\n" +"**Bu klasör ve dosyalar `Lavalink.jar`'ın çalıştırıldığı yerden görülebilir olmalıdır.**\n" +"Varsayılan olan ses veri klasörüne sıfırlamak için bu komutu konumu boş bırakarak kullanın.\n" +"Yerel parçalar konumunu verilen klasöre ayarlamaya devam etmek istiyor musunuz?" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "Geçersiz Konum" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} geçerli bir dizin gibi gözükmüyor." + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "{localtracks} mevcut değil. Dizin yolu yine de kaydedilecektir, ancak lütfen çalmadan önce dizin yolunu kontrol edin ve yerel müzik klasörünü {localfolder} içerisinde oluşturun." + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "Geçersiz Ortam" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "Yerel müzik dosya dizini {localpath} olarak sıfırlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "Sıraya alınabilecek bir parçanın saniye olarak maksimum uzunluğunu ayarlar, devre dışı bırakmak için 0 girin.\n\n" +" Bu komut 00:00:00 (`saat:dk:sn`) veya 00:00 (`dk:sn`) şeklinde biçimlendirilmiş bir\n" +" değer kabul eder. Geçersiz değer girmek maksimum uzunluk ayarını kapatır.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "Geçersiz süre" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "Süre sıfır saniyeden daha düşük olamaz." + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "Çalınabilecek en uzun şarkı uzunluk ayarı kapatıldı." + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "Şarkı uzunluğu ayarı {seconds} saniye olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "Şarkı bilgileri ve diğer bot mesajlarını açıp kapatır." + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "Bilgilendirme modu: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "Botun ses kanalına girince otomatik sağırlaştırılmasını veya sağırlaştırılmamasını ayarla." + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "Otomatik Sağırlaştırma: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "Ses çalma için kaynak kısıtlamasını aç.\n\n" +" Bu ayar kapalıyken kullanıcılar istedikleri linklerden müzik çalabilirler.\n" +" Ayar kapalıyken kullanıcılar sadece YouTube, SoundCloud, Vimeo, Twitch ve\n" +" Bandcamp linklerinden müzik çalabilirler.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "Link sınırlaması: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "DJ modu için rolü belirler" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "Ayarlar Değiştirildi" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "{role.name} DJ rolü olarak belirlendi." + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "Şuanki ayarları gösterir." + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "Sunucu ayarları" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "Kanaldan otomatik çıkma: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "Otomatik oynatma: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "Ayrılma zamanlayıcısı: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "Otomatik durdurma zamanlayıcısı: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "DJ Rolü: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "Müzik kutusu: [{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "Komut bedeli: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "Maksimum parça uzunluğu: [{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "Tekararlama: [{repeat}]\n" +"Karıştırma: [{shuffle}]\n" +"Sıra başına alma: [{bumpped_shuffle}]\n" +"Şarkı bildirme msjları: [{notify}]\n" +"Bot durumu olarak şarkılar: [{status}]\n" +"Kalıcı sıra: [{persist_queue}]\n" +"Spotify arama: [{countrycode}]\n" +"Otomatik sağırlaştırma: [{auto_deafen}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "Küçük resimler: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "Şarkı atlama oylaması: [{vote_enabled}]\n" +"Atlama yüzdesi: [{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "Sunucu" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "Kullanıcı" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "Küresel" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "Önbelleğe alındı" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "ABD En İyi 100" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "Otomatik Çalma Ayarları" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "Çalma listesi adı: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "Çalma listesi IDsi: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "Çalma listesi kapsamı: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "Önbellek Ayarları" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "Maksimum yaş: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Yerel Spotify önbelleği: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Yerel Yotube önbelleği: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Yerel Lavalink önbelleği: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "gün" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "Kullanıcı Ayarları" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Spotify arama: [{country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Lavalink Ayarları" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "Cog sürümü: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "Red-Lavalink: [{lavalink_version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "Harici sunucu: [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "Lavalink yapı numarası: [{llbuild}]\n" +"Lavalink branşı: [{llbranch}]\n" +"Çıkış tarihi: [{build_time}]\n" +"Lavaplayer sürümü: [{lavaplayer}]\n" +"Java sürümü: [{jvm}]\n" +"Java dosyası: [{jv_exec}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Yerel parçalar klasörü: [{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "Lavalink sunucu kayıtlarını size özel mesaj olarak yollar." + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "Veri klasörünüzde hiç kayıt bulunamadı." + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "Kayıtlar çok büyük, onları {path} konumunda bulabilirsiniz" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "Sana kayıtları gönderebilmek için özel mesaj atabilmem gerek." + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "Şarkı isimlerini statüs olarak ayarlamayı açıp/kapatır." + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "Şarkı isimleri statüs olarak ayarlı:{true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "Thumbnail'leri şarkı bildirimlerinde göstermeyi açar/kapatır." + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "Thumbnail gösterilmesi:" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "Yönetici olmayan kullanıcıların şarkıyı geçmeleri için gerekli olan oy yüzdesi. Devre dışı bırakmak için 0 girin." + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "Oylama devre dışı. Tüm kullanıcılar sıra yönetimi komutlarını kullanabilir." + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "Geçme oylama yüzdesi %{percent} olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "YouTube API tokenini ayarlamak için bilgiler." + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "Spotify API tokenini ayarlamak için bilgiler." + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. Spotify developers sayfasına spotify hesabınızla giriş yapın.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. \"Create An App\"'e tıklayın.\n" +"3. Formdaki uygulama ismi gibi bilgileri doldurun.\n" +"4. Ticari bir uygulama mı diye sorulduğunda \"Hayır\" ile cevap verin.\n" +"5. Şartlar ve koşulları kabul edin.\n" +"6. İstemci IDnizi ve istemcisi sırrınızı (client secret) kopyalayın ve gerekli yerlere yapıştırın:\n" +"`{prefix}set api spotify client_id client_secret `" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "Spotify aramaları için ülke kodunu ayarlayın." + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "Geçersiz Ülke Kodu" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "Lütfen geçerli bir [ISO 3166-1 alpha-2](https://tr.wikipedia.org/wiki/ISO_3166) kodu kullanın." + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "Ülke Kodu {country} olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "Önbellekleme düzeyini ayarla.\n\n" +" Düzey bunlardan biri olabilir:\n\n" +" 0: Tüm önbellekleri kapatır\n" +" 1: Spotify önbelleğini açar\n" +" 2: YouTube önbelleğini açar\n" +" 3: Lavalink önbelleğini açar\n" +" 5: Tüm önbellekleri açar\n\n" +" Belirli bir önbelleği kapamak istiyorsanız negatif sayı kullanın.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "Maksimum yaş: [{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Spotify önbelleği: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Youtube önbelleği: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Lavalink önbelleği: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "Maksimum önbellek yaşını ayarlar.\n\n" +" Bu komut önbellekteki bir girdinin geçersiz sayılmadan önce kaç gün kalacağını ayarlamanızı\n" +" sağlar.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "Önbellek yaşı 7 günden az olamaz. Eğer kapamak istiyorsanız `{prefix}audioset cache` çalıştırın.\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "Önbellekleme süresi {age} gün olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "Kalıcı sıraları aç/kapa.\n\n" +" Kalıcı sıralar mevcut sıranın sıra durdurulduğunda devam ettirilmesin sağlar.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "Kalıcı sıralar:{true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "Lavalink bağlantısını yeniden başlatır." + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "Lavalink yeniden başlatılıyor." + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "Lavalink'in tamamen başlatılması bir kaç dakika sürebilir." + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "Ses kanalından ayrılır" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "Hiçbir şey çalınmıyor." + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "Bağlantı Kesilemiyor" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "Dinleyen başka kişiler var. Geçmek için oylayın." + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "Ses kanalından ayırmak için DJ rolüne ihtiyacınız var." + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "Bağlantı Kesilemiyor" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "Bağlantı kesiliyor..." + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "Şimdi oynatılıyor." + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" Talep eden: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "Hiçbir şey" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "Şimdi oynatılıyor" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "Otomatik çalma" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "Karışık Oynat" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "Tekrarla" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "Çalmakta olan şarkıyı duraklat veya devam ettir" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "Parçalar düzenlenemiyor." + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "Şarkı çalmak ya da durdurabilmek için bir ses kanalında olmalısınız." + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "Başlatıp durdurabilmek için DJ rolüne sahip olmanız gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "Şarkı duraklatıldı." + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "Şarkıya devam ediliyor." + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "Bir önceki çalınan şarkının en başına geri döner" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "Parçalar Atlanamıyor" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "Şarkıyı geçebilmek için kanal da olmanız gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "Önceki şarkıları sıralayabilmeniz için şarkı isteyen kişi olmanız ya da DJ rolünüzün olması gerekir." + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "Parçalar Çalınamıyor" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "Önceki parça bulunamadı." + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "Şarkı tekrar oynatılıyor" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "Bir parçada belirli bir noktaya veya belirli bir süre ileri veya geri atla.\n\n" +" Bu komut saniyeler veya 00:00:00 (`saat:dk:sn`) veya 00:00 (`dk:sn`) şeklinde biçimlendirilmiş bir değeri kabul eder.\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "Şarkılar Taranamıyor" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "İleri sarmayı kullanabilmek için kanal da olmanız gerekmektedir." + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "Şarkıyı ileri-geri sarabilmek için şarkıyı talep eden kişi ya da DJ rolünde olmalısınız." + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "Yayında ileri sarılma yapılamaz." + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "İleri sarılacak süre veya zaman geçersiz." + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "{num_seconds} 00:00:00 ilerletildi" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "{num_seconds} kadar süre {time} 'e ulaşmak için ilerletildi." + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "{time} süresine ilerletildi" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "Karıştırmayı aç/kapat" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "Karışık Çalma Modu Açılamıyor" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "Tekrarlamayı açıp kapatabilmek için DJ rolüne ihtiyacın var." + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "Tekrarlamayı değiştirebilmek için kanal da olman gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "Şarkıları tekrarla: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "Sırada öne alınmış parçaları karıştırmayı ayarla.\n\n" +" Eğer sırada öne alınmış parçaların karıştırılmasını istemiyorsanız bu ayarı devre\n" +" dışı bırakın. Bu ayar `[p]shuffle` ayarına üstün gelir.\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "Öne çıkan şarkıları karıştır: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "Sonraki şarkıya ya da belirtilen şarkı numarasına ilerler" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "Şarkıyı geçebilmek için kanal da olmanız gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "Şarkıyı atlayabilmek için şarkıyı talep eden kişi ya da DJ rolünde olmalısınız." + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "Sadece mevcut şarkıyı geçebilirsin." + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "DJ rolü olmadan belirli bir şarkıya oylama modunda geçilemez." + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "Geçmek için verilen oyunu kaldırdım." + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "Geçmek için oy kullandın." + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "Yeterli oy sayısına ulaşıldı." + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr " {num_votes}/{num_members} sayı da oy kullanıldı. %{required_percent} gerekli oydan {cur_percent} oy toplandı. " + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "Şarkı durduruldu ve sıra temizlendi." + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "Oynatıcı Durdurulamıyor" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "Şarkıyı durdurabilmek için aynı kanal da olman gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "Şarkıyı durdurabilmek için DJ rolüne sahip olman gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "Şarkı durduruluyor" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "Botu kanala çağırır" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "Ses Kanalına Bağlanılamıyor" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "Şarkı dinleyen başka kullanıcılar mevcut." + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "Botu çağırabilmek için DJ rolüne ihtiyacın var" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "Bulunduğunuz kanala bağlanma ve konuşma iznim yok." + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "Önce bir sesli bir kanala katılın." + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "Lavalink ile bağlantı henüz sağlanmadı." + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "Ses düzeyini ayarlar, %1 - %150 " + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "Ses seviyesi:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "Ses Değiştirilemiyor" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "Ses seviyesini değiştirebilmek için aynı kanal da olmalısın" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "Ses seviyesini değiştirebilmek için DJ rolüne ihtiyacın var" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "Ses:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "Tekrarlamayı aç/kapa" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "Tekrar Modu Kullanılamıyor" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "Tekrarlamayı açıp kapatabilmek için DJ rolüne ihtiyacın var." + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "Tekrarlamayı değiştirebilmek için kanal da olman gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "Şarkıları tekrarla: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "Belirlediğin bir şarkıyı sıradan çıkarır." + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "Hiçbir şey bulunamadı." + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "Sıradaki Şarkılar Değiştirilemiyor" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "Şarkı çıkarabilmek için DJ rolüne ihtiyacın var." + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "Sırayı düzenleyebilmek için kanal da olman gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "Şarkı sıra numarası 1'den daha büyük ve sıradaki toplam şarkı sayısından düşük olmalıdır." + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "Şarkı sıradan kaldırıldı" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "{track} şarkısı sıradan çıkarıldı." + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "0 şarkı silindi, talep ettiğiniz URL ile uyuşan yok." + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "URL ile uyuşan {removed_tracks} şarkı sıradan silindi." + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "Şarkıyı başa almak için sıra numarası girin" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "Parça öne alınamıyor." + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "Şarkıyı en başa almak için kanal da olmanız gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "Şarkıyı sıra başına almak için DJ rolü gerekli." + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "Parça şarkı sırasının en üstüne taşındı." + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Ekolayzer yönetimi.\n\n" +" Bant pozisyonları 1-15 dir ve değerler -0.25 ila 1.0 aralığındadır.\n" +" Bant adları ise 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, ve 16k Hz dir.\n" +" Bir bantı -0.25 e almak etkisizleştirirken +0.25 ikiye katlar.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "Hazır EQ presetini kaldır" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "Hazır olan ayarlar silinemiyor" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "Bu hazır ayarı oluşturan kişi siz değilsiniz." + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "Kaydedilmiş EQ preset'lerini listeler" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "Kaydedilmiş EQ preset'i bulunamadı" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "Ön ayar adı" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "Yapımcı" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "{num} preset'ler" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "Kaydedilmiş EQ Preset'ini yükle" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "Ön Ayar Bulunamadı" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "Ön Ayar Yüklenemedi" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "Ekolayzer ön ayarlarını yüklemek için DJ rölüne ihtiyacınız var." + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "EQ'daki tüm ayarları sıfırlar" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "Ön Ayar Değiştirilemiyor" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "Ekolayzırı sıfırlamak için DJ rolüne ihtiyacın var." + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "EQ sıfırlandı." + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "EQ'deki şuan ki ayarları preset olarak kaydet" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "Ön Ayar Kaydedilemedi" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "Ekolayzer ayarlarını kaydetmek için DJ rolüne ihtiyacın var." + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "Lütfen bu EQ Preset'i için bir isim girin" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "EQ Preset ismi girilmedi, komutu tekrar deneyin." + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "Daha kısa bir isimle tekrar deneyin." + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "EQ preset ismi zaten mevcut; var olan dosyayı değiştirmek istiyor musunuz?" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "Kaydedilmiyor" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "Geçerli ekolayzer ayarı {preset_name} olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "Bir bant numarası veya isim ve değer ile bir eq bandını ayarla.\n\n" +" Bant pozisyonları 1-15 dir ve değerler -0.25 ila 1.0 aralığındadır.\n" +" Bant adları ise 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz dir.\n" +" Bir bantı -0.25 e almak etkisizleştirirken +0.25 ikiye katlar.\n" +" " + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "Ön Ayar Değiştirilemiyor" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "Ekolayzer ön ayarlarını kaydetmek için DJ rolüne ihtiyacın var." + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "Geçersiz Bant" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "Geçerli bant sayıları 1-15 veya bu komutla beraber listelenmiş olan isimlerdir." + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "Ön Ayar Değiştirildi" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "{band_name}Hz band {band_value} olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Lavalink sunucu ayarlamaları" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "Java konumunu değiştir\n\n" +" Varsayılana ayarlamak için boş bırakın.\n" +" " + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "Ses modülünden diğer Lavalink sunucularının Java konumunu değiştiremezsiniz." + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "Java konumu sıfırlandı" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "Ses modülü artık Lavalink.jar dosyanızı çalıştırmak için `java` kullanacak" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "`{java_path}` geçerli bir konum değil" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "Java Konumu Değiştirildi" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "Ses modülü artık Lavalink.jar dosyanızı çalıştırmak için {exc} kullanacak" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "Lavalink kapatılamadı" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Uygulanması için lütfen Ses modülünü yeniden başlatın (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "Lütfen Audio'yu yeniden başlatın (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "Lavalink dış sunucularını kullan/kullanma." + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "Harici Lavalink sunucusu: {true_or_false}." + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "Harici Lavalink sunucusu: {true_or_false}\n" +"Etkiye girmesi için lütfen sesi yeniden başlatın (`{prefix}reload audio`)." + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "Lavalink sunucu hostunu ayarla." + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "Harici Lavalink sunucu ayarı açıldı." + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "{host} host olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "Lavalink sunucu şifresini ayarla." + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "{password} sunucu şifresi olarak ayarlandı." + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "Lavalink websocket sunucu portunu ayarla." + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "{port} Websocket port'u olarak ayarlandı" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "Lavalink bağlantı ayarlarını göster." + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "Bağlantı Ayarları" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "Sunucu: [{host}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "WS Portu: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "Rest Portu: [{port}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "Şifre: [{password}]\n" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "Sana bu bilgiyi gönderebilmek için özel mesaj atabilmem gerek." + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "Yerel çalma komutları" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "Bir yerel parçalar klasöründeki tüm şarkıları oynat.\n\n" +" **Örnek**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Sıraya eklenecek klasörü seçmek için bir menü aç.\n\n" +" ​ ​ `[p]local folder klasör_adı`\n" +" ​ ​ ​ ​ ​ ​ ​ ​klasör_adı klasöründeki tüm parçaları sıraya ekler.\n" +" " + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "Klasör bulunamadı" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "Yerel parçalar klasörü {name} bulunamadı." + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "Bir yerel parçayı oynat.\n\n" +" Bir yerel parçayı oynatmak için, menüyü kullanarak bir parça seçin veya play komutuna direk parçanın konumunu yazın.\n" +" Bir klasörün tamamını oynatmak istiyorsanız yönergeler için `[p]help local folder` komutuna göz atın.\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Parça seçmek için bir menü aç.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\albüm_klasörü\\şarkı.mp3`\n" +" ​ ​ ​ ​ `[p]play albüm_klasörü\\şarkı.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Localtracks klasörüne göre belirlenmiş tam konumu kullanın.\n" +" " + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "Albüm klasörü bulunamadı" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "Bütün yerel şarkı dizinleri arasında şarkı arar" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "Eşleşme yok." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "Qua'nın kendi şarkılarından birisini söylemesini sağlar" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "Ses istatistikleri" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "Hiçbir kanal da değilim." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "{num}/{total} sunucu da çalınıyor" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "Sayfa {}/{}" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "Sıra yüzdesi" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "Sırada herhangi birşey yok." + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "Sıraya alınıp oynatılan şarkılar:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "Belirtilen parçayı oynat veya en yakın eşleşmeyi ara.\n\n" +" Yerel bir dosyayı oynatmak için şu sorguyu kullanın: `<üstklasör>\\`.\n" +" Eğer bot sahibi iseniz, localtracks klasörünü görmek için `[p]audioset info` komutu kullanabilirsiniz.\n" +" " + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "Bu URL'e izin verilmiyor." + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "Bu parçaya izin verilmiyor." + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "Sıraya şarkı ekleyebilmek için DJ rolüne ihtiyacınız var." + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "Lavalink bağlantısı başarısız" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "Console veya loglarınızı kontrol edin." + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "Şarkıyı başlatabilmek için bir kanal da olmanız gerekli." + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "`{query}` ile uyuşan herhangi bir parça bulunamadı." + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "Sıraya alma limitine ulaşıldı." + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "Bir URL'yi çalmaya zorlayın veya bir parça arayın." + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "Öne alarak çalma sadece tek bir parça için yapılabilir." + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "`Lavalink.jar` parçayı bulamazsa yerel parçalar çalışmaz.\n" +"Bu izinler veya Lavalink.jar'ın parçaları bulundurandan farklı bir makinede çalıştırılmasından kaynaklanabilir." + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "Parça çalınamaz." + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** tamamen desteklenen bir format değil ve bazı parçalar çalınamayabilir." + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "Bu şarkının sunucuda çalınmasına izin verilmiyor." + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "Şarkı izin verilen uzunluğu aşıyor." + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "Şarkının başlamasına {time} kadar süre var: sıralamada 1. sırada" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "Şarkı sıraya eklendi" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "Çalmak için listeden bir Spotify şarkı listesi seçiniz." + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify URLleri veya kodları kullanılmadan önce bot sahibinin Spotify istemci IDsi ve istemci sırrını ayarlaması gerekir. \n" +"Yönergeler için `{prefix}audioset spotifyapi` komutunu kullanın." + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Spotify URLleri veya kodları kullanılmadan önce bot sahibinin YouTube API anahtarı ayarlaması gerekir.\n" +"Yönergeler için `{prefix}audioset youtubeapi` komutunu kullanın." + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "Tür komutunu kullanabilmeniz için bir sesli kanala girmelisiniz." + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "Kategori bulunamadı" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "Kategori bulunamadı, daha sonra tekrar deneyin." + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "Kategoriler" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "Seçilen kategori yok, daha sonra deneyiniz." + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "{friendly_name} için çalma listeleri" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "Başlatılabilecek şarkı bulunamadı." + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "Seçilen çalma listesi için şarkılar bulunamıyor." + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "Otomatik çalmayı başlatır." + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "Otomatik çalma komutunu kullanabilmeniz için bir sesli kanala girmelisiniz." + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "Geçerli bir parça alınamadı." + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "Parça alınamıyor" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin." + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "Parça sıraya ekleniyor." + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "Arama ile bir parça seçin.\n\n" +" Youtube'da bulunan tüm parçaları sıralamak için `[p]search list ` kullanın. Youtube\n" +" yerine SoundCloud'da aramak için `[p]search sc ` kullanın.\n" +" " + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "Şarkılar İçin Arama Yapılamıyor" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "Sıraya şarkı ekleyebilmek için kanal da olmanız gerekmektedir." + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "Hiçbir şey bulunamadı." + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} şarkıları sıraya alınamaz." + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "{num} sayı da şarkı eklendi.{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "klasör" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "ara" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "{type} çalınması için kalan süre {time}: #{position}. sırada" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "Çalma listesi yapılandırma ayarları.\n\n" +" Kapsam bilgisi:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Botu kullanan herkes tarafından görülebilir.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Sadece bot sahibi tarafından düzenlenebilir.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Sunucudaki herkes tarafından görülebilir.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Bot sahibi, sunucu sahibi, sunucu yöneticileri, sunucu moderatörleri, DJ rolü ve listenin yapımcısı tarafından düzenlenebilir.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Eğer --author verildiyse tüm bot kullanıcıları tarafından görülebilir.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Bot sahibi ve listenin yapımcısı tarafından düzenlenebilir.\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "Bir çalma listesine parça URLsi, çalma listesi linki veya hızlı arama ekle.\n\n" +" Parça(lar) çalma listesinin sonuna eklenirler.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist append çalma_listesi_adı_VEYA_idsi parça_adı_VEYA_urlsi [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist append BenimÇalmaListem Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append BenimKüreselÇalmaListem Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append BenimKüreselÇalmaListem Hello by Adele --scope Global --Author Draper#6666`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "Çalma Listesi Bulunamadı" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "Arama kriterlerinize uygun parça bulunamadı." + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "Parça geçiliyor" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} parçası zaten {playlist} (`{id}`) [**{scope}**] içerisinde mevcut." + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "Çalma listesi limitine ulaşıldı: parça eklenemiyor." + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "Parça eklendi" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{track} şarkısı {playlist} (`{id}`) [**{scope}**] çalma listesine eklendi." + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "{num} adet parça {playlist} (`{id}`) [**{scope}**] çalma listesine eklendi." + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "\n" +"{existing} {plural} çalma listesinde zaten mevcut ve eklenmeden geçildi." + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "parçalar" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "parçası" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "Çalma Listesi Düzenlendi" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "{arg} bir çalma listesi ile eşleşmiyor." + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "Evrensel" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "Çalma Listesi Kopyalandı" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "{name} (`{from_id}`) çalma listesi {from_scope}'den {to_scope} (`{to_id}`) olarak kopyalandı." + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "Boş bir çalma listesi oluştur.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist create çalma_listesi_adı [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist create BenimÇalmaListem`\n" +" ​ ​ ​ ​ `[p]playlist create BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "Geçersiz Çalma Listesi Adı" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "Çalma listesi adları en fazla 32 karakterden oluşan tek bir kelime olmalı ve sadece sayılardan oluşmamalıdır." + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "Çalma Listesi Oluşturuldu." + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Boş çalma listesi {name} (`{id}`) [**{scope}**] oluşturuldu." + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "Kaydedilmiş bir çalma listesini sil.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist delete çalma_listesi_adı_VEYA_idsi [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist delete BenimSunucuÇalmaListem`\n" +" ​ ​ ​ ​ `[p]playlist delete BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "Çalma listesi silindi" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "{name} (`{id}`) [**{scope}**] çalma listesi silindi." + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "Bir çalma listesinden tekrarlı parçaları sil.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe çalma_listesi_adı_VEYA_idsi [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist dedupe BenimSunucuÇalmaListem`\n" +" ​ ​ ​ ​ `[p]playlist dedupe BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "{name} (`{id}`) [**{scope}**] çalma listesinden {track_diff} tane aynı parça kaldırıldı." + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "Çalma Listesinde Değişiklik Yapılmadı" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "{name} (`{id}`) [**{scope}**] çalma listesinde hiç aynı parça yok." + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "Çalma listesinin bir kopyasını indir.\n\n" +" Bu dosyalar `[p]playlist upload` komutu ile kullanılabilir.\n" +" Red v2 uyumlu çalma listeleri v2 seçeneğine True değeri\n" +" göndererek oluşturulabilir.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist download çalma_listesi_adı_VEYA_idsi [v2=True_VEYA_False] [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist download BenimSunucuÇalmaListem True`\n" +" ​ ​ ​ ​ `[p]playlist download BenimKüreselÇalmaListem False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "Playlist hiçbir şarkı içermiyor." + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "Bu çalma listesi bu sunucuda gönderilemeyecek kadar büyük." + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "Çalma listesi çok büyük, burda gördüğünüz sıkıştırılmış halidir." + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "Kaydedilmiş bir çalma listesinden bilgi al.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist info çalma_listesi_adı_VEYA_idsi [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist info BenimSunucuÇalmaListem`\n" +" ​ ​ ​ ​ `[p]playlist info BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "{playlist_name} (`{id}`) [**{scope}**] için çalma listesi bilgileri:\n" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "{playlist_name} (`{id}`) [**{scope}**] için çalma listesi bilgileri:\n" +"URL: {url}" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "Bilinmeyen" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "Sayfa {page}/{pages} | Sahip: {author_name} | {num} parça(lar)" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "Kaydedilmiş çalma listelerini listele.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "Bu sunucu için kaydedilmiş çalma listesi bulunmamakta." + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "{author} tarafından {scope} için kaydedilmiş çalma listesi bulunmamakta." + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "{scope} için kaydedilmiş çalma listesi bulunmamakta." + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID: {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "Şarkı: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "Oluşturan: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "Kapsam: {scope}\n" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "Sırayı bir çalma listesine kaydet.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist queue çalma_listesi_adı [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist queue BenimSunucuÇalmaListem`\n" +" ​ ​ ​ ​ `[p]playlist queue BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "Henüz burada bir şey yok." + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "Şu anki sıra {name} (`{id}`) [**{scope}**] çalma listesine kaydedildi: {num} parça eklendi." + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "Çalma listesi limitine ulaşıldı: {} parça eklenemiyor." + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "Bir çalma listesinden URL ile bir parça çıkar.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist remove çalma_listesi_adı_VEYA_idsi url [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist remove BenimSunucuÇalmaListem https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove BenimKüreselÇalmaListem https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove BenimKişiselÇalmaListem https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "URL liste de değil" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "Hiç şarkı kalmadı, playlist kaldırılıyor." + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "{num} girdi {playlist_name} (`{id}`) [**{scope}**] çalma listesinden kaldırıldı." + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "Parça {playlist_name} (`{id}`) [**{scope}**] çalma listesinden kaldırıldı." + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "Bir URLden bir çalma listesi kaydet.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist save isim url [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek Kullanım:\n" +" ​ ​ ​ ​ `[p]playlist save BenimSunucuÇalmaListem https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save BenimKüreselÇalmaListem https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save BenimKişiselÇalmaListem https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "Çalma listesi {name} (`{id}`) [**{scope}**] kaydedildi: {num} parça eklendi." + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "Çalma listesi oluşturulamadı" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "Çalma listeniz oluşturulamadı." + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "Sıraya bir çalma listesi ekle.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​` [p]playlist start çalma_listesi_adı_VEYA_idsi [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist start BenimSunucuÇalmaListem`\n" +" ​ ​ ​ ​ `[p]playlist start BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "Çalma listeleri oynatabilmek için DJ rolüne ihtiyacınız var." + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "Playlist sıraya alındı." + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{name} - (`{id}`) [**{scope}**]\n" +"{num} adet parça sıraya eklendi.{maxlength_msg}" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "Bir çalma listesindeki tüm parçaları günceller.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist update çalma_listesi_adı_VEYA_idsi [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update BenimSunucuÇalmaListem`\n" +" ​ ​ ​ ​ `[p]playlist update BenimKüreselÇalmaListem --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update BenimKişiselÇalmaListem --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "Geçersiz Çalma Listesi" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "Özel çalma listeleri değiştirilemez." + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "Parçalar kaldırıldı" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "{page_num}/{total_pages} sayfa" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "Parçalar eklendi" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "{name} (`{id}`) [**{scope}**] üzerinde her hangi bir değişiklik yapılmadı." + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "Bir çalma listesi dosyasını bot için bir çalma listesi olarak yükler.\n\n" +" V2 ve eski V3 çalma listeleri yavaştır.\n" +" `[p]playlist download` ile oluşturulmuş V3 çalma listeleri çok daha hızlı yüklenir.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "Lütfen playlist dosyasını yükleyin. Diğer herhangi bir mesaj bu işlemi iptal edecektir." + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "Hiçbir dosya gönderilmedi, lütfen tekrar deneyin." + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "Yükleme iptal edildi" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "Sadece Red çalma listesi dosyaları yüklenebilir." + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "Geçersiz bir playlist dosyası" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "Bu çalma listesi çok büyük." + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "Varolan bir çalma listesini yeniden adlandır.\n\n" +" **Kullanım**:\n" +" ​ ​ ​ ​ `[p]playlist rename çalma_listesi_adı_VEYA_idsi yeni_ad [args]`\n\n" +" **Seçenekler**:\n" +" ​ ​ ​ ​ Bunların hepsi isteğe bağlıdır:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bunu sadece bot sahibi kullanabilir**\n\n" +" **Kapsam** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Global (Küresel)\n" +" ​ ​ ​ ​ Guild (Sunucu)\n" +" ​ ​ ​ ​ User (Kullanıcı)\n\n" +" **Yapımcı** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Kullanıcı IDsi\n" +" ​ ​ ​ ​ Kullanıcı etiketi\n" +" ​ ​ ​ ​ Kullanıcı adı#1234\n\n" +" **Sunucu** bunlardan biri olabilir:\n" +" ​ ​ ​ ​ Sunucu IDsi\n" +" ​ ​ ​ ​ Sunucu tam adı\n\n" +" Örnek kullanım:\n" +" ​ ​ ​ ​ `[p]playlist rename BenimSunucuÇalmaListem SunucuÇalmaListeminYeniAdı`\n" +" ​ ​ ​ ​ `[p]playlist rename BenimKüreselÇalmaListem KüreselÇalmaListeminYeniAdı --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename BenimKişiselÇalmaListem KişiselÇalmaListeminYeniAdı --scope User`\n" +" " + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "'{old}' çalma listesinin adı '{new}' (`{id}`) [**{scope}**] olarak değiştirildi" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "Sıradaki şarkıları listeler." + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "Sırayı temizler" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "Sıra temizlenemedi" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "Sırayı temizleyebilmek için DJ rolüne ihtiyacın var" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "Sıra üzerinde değişiklik yapıldı" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "Şarkı sırası temizlendi." + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "Eğer sıraya ekleyen kanal da değilse şarkıyı sıradan çıkarır." + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "Sıra temizlenemedi" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "Sırayı temizleyebilmek için DJ rolüne ihtiyacın var" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "0 şarkı temizlendi." + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "Parçalar Sıradan Çıkarıldı" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "{removed_tracks} şarkıları oda da bulunmayan kişi tarafından eklendiği için temizlendi." + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "Sıradan belirttiğiniz tüm parçaları çıkartır." + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "{member.display_name} sıraya eklenmiş {removed_tracks} parçaları kaldırıldı." + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "Sıra da ara" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "Sırayı karıştırır." + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "Sıra karıştırılamadı" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "Sırayı karıştırabilmek için DJ rolüne ihtiyacınız var." + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "Sıra karıştırıldı." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..1bfc49670f2274365a904b47db012897448a1856 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/uk-UA.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 676\n" +"Language: uk_UA\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..f1f564852154ffecf04c43920cedaaaa6a9a11f0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/vi-VN.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 676\n" +"Language: vi_VN\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..fbd2ab980b880608a521a69278943fc942da371e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-CN.po @@ -0,0 +1,3019 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 676\n" +"Language: zh_CN\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "音乐配置选项" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "管理关键字白名单和黑名单" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "管理全球关键词白名单/黑名单" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "管理全球关键字白名单" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "将关键字添加到白名单\n\n" +" 如果将任何东西添加到白名单中,它会将所有其他东西都列入黑名单\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "关键词已经在白名单中" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "修改了白名单" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "已将`{whitelisted}`添加到白名单" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "列出所有添加到白名单中的关键字" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "白名单中没有内容" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "全球白名单" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "清除白名单中的所有关键字" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "所有条目都已从白名单中删除" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "从白名单中删除关键字" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "已从白名单中删除`{whitelisted}`" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "管理全球关键词黑名单" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "在黑名单中添加关键字" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "关键词已经在黑名单中" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "黑名单已修改" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "将`{blacklisted}`添加到了黑名单中" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "列出添加到黑名单的所有关键字" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "黑名单中没有内容" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "全球黑名单" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "清除添加到黑名单的所有关键字" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "所有条目都已从黑名单中删除" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "从黑名单中删除关键字" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "关键词不在黑名单中" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "已从黑名单中删除`{blacklisted}`" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "管理关键字白名单" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "白名单" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "管理关键字黑名单" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "黑名单" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "更改自动播放设置" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "当队列中没有歌曲时,切换自动播放" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "队列结束时自动播放: {true_or_false}" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "已启用" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "已禁用" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"重复已被禁用" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"队列结束时自动断开连接已被禁用" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "设置已更改" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "设置播放列表以自动播放歌曲\n\n" +" **用法**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ 以下都是可选的:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **只有机器人所有者才能使用此**\n\n" +" **范围** 是以下之一:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **作者** 可以是以下其中之一:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **公会** 可以是以下之一:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" 使用范例:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "播放列表不可用" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "音频的播放列表部分当前不可用" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "检查你的日志" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "没有找到播放列表" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "无法将 '{arg}' 与播放列表匹配" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "未找到曲目" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "播放列表 {name} 没有曲目" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "播放列表 {id} 在 {scope} 范围中不存在" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "缺少参数" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "设置要用于DJ模式的角色" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "设置已更改" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "DJ 角色设置为: {role.name}" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "显示当前设置" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "服务器设置" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "自动断开连接: [{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "自动播放:[{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "断开计时器:[{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "自动暂停计时器:[{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "DJ角色:[{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "唱片机:[{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "天" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..f72ef0bfe5ff9be025427c00544db4c772cd8aa0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-HK.po @@ -0,0 +1,2992 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 676\n" +"Language: zh_HK\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..67e5adc1699776005c782b90664b5c5f687316d1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/locales/zh-TW.po @@ -0,0 +1,3080 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 676\n" +"Language: zh_TW\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "音樂設定選項。" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "管理黑名單和白名單的關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "管理全域白名單/黑名單關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "管理全域白名單關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "新增關鍵字到白名單。\n\n" +" 如果新增任何內容到白名單中,則會將其他所有內容都列入黑名單。\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "關鍵字已在白名單中。" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "已修改白名單" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "已新增 `{whitelisted}` 到白名單中。" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "列出所有已新增到白名單中的關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "白名單中沒有任何項目。" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "全域白名單" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "清除所有白名單中的關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "已從白名單中移除所有項目。" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "從白名單中移除關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "已從白名單中移除 `{whitelisted}`。" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "管理全域黑名單關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "在黑名單中新增關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "關鍵字已在黑名單中。" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "已修改黑名單" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "已新增 `{blacklisted}` 到黑名單中。" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "列出所有已新增到黑名單中的關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "黑名單中沒有任何項目。" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "全域黑名單" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "清除所有黑名單中的關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "已從黑名單中移除所有項目。" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "從黑名單中移除關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "關鍵字不在黑名單中。" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "已從黑名單中移除 `{blacklisted}`。" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "管理白名單關鍵字。" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "白名單" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "管理關鍵字黑名單。" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "黑名單" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "更改自動播放設定。" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "當佇列內沒有歌曲時,切換自動播放設定。" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "當佇列已空時的自動播放: {true_or_false}。" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "已啟用" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:591 +#: redbot/cogs/audio/core/commands/audioset.py:612 +#: redbot/cogs/audio/core/commands/audioset.py:629 +#: redbot/cogs/audio/core/commands/audioset.py:677 +#: redbot/cogs/audio/core/commands/audioset.py:752 +#: redbot/cogs/audio/core/commands/audioset.py:900 +#: redbot/cogs/audio/core/commands/audioset.py:915 +#: redbot/cogs/audio/core/commands/audioset.py:935 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:978 +#: redbot/cogs/audio/core/commands/audioset.py:979 +#: redbot/cogs/audio/core/commands/audioset.py:980 +#: redbot/cogs/audio/core/commands/audioset.py:981 +#: redbot/cogs/audio/core/commands/audioset.py:982 +#: redbot/cogs/audio/core/commands/audioset.py:983 +#: redbot/cogs/audio/core/commands/audioset.py:997 +#: redbot/cogs/audio/core/commands/audioset.py:999 +#: redbot/cogs/audio/core/commands/audioset.py:1041 +#: redbot/cogs/audio/core/commands/audioset.py:1048 +#: redbot/cogs/audio/core/commands/audioset.py:1090 +#: redbot/cogs/audio/core/commands/audioset.py:1091 +#: redbot/cogs/audio/core/commands/audioset.py:1092 +#: redbot/cogs/audio/core/commands/audioset.py:1113 +#: redbot/cogs/audio/core/commands/audioset.py:1188 +#: redbot/cogs/audio/core/commands/audioset.py:1203 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1349 +#: redbot/cogs/audio/core/commands/audioset.py:1350 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1394 +#: redbot/cogs/audio/core/commands/audioset.py:1395 +#: redbot/cogs/audio/core/commands/audioset.py:1437 +#: redbot/cogs/audio/core/commands/controller.py:421 +#: redbot/cogs/audio/core/commands/controller.py:465 +#: redbot/cogs/audio/core/commands/controller.py:767 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "已停用" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "\n" +"已停用重複播放。" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "\n" +"已停用在佇列結束時的自動中斷連線功能。" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:571 +#: redbot/cogs/audio/core/commands/audioset.py:589 +#: redbot/cogs/audio/core/commands/audioset.py:610 +#: redbot/cogs/audio/core/commands/audioset.py:637 +#: redbot/cogs/audio/core/commands/audioset.py:675 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:704 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:733 +#: redbot/cogs/audio/core/commands/audioset.py:750 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:774 +#: redbot/cogs/audio/core/commands/audioset.py:797 +#: redbot/cogs/audio/core/commands/audioset.py:854 +#: redbot/cogs/audio/core/commands/audioset.py:877 +#: redbot/cogs/audio/core/commands/audioset.py:882 +#: redbot/cogs/audio/core/commands/audioset.py:898 +#: redbot/cogs/audio/core/commands/audioset.py:913 +#: redbot/cogs/audio/core/commands/audioset.py:933 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1222 +#: redbot/cogs/audio/core/commands/audioset.py:1229 +#: redbot/cogs/audio/core/commands/audioset.py:1289 +#: redbot/cogs/audio/core/commands/audioset.py:1311 +#: redbot/cogs/audio/core/commands/audioset.py:1419 +#: redbot/cogs/audio/core/commands/audioset.py:1435 +#: redbot/cogs/audio/core/commands/controller.py:419 +#: redbot/cogs/audio/core/commands/controller.py:463 +#: redbot/cogs/audio/core/commands/controller.py:774 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "已變更設定" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "設定播放清單以便自動播放歌曲。\n\n" +" **用法**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay 播放清單名稱或ID [參數]`\n\n" +" **參數**:\n" +" ​ ​ ​ ​ 以下是可選參數:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope <範圍>\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [作者]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [伺服器] **此命令只有機器人擁有者可使用**\n\n" +" **範圍** 可選擇:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **作者** can be one of the following:\n" +" ​ ​ ​ ​ 使用者ID\n" +" ​ ​ ​ ​ 提及使用者\n" +" ​ ​ ​ ​ 使用者名稱#0000\n\n" +" **伺服器** 可選擇:\n" +" ​ ​ ​ ​ 伺服器ID\n" +" ​ ​ ​ ​ 伺服器全名\n\n" +" 範例:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1817 +#: redbot/cogs/audio/core/commands/playlists.py:1983 +msgid "Playlists Are Not Available" +msgstr "播放清單不可用" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1818 +#: redbot/cogs/audio/core/commands/playlists.py:1984 +msgid "The playlist section of Audio is currently unavailable" +msgstr "音樂播放清單功能目前無法使用" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1821 +#: redbot/cogs/audio/core/commands/playlists.py:1987 +msgid "Check your logs." +msgstr "檢查您的日誌。" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "沒有找到播放清單" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "無法將 \"{arg}\" 與播放清單匹配" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "沒有找到歌曲" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "播放清單{name}中沒有歌曲。" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1700 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "播放清單{id}在{scope}範圍內不存在。" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1707 +msgid "Missing Arguments" +msgstr "缺少參數" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1708 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "你需要指定的 Guild ID 才能查找 guild。" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "撥放清單 {name} (`{id}`) [**{scope}**] 將會被設定成自動撥放" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "將自動播放重置回預設的播放清單。" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "將自動撥放清單設定為最近撥放過的歌曲" + +#: redbot/cogs/audio/core/commands/audioset.py:578 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "切換全域每日佇列。\n\n" +" 全域每日佇列會將當天播放的所有歌曲建立為播放清單。\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:590 +msgid "Global daily queues: {true_or_false}." +msgstr "全域每日佇列:{true_or_false}" + +#: redbot/cogs/audio/core/commands/audioset.py:599 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "切換每日佇列。\n\n" +" 每日佇列會將當天播放的所有歌曲建立為播放清單。\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:611 +msgid "Daily queues: {true_or_false}." +msgstr "今日播放清單: {true_or_false}。" + +#: redbot/cogs/audio/core/commands/audioset.py:620 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "切換播放完畢後,機器人自動退出語音的設定。\n\n" +" 此設定優先於`[p]audioset emptydisconnect`.\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:628 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "播放完畢後自動退出語音伺服器功能: {true_or_false}." + +#: redbot/cogs/audio/core/commands/audioset.py:632 +#: redbot/cogs/audio/core/commands/controller.py:771 +msgid "\n" +"Auto-play has been disabled." +msgstr "\n" +"已停用自動播放。" + +#: redbot/cogs/audio/core/commands/audioset.py:643 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "切換為DJ模式\n\n" +" DJ模式將會允許擁有DJ角色的使用者使用音樂類的指令\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:654 +msgid "Missing DJ Role" +msgstr "缺少DJ角色" + +#: redbot/cogs/audio/core/commands/audioset.py:655 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "請指定一個身分組以使用 DJ 模式。現在請輸入身分組名稱或 ID。" + +#: redbot/cogs/audio/core/commands/audioset.py:666 +msgid "Response timed out, try again later." +msgstr "響應逾時,請稍後再試。" + +#: redbot/cogs/audio/core/commands/audioset.py:676 +msgid "DJ role: {true_or_false}." +msgstr "DJ身分組: {true_or_false}。" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "當機器人單獨在頻道超過 x 秒,會自動從頻道斷開。設定 0 以取消該功能。\n\n" +" `[p]audioset dc` 將優先於此設定。\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Invalid Time" +msgstr "無效的時間" + +#: redbot/cogs/audio/core/commands/audioset.py:691 +#: redbot/cogs/audio/core/commands/audioset.py:720 +#: redbot/cogs/audio/core/commands/audioset.py:1214 +msgid "Seconds can't be less than zero." +msgstr "秒數不能小於零。" + +#: redbot/cogs/audio/core/commands/audioset.py:698 +msgid "Empty disconnect disabled." +msgstr "空頻道自動斷開功能已關閉。" + +#: redbot/cogs/audio/core/commands/audioset.py:705 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "空頻道自動斷開的計時器設定為 {num_seconds} 秒。" + +#: redbot/cogs/audio/core/commands/audioset.py:717 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "當頻道無人之後超過 x 秒,會自動暫停。設定 0 以取消該功能。" + +#: redbot/cogs/audio/core/commands/audioset.py:727 +msgid "Empty pause disabled." +msgstr "無人自動暫停功能已關閉。" + +#: redbot/cogs/audio/core/commands/audioset.py:734 +msgid "Empty pause timer set to {num_seconds}." +msgstr "無人自動暫停的計時器設定為 {num_seconds} 秒。" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "優先處理有歌詞的曲目。" + +#: redbot/cogs/audio/core/commands/audioset.py:751 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "偏好有歌詞的曲目:{true_or_false}" + +#: redbot/cogs/audio/core/commands/audioset.py:760 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "給非管理的成員設定點歌的價格,設定 0 以關閉該功能。" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Invalid Price" +msgstr "錯誤的價格" + +#: redbot/cogs/audio/core/commands/audioset.py:763 +msgid "Price can't be less than zero." +msgstr "價格不可以小於 0。" + +#: redbot/cogs/audio/core/commands/audioset.py:768 +msgid "Jukebox mode disabled." +msgstr "點唱機模式 已關閉。" + +#: redbot/cogs/audio/core/commands/audioset.py:775 +msgid "Track queueing command price set to {price} {currency}." +msgstr "點歌指令的價格設定為 {price} {currency}。" + +#: redbot/cogs/audio/core/commands/audioset.py:787 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "如果 Lavalink.jar 不是在 Audio 資料夾,請設定 localtracks 路徑。\n\n" +" 留空以重設路徑為 Audio 資料目錄。\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:798 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "localtracks 路徑 已重設為 {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:803 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "此設定僅供機器人擁有者設定 localtracks 資料夾位置。在下面的範例中,'ParentDirectory' 的完整路徑必須傳於此指令。\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"於該命令的資料夾路徑必須含有 localtracks 資料夾。\n" +"**此資料夾和檔案對於運行 `Lavalink.jar` 的使用者必須是可見的。**\n" +"於此指令留空路徑的輸入以還原預設為此機器人 Audio 的資料目錄。\n" +"您是否要繼續為 localtracks 設定路徑?" + +#: redbot/cogs/audio/core/commands/audioset.py:835 +msgid "Invalid Path" +msgstr "無效的路徑" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "{local_path} does not seem like a valid path." +msgstr "{local_path} 似乎不是有效的路徑。" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "`{localtracks}` 不存在。該路徑仍然會被儲存,但請確認該路徑並在嘗試播放本機歌曲前,於 `{localfolder}` 創建 localtracks 資料夾。" + +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:416 +#: redbot/cogs/audio/core/commands/player.py:426 +msgid "Invalid Environment" +msgstr "無效的環境。\\n" + +#: redbot/cogs/audio/core/commands/audioset.py:855 +msgid "The localtracks path location has been set to {localpath}" +msgstr "localtracks 路徑位置已設定為 {localpath}" + +#: redbot/cogs/audio/core/commands/audioset.py:864 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "佇列的最大歌曲長度(以秒為單位),設定 0 以取消該功能。\n\n" +" 接受 秒 或以 00:00:00 (`hh:mm:ss`) 或 00:00 (`mm:ss`) 格式的值。 無效的\n" +" 輸入將關閉最大長度的設定。\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Invalid length" +msgstr "無效的長度" + +#: redbot/cogs/audio/core/commands/audioset.py:873 +msgid "Length can't be less than zero." +msgstr "長度不能小於0" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length disabled." +msgstr "樂曲最大長度設定已關閉" + +#: redbot/cogs/audio/core/commands/audioset.py:883 +msgid "Track max length set to {seconds}." +msgstr "樂曲的最大長度被設定為 {seconds}" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "切換 顯示曲目 和 其他機器人訊息。" + +#: redbot/cogs/audio/core/commands/audioset.py:899 +msgid "Notify mode: {true_or_false}." +msgstr "通知模式: {true_or_false}" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "切換是否在加入語音頻道後自動使機器人拒聽。" + +#: redbot/cogs/audio/core/commands/audioset.py:914 +msgid "Auto Deafen: {true_or_false}." +msgstr "自動拒聽:{true_or_false}" + +#: redbot/cogs/audio/core/commands/audioset.py:923 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:934 +msgid "Commercial links only: {true_or_false}." +msgstr "僅開放有營利的網站連結:{true_or_false}" + +#: redbot/cogs/audio/core/commands/audioset.py:943 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "設定DJ角色來使用DJ模式" + +#: redbot/cogs/audio/core/commands/audioset.py:952 +msgid "Settings Changed" +msgstr "設定值已變更" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +msgid "DJ role set to: {role.name}." +msgstr "DJ身分組設定為: {role.name}。" + +#: redbot/cogs/audio/core/commands/audioset.py:959 +#, docstring +msgid "Show the current settings." +msgstr "顯示當前設定。" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Server Settings" +msgstr "伺服器設定" + +#: redbot/cogs/audio/core/commands/audioset.py:997 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "自動斷開:[{dc}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:998 +msgid "Auto-play: [{autoplay}]\n" +msgstr "自動播放: [{autoplay}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1002 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "自動斷線計時器: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "自動暫停計時器: [{num_seconds}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1010 +msgid "DJ Role: [{role.name}]\n" +msgstr "DJ角色: [{role.name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1012 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "點唱機:[{jukebox_name}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1013 +msgid "Command price: [{jukebox_price}]\n" +msgstr "指令的費用: [{jukebox_price}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1017 +msgid "Max track length: [{tracklength}]\n" +msgstr "最大曲目長度:[{tracklength}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1020 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "循環播放  :[{repeat}]\n" +"隨機播放  :[{shuffle}]\n" +"隨機置前  :[{bumpped_shuffle}]\n" +"歌曲通知訊息:[{notify}]\n" +"歌曲狀態  :[{status}]\n" +"永久佇列  :[{persist_queue}]\n" +"Spotify 搜尋:[{countrycode}]\n" +"自動拒聽  :[{auto_deafen}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1040 +msgid "Thumbnails: [{0}]\n" +msgstr "預覽圖: [{0}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1044 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "投票略過:[{vote_enabled}]\n" +"略過比率:[{vote_percent}%]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +msgid "Server" +msgstr "伺服器" + +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "User" +msgstr "使用者" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "全域" + +#: redbot/cogs/audio/core/commands/audioset.py:1063 +#: redbot/cogs/audio/core/commands/audioset.py:1064 +#: redbot/cogs/audio/core/commands/audioset.py:1065 +msgid "Cached" +msgstr "已快取" + +#: redbot/cogs/audio/core/commands/audioset.py:1067 +#: redbot/cogs/audio/core/commands/audioset.py:1068 +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "US Top 100" +msgstr "US 前 100 名" + +#: redbot/cogs/audio/core/commands/audioset.py:1072 +msgid "Auto-play Settings" +msgstr "自動播放設定" + +#: redbot/cogs/audio/core/commands/audioset.py:1074 +msgid "Playlist name: [{pname}]\n" +msgstr "播放清單名稱: [{pname}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1075 +msgid "Playlist ID: [{pid}]\n" +msgstr "播放清單ID: [{pid}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +msgid "Playlist scope: [{pscope}]\n" +msgstr "播放清單範圍: [{pscope}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +#: redbot/cogs/audio/core/commands/audioset.py:1353 +#: redbot/cogs/audio/core/commands/audioset.py:1398 +msgid "Cache Settings" +msgstr "快取設定" + +#: redbot/cogs/audio/core/commands/audioset.py:1084 +msgid "Max age: [{max_age}]\n" +msgstr "最長期限:[{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "Spotify 本機快取:[{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1086 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "Youtube 本機快取:[{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1087 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "Lavalink 本機快取:[{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +msgid "days" +msgstr "日" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "User Settings" +msgstr "使用者設定" + +#: redbot/cogs/audio/core/commands/audioset.py:1098 +msgid "Spotify search: [{country_code}]\n" +msgstr "Spotify 搜尋: [{country_code}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Lavalink Settings" +msgstr "Lavalink設定" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "Cog version: [{version}]\n" +msgstr "齒輪版本: [{version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1106 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "Red-Lavalink 版本:[{lavalink_version}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1107 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "外部伺服器: [{use_external_lavalink}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1116 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "Lavalink 建置 :[{llbuild}]\n" +"Lavalink 分支 :[{llbranch}]\n" +"釋出日期   :[{build_time}]\n" +"Lavaplayer 版本:[{lavaplayer}]\n" +"Java 版本    :[{jvm}]\n" +"Java 可執行   :[{jv_exec}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1132 +msgid "Localtracks path: [{localpath}]\n" +msgstr "Localtracks 路徑:[{localpath}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1141 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "傳送 Lavalink server 日誌到你的私訊。" + +#: redbot/cogs/audio/core/commands/audioset.py:1148 +#: redbot/cogs/audio/core/commands/audioset.py:1150 +msgid "No logs found in your data folder." +msgstr "沒有在你的資料夾中找到 日誌紀錄。" + +#: redbot/cogs/audio/core/commands/audioset.py:1162 +msgid "Logs are too large, you can find them in {path}" +msgstr "日誌記錄過大,不過你可以在 {path} 找到。" + +#: redbot/cogs/audio/core/commands/audioset.py:1172 +msgid "I need to be able to DM you to send you the logs." +msgstr "我需要能夠私訊你才能傳日誌紀錄給你。" + +#: redbot/cogs/audio/core/commands/audioset.py:1181 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "啟用/停用歌曲標題作為狀態。" + +#: redbot/cogs/audio/core/commands/audioset.py:1187 +msgid "Song titles as status: {true_or_false}." +msgstr "歌曲標題作為狀態: {true_or_false}。" + +#: redbot/cogs/audio/core/commands/audioset.py:1196 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "切換在播放消息上顯示縮圖。" + +#: redbot/cogs/audio/core/commands/audioset.py:1202 +msgid "Thumbnail display: {true_or_false}." +msgstr "縮圖顯示: {true_or_false}。" + +#: redbot/cogs/audio/core/commands/audioset.py:1211 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "須設定 百分比 給非管理的成員略過曲目,設定 0 以取消該功能。" + +#: redbot/cogs/audio/core/commands/audioset.py:1223 +msgid "Voting disabled. All users can use queue management commands." +msgstr "停用投票功能。 所有使用者都可以使用播放清單管理命令。" + +#: redbot/cogs/audio/core/commands/audioset.py:1230 +msgid "Vote percentage set to {percent}%." +msgstr "投票比率 已設定為 {percent}%。" + +#: redbot/cogs/audio/core/commands/audioset.py:1239 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "設定 YouTube API key 的指示說明。" + +#: redbot/cogs/audio/core/commands/audioset.py:1258 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "設定Spotify API token的說明。" + +#: redbot/cogs/audio/core/commands/audioset.py:1259 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "1. 前往 Spotify developers 並 登入你的 Spotify 帳號。\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. 點擊 \"Create An App\".\n" +"3. 填寫完 app name 等相關資訊。\n" +"4. 當詢問你「if you're developing commercial integration」選擇「No」。\n" +"5. 接受條款與合約。\n" +"6. 複製你的 client ID 和你的 client secret 到:\n" +"`{prefix}set api spotify client_id client_secret `" + +#: redbot/cogs/audio/core/commands/audioset.py:1276 +#: redbot/cogs/audio/core/commands/audioset.py:1298 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "設定Spotify搜索的國家/地區代碼。" + +#: redbot/cogs/audio/core/commands/audioset.py:1280 +#: redbot/cogs/audio/core/commands/audioset.py:1302 +msgid "Invalid Country Code" +msgstr "無效的國碼" + +#: redbot/cogs/audio/core/commands/audioset.py:1281 +#: redbot/cogs/audio/core/commands/audioset.py:1303 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "請使用官方 [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) 代碼。" + +#: redbot/cogs/audio/core/commands/audioset.py:1290 +#: redbot/cogs/audio/core/commands/audioset.py:1312 +msgid "Country Code set to {country}." +msgstr "國碼已設為 {country}。" + +#: redbot/cogs/audio/core/commands/audioset.py:1320 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "設定快取等級。\n\n" +" 可使用以下等級之一:\n\n" +" 0: 停用所有快取\n" +" 1: 啟用 Spotify 快取\n" +" 2: 啟用 YouTube 快取\n" +" 3: 啟用 Lavalink 快取\n" +" 5: 啟用所有快取\n\n" +" 如果您想停用指定的快取,可使用負數。\n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Max age: [{max_age}]\n" +msgstr "最長期限:[{max_age}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "Spotify快取: [{spotify_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1344 +#: redbot/cogs/audio/core/commands/audioset.py:1389 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "Youtube快取: [{youtube_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "Lavalink快取: [{lavalink_status}]\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1405 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "設定快取最長期限:\n\n" +" 此命令允許您設定在快取中的項目變為無效之前的最大天數。\n" +" \n" +" " + +#: redbot/cogs/audio/core/commands/audioset.py:1412 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "快取期限不得少於 7 天。如果您要停用它,請執行 {prefix}audioset cache。\n" + +#: redbot/cogs/audio/core/commands/audioset.py:1417 +msgid "I've set the cache age to {age} days" +msgstr "我已將快取期限設定為 {age} 天" + +#: redbot/cogs/audio/core/commands/audioset.py:1424 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1436 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1444 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1454 +msgid "Restarting Lavalink" +msgstr "正在重新啟動 Lavalink" + +#: redbot/cogs/audio/core/commands/audioset.py:1455 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "退出語音頻道。" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:88 +#: redbot/cogs/audio/core/commands/controller.py:205 +#: redbot/cogs/audio/core/commands/controller.py:222 +#: redbot/cogs/audio/core/commands/controller.py:236 +#: redbot/cogs/audio/core/commands/controller.py:244 +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:384 +#: redbot/cogs/audio/core/commands/controller.py:477 +#: redbot/cogs/audio/core/commands/controller.py:487 +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:703 +#: redbot/cogs/audio/core/commands/controller.py:732 +#: redbot/cogs/audio/core/commands/controller.py:788 +#: redbot/cogs/audio/core/commands/controller.py:865 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:228 +#: redbot/cogs/audio/core/commands/equalizer.py:317 +#: redbot/cogs/audio/core/commands/miscellaneous.py:71 +#: redbot/cogs/audio/core/commands/miscellaneous.py:102 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:331 +#: redbot/cogs/audio/core/commands/controller.py:585 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "正在斷線…" + +#: redbot/cogs/audio/core/commands/controller.py:86 +#, docstring +msgid "Now playing." +msgstr "正在播放。" + +#: redbot/cogs/audio/core/commands/controller.py:110 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "\n" +" 點歌者: **{track.requester}**" + +#: redbot/cogs/audio/core/commands/controller.py:113 +msgid "Nothing." +msgstr "無。" + +#: redbot/cogs/audio/core/commands/controller.py:118 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "正在播放" + +#: redbot/cogs/audio/core/commands/controller.py:128 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "自動播放" + +#: redbot/cogs/audio/core/commands/controller.py:134 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "隨機播放" + +#: redbot/cogs/audio/core/commands/controller.py:140 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "重複播放" + +#: redbot/cogs/audio/core/commands/controller.py:200 +#, docstring +msgid "Pause or resume a playing track." +msgstr "暫停或繼續播放歌曲。" + +#: redbot/cogs/audio/core/commands/controller.py:211 +#: redbot/cogs/audio/core/commands/controller.py:217 +msgid "Unable To Manage Tracks" +msgstr "無法管理歌曲" + +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "You must be in the voice channel to pause or resume." +msgstr "您必須在語音頻道內才能暫停或繼續播放歌曲。" + +#: redbot/cogs/audio/core/commands/controller.py:218 +msgid "You need the DJ role to pause or resume tracks." +msgstr "您需要DJ身分組才能暫停或繼續播放歌曲。" + +#: redbot/cogs/audio/core/commands/controller.py:229 +msgid "Track Paused" +msgstr "歌曲已暫停" + +#: redbot/cogs/audio/core/commands/controller.py:233 +msgid "Track Resumed" +msgstr "歌曲已恢復" + +#: redbot/cogs/audio/core/commands/controller.py:242 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "跳到上一個播放歌曲的開頭。" + +#: redbot/cogs/audio/core/commands/controller.py:256 +#: redbot/cogs/audio/core/commands/controller.py:262 +#: redbot/cogs/audio/core/commands/controller.py:268 +#: redbot/cogs/audio/core/commands/controller.py:483 +#: redbot/cogs/audio/core/commands/controller.py:498 +#: redbot/cogs/audio/core/commands/controller.py:511 +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "Unable To Skip Tracks" +msgstr "無法跳過歌曲" + +#: redbot/cogs/audio/core/commands/controller.py:257 +msgid "You must be in the voice channel to skip the track." +msgstr "您必須在語音頻道內才能跳過歌曲。" + +#: redbot/cogs/audio/core/commands/controller.py:269 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:277 +#: redbot/cogs/audio/core/commands/player.py:53 +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:64 +#: redbot/cogs/audio/core/commands/player.py:82 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:100 +#: redbot/cogs/audio/core/commands/player.py:110 +#: redbot/cogs/audio/core/commands/player.py:116 +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:134 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:190 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:208 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:224 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:243 +#: redbot/cogs/audio/core/commands/player.py:252 +#: redbot/cogs/audio/core/commands/player.py:295 +#: redbot/cogs/audio/core/commands/player.py:317 +#: redbot/cogs/audio/core/commands/player.py:436 +#: redbot/cogs/audio/core/commands/player.py:454 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:472 +#: redbot/cogs/audio/core/commands/player.py:484 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:552 +#: redbot/cogs/audio/core/commands/player.py:570 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:588 +#: redbot/cogs/audio/core/commands/player.py:600 +#: redbot/cogs/audio/core/commands/player.py:605 +#: redbot/cogs/audio/core/commands/player.py:738 +#: redbot/cogs/audio/core/commands/player.py:744 +#: redbot/cogs/audio/core/commands/player.py:806 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "無法播放歌曲" + +#: redbot/cogs/audio/core/commands/controller.py:277 +msgid "No previous track." +msgstr "沒有上一首歌曲。" + +#: redbot/cogs/audio/core/commands/controller.py:298 +msgid "Replaying Track" +msgstr "重播歌曲" + +#: redbot/cogs/audio/core/commands/controller.py:305 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "在軌道上向前或向後搜索幾秒鐘或到特定時間。\n\n" +"接受的格式為秒數或00:00:00(`hh:mm:ss`)或00:00 (`mm:ss`)的值。\n" +" " + +#: redbot/cogs/audio/core/commands/controller.py:323 +#: redbot/cogs/audio/core/commands/controller.py:330 +#: redbot/cogs/audio/core/commands/controller.py:337 +#: redbot/cogs/audio/core/commands/controller.py:344 +#: redbot/cogs/audio/core/commands/controller.py:356 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:324 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:338 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:344 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:357 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:365 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:372 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:380 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:390 +#, docstring +msgid "Toggle shuffle." +msgstr "切換隨機播放。" + +#: redbot/cogs/audio/core/commands/controller.py:399 +#: redbot/cogs/audio/core/commands/controller.py:410 +#: redbot/cogs/audio/core/commands/controller.py:443 +#: redbot/cogs/audio/core/commands/controller.py:454 +msgid "Unable To Toggle Shuffle" +msgstr "無法切換隨機播放" + +#: redbot/cogs/audio/core/commands/controller.py:400 +#: redbot/cogs/audio/core/commands/controller.py:444 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:411 +#: redbot/cogs/audio/core/commands/controller.py:455 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:420 +msgid "Shuffle tracks: {true_or_false}." +msgstr "隨機播放歌曲: {true_or_false}." + +#: redbot/cogs/audio/core/commands/controller.py:431 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:464 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:475 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "跳到下一首歌曲或指定編號的歌曲。" + +#: redbot/cogs/audio/core/commands/controller.py:484 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:499 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:512 +msgid "You can only skip the current track." +msgstr "您只能跳過目前的歌曲。" + +#: redbot/cogs/audio/core/commands/controller.py:521 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:527 +msgid "I removed your vote to skip." +msgstr "我移除了您的跳過投票。" + +#: redbot/cogs/audio/core/commands/controller.py:530 +msgid "You voted to skip." +msgstr "你已經投票跳過了。" + +#: redbot/cogs/audio/core/commands/controller.py:543 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:546 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:565 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "停止播放並清除播放清單。" + +#: redbot/cogs/audio/core/commands/controller.py:578 +#: redbot/cogs/audio/core/commands/controller.py:584 +#: redbot/cogs/audio/core/commands/controller.py:590 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:579 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:591 +msgid "You need the DJ role to stop the music." +msgstr "你需要DJ身分組才能停止播放音樂。" + +#: redbot/cogs/audio/core/commands/controller.py:613 +msgid "Stopping..." +msgstr "正在停止播放..." + +#: redbot/cogs/audio/core/commands/controller.py:621 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "召喚機器人到語音頻道。" + +#: redbot/cogs/audio/core/commands/controller.py:633 +#: redbot/cogs/audio/core/commands/controller.py:640 +#: redbot/cogs/audio/core/commands/controller.py:653 +#: redbot/cogs/audio/core/commands/controller.py:679 +#: redbot/cogs/audio/core/commands/controller.py:686 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:634 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:641 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:654 +#: redbot/cogs/audio/core/commands/player.py:83 +#: redbot/cogs/audio/core/commands/player.py:191 +#: redbot/cogs/audio/core/commands/player.py:455 +#: redbot/cogs/audio/core/commands/player.py:571 +#: redbot/cogs/audio/core/commands/player.py:695 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:680 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:203 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:707 +#: redbot/cogs/audio/core/commands/queue.py:351 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:687 +#: redbot/cogs/audio/core/commands/player.py:101 +#: redbot/cogs/audio/core/commands/player.py:209 +#: redbot/cogs/audio/core/commands/player.py:473 +#: redbot/cogs/audio/core/commands/player.py:589 +#: redbot/cogs/audio/core/commands/player.py:713 +#: redbot/cogs/audio/core/commands/queue.py:358 +msgid "Connection to Lavalink has not yet been established." +msgstr "尚未與Lavalink建立連接。" + +#: redbot/cogs/audio/core/commands/controller.py:694 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "設定音量,1% - 150%。" + +#: redbot/cogs/audio/core/commands/controller.py:701 +msgid "Current Volume:" +msgstr "目前音量:" + +#: redbot/cogs/audio/core/commands/controller.py:712 +#: redbot/cogs/audio/core/commands/controller.py:719 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:720 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +msgid "Volume:" +msgstr "音量:" + +#: redbot/cogs/audio/core/commands/controller.py:739 +#, docstring +msgid "Toggle repeat." +msgstr "切換重複播放。" + +#: redbot/cogs/audio/core/commands/controller.py:747 +#: redbot/cogs/audio/core/commands/controller.py:758 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:759 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:766 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:783 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "從播放清單中刪除指定的歌曲編號。" + +#: redbot/cogs/audio/core/commands/controller.py:792 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:796 +#: redbot/cogs/audio/core/commands/controller.py:802 +#: redbot/cogs/audio/core/commands/controller.py:810 +#: redbot/cogs/audio/core/commands/controller.py:843 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:797 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:803 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:811 +#: redbot/cogs/audio/core/commands/controller.py:884 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +#: redbot/cogs/audio/core/commands/controller.py:849 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:826 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:844 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:850 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:860 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "將編號歌曲移動到到播放清單頂部。" + +#: redbot/cogs/audio/core/commands/controller.py:871 +#: redbot/cogs/audio/core/commands/controller.py:877 +#: redbot/cogs/audio/core/commands/controller.py:883 +#: redbot/cogs/audio/core/commands/player.py:151 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:872 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:878 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:894 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "作者" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:218 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:226 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +#: redbot/cogs/audio/core/commands/equalizer.py:254 +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:237 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:241 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:255 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:270 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:274 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:282 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:295 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:309 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:325 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:326 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:366 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:367 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:391 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:392 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "Lavalink伺服器的設定選項。" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "本地播放命令。" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue.\n\n" +" ​ ​ `[p]local folder folder_name`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:50 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:51 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:62 +#, docstring +msgid "Play a local track.\n\n" +" To play a local track, either use the menu to choose a track or enter in the track path directly with the play command.\n" +" To play an entire folder, use `[p]help local folder` for instructions.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track.\n\n" +" ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:79 +#: redbot/cogs/audio/core/commands/localtracks.py:135 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:121 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:139 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "讓Red唱她的一首歌。" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:46 +#, docstring +msgid "Audio stats." +msgstr "音樂統計信息。" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:75 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:81 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:87 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:100 +#, docstring +msgid "Queue percentage." +msgstr "暫停或繼續播放歌曲。" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:126 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:147 +msgid "Queued and playing tracks:" +msgstr "已加入和正在播放的歌曲:" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play the specified track or search for a close match.\n\n" +" To play a local track, the query should be `\\`.\n" +" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:162 +#: redbot/cogs/audio/core/commands/player.py:739 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:58 +#: redbot/cogs/audio/core/commands/player.py:166 +#: redbot/cogs/audio/core/commands/player.py:745 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:173 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:807 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:69 +#: redbot/cogs/audio/core/commands/player.py:177 +#: redbot/cogs/audio/core/commands/player.py:441 +#: redbot/cogs/audio/core/commands/player.py:557 +#: redbot/cogs/audio/core/commands/player.py:681 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:72 +#: redbot/cogs/audio/core/commands/player.py:180 +#: redbot/cogs/audio/core/commands/player.py:444 +#: redbot/cogs/audio/core/commands/player.py:560 +#: redbot/cogs/audio/core/commands/player.py:684 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:219 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:117 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:253 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:123 +#: redbot/cogs/audio/core/commands/player.py:231 +#: redbot/cogs/audio/core/commands/player.py:532 +#: redbot/cogs/audio/core/commands/player.py:605 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:146 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "在播放清單頂部播放URL或搜索歌曲。" + +#: redbot/cogs/audio/core/commands/player.py:152 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:256 +#: redbot/cogs/audio/core/commands/player.py:788 +#: redbot/cogs/audio/core/commands/player.py:910 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:263 +#: redbot/cogs/audio/core/commands/player.py:795 +#: redbot/cogs/audio/core/commands/player.py:917 +msgid "Track is not playable." +msgstr "此歌曲無法撥放。" + +#: redbot/cogs/audio/core/commands/player.py:265 +#: redbot/cogs/audio/core/commands/player.py:796 +#: redbot/cogs/audio/core/commands/player.py:918 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:296 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:318 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "{time} until track playback: #1 in queue" +msgstr "{time}後開始播放: 在播放清單的第#1首歌" + +#: redbot/cogs/audio/core/commands/player.py:343 +msgid "Track Enqueued" +msgstr "已加入播放清單" + +#: redbot/cogs/audio/core/commands/player.py:357 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "從類別列表中選擇一個Spotify播放列表以開始播放。" + +#: redbot/cogs/audio/core/commands/player.py:417 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:427 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:485 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:496 +#: redbot/cogs/audio/core/commands/player.py:514 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:501 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:507 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:522 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:529 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:539 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:547 +#, docstring +msgid "Starts auto play." +msgstr "開始自動播放。" + +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:615 +msgid "Couldn't get a valid track." +msgstr "無法取得有效的歌曲。" + +#: redbot/cogs/audio/core/commands/player.py:621 +#: redbot/cogs/audio/core/commands/player.py:757 +#: redbot/cogs/audio/core/commands/player.py:776 +#: redbot/cogs/audio/core/commands/player.py:897 +#: redbot/cogs/audio/core/commands/playlists.py:1928 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:622 +#: redbot/cogs/audio/core/commands/player.py:758 +#: redbot/cogs/audio/core/commands/player.py:777 +#: redbot/cogs/audio/core/commands/player.py:898 +#: redbot/cogs/audio/core/commands/playlists.py:1929 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:636 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:642 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:694 +#: redbot/cogs/audio/core/commands/player.py:706 +#: redbot/cogs/audio/core/commands/player.py:712 +#: redbot/cogs/audio/core/commands/player.py:722 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:723 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:786 +#: redbot/cogs/audio/core/commands/player.py:908 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} 首歌曲無法排入佇列。" + +#: redbot/cogs/audio/core/commands/player.py:863 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:871 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:874 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1699 +#: redbot/cogs/audio/core/commands/playlists.py:2015 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "跳過歌曲" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2032 +msgid "Playlist Modified" +msgstr "已修改播放清單" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2016 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "已複製播放清單" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "已從 {from_scope} 複製播放清單 {name} (`{from_id}`) 到 {to_scope} (`{to_id}`)。" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1998 +msgid "Invalid Playlist Name" +msgstr "無效的播放清單名稱" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1999 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "播放清單必須是一個單字(最多32字元),且不是只有數字。" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "已建立播放清單" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "已建立空白的播放清單 {name} (`{id}`) [**{scope}**]。" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "已刪除播放清單" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1768 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "該播放清單中沒有歌曲。" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "該播放清單太大,以至於無法在此伺服器中播放。" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "播放清單太大,這是壓縮過後的版本。" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "未知" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "第 {page} 頁/共 {pages} 頁 | 作者: {author_name} | 共 {num} 首" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "ID: {id}" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "歌曲: {num}" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "作者: {name}" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:365 +#: redbot/cogs/audio/core/commands/queue.py:373 +msgid "There's nothing in the queue." +msgstr "播放清單中沒有項目。" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "已加入播放清單" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1692 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1693 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1734 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1738 +#: redbot/cogs/audio/core/commands/playlists.py:1758 +msgid "Page {page_num}/{total_pages}" +msgstr "第{page_num}頁/共{total_pages}頁" + +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1769 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1781 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1838 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1849 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1856 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1860 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1868 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1880 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1950 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2029 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "列出播放清單中的歌曲。" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "清除佇列。" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:350 +#: redbot/cogs/audio/core/commands/queue.py:357 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:377 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/localtracks.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/localtracks.py new file mode 100644 index 0000000000000000000000000000000000000000..f1dd483e0c4372211abd90dfda03f86d71e0705a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/localtracks.py @@ -0,0 +1,141 @@ +import contextlib +import math +from pathlib import Path +from typing import MutableMapping + +import discord +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils.menus import close_menu, menu, next_page, prev_page + +from ...audio_dataclasses import LocalPath, Query +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Commands.local_track") +_ = Translator("Audio", Path(__file__)) + + +class LocalTrackCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.group(name="local") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + @commands.bot_can_react() + async def command_local(self, ctx: commands.Context): + """Local playback commands.""" + + @command_local.command(name="folder", aliases=["start"]) + async def command_local_folder(self, ctx: commands.Context, *, folder: str = None): + """Play all songs in a localtracks folder. + + **Usage**: + ​ ​ ​ ​ `[p]local folder` + ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a folder to queue. + + ​ ​ `[p]local folder folder_name` + ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder. + """ + if not await self.localtracks_folder_exists(ctx): + return + + if not folder: + await ctx.invoke(self.command_local_play) + else: + folder = folder.strip() + _dir = LocalPath.joinpath(self.local_folder_current_path, folder) + if not _dir.exists(): + return await self.send_embed_msg( + ctx, + title=_("Folder Not Found"), + description=_("Localtracks folder named {name} does not exist.").format( + name=folder + ), + ) + query = Query.process_input( + _dir, self.local_folder_current_path, search_subfolders=True + ) + await self._local_play_all(ctx, query, from_search=bool(folder)) + + @command_local.command(name="play") + async def command_local_play(self, ctx: commands.Context): + """Play a local track. + + To play a local track, either use the menu to choose a track or enter in the track path directly with the play command. + To play an entire folder, use `[p]help local folder` for instructions. + + **Usage**: + ​ ​ ​ ​ `[p]local play` + ​ ​ ​ ​ ​ ​ ​ ​ Open a menu to pick a track. + + ​ ​ ​ ​ `[p]play localtracks\\album_folder\\song_name.mp3` + ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3` + ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder. + """ + if not await self.localtracks_folder_exists(ctx): + return + localtracks_folders = await self.get_localtracks_folders(ctx, search_subfolders=True) + if not localtracks_folders: + return await self.send_embed_msg(ctx, title=_("No album folders found.")) + async with ctx.typing(): + len_folder_pages = math.ceil(len(localtracks_folders) / 5) + folder_page_list = [] + for page_num in range(1, len_folder_pages + 1): + embed = await self._build_search_page(ctx, localtracks_folders, page_num) + folder_page_list.append(embed) + + async def _local_folder_menu( + ctx: commands.Context, + pages: list, + controls: MutableMapping, + message: discord.Message, + page: int, + timeout: float, + emoji: str, + ): + if message: + with contextlib.suppress(discord.HTTPException): + await message.delete() + await self._search_button_action(ctx, localtracks_folders, emoji, page) + return None + + local_folder_controls = { + "\N{DIGIT ONE}\N{COMBINING ENCLOSING KEYCAP}": _local_folder_menu, + "\N{DIGIT TWO}\N{COMBINING ENCLOSING KEYCAP}": _local_folder_menu, + "\N{DIGIT THREE}\N{COMBINING ENCLOSING KEYCAP}": _local_folder_menu, + "\N{DIGIT FOUR}\N{COMBINING ENCLOSING KEYCAP}": _local_folder_menu, + "\N{DIGIT FIVE}\N{COMBINING ENCLOSING KEYCAP}": _local_folder_menu, + "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}": prev_page, + "\N{CROSS MARK}": close_menu, + "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}": next_page, + } + + dj_enabled = await self.config.guild(ctx.guild).dj_enabled() + if dj_enabled and not await self._can_instaskip(ctx, ctx.author): + return await menu(ctx, folder_page_list) + else: + await menu(ctx, folder_page_list, local_folder_controls) + + @command_local.command(name="search") + async def command_local_search(self, ctx: commands.Context, *, search_words): + """Search for songs across all localtracks folders.""" + if not await self.localtracks_folder_exists(ctx): + return + all_tracks = await self.get_localtrack_folder_list( + ctx, + ( + Query.process_input( + Path(await self.config.localpath()).absolute(), + self.local_folder_current_path, + search_subfolders=True, + ) + ), + ) + if not all_tracks: + return await self.send_embed_msg(ctx, title=_("No album folders found.")) + async with ctx.typing(): + search_list = await self._build_local_search_list(all_tracks, search_words) + if not search_list: + return await self.send_embed_msg(ctx, title=_("No matches.")) + return await ctx.invoke(self.command_search, query=search_list) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/miscellaneous.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/miscellaneous.py new file mode 100644 index 0000000000000000000000000000000000000000..b6c123c645e60ad1126ef949806743bda019a1f4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/miscellaneous.py @@ -0,0 +1,149 @@ +import datetime +import heapq +import math +import random +from pathlib import Path + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import humanize_number, pagify +from redbot.core.utils.menus import menu + +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Commands.miscellaneous") +_ = Translator("Audio", Path(__file__)) + + +class MiscellaneousCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.command(name="sing") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_sing(self, ctx: commands.Context): + """Make Red sing one of her songs.""" + ids = ( + "zGTkAVsrfg8", + "cGMWL8cOeAU", + "vFrjMq4aL-g", + "WROI5WYBU_A", + "41tIUr_ex3g", + "f9O2Rjn1azc", + ) + url = f"https://www.youtube.com/watch?v={random.choice(ids)}" + await ctx.invoke(self.command_play, query=url) + + @commands.command(name="audiostats") + @commands.guild_only() + @commands.is_owner() + @commands.bot_has_permissions(embed_links=True) + @commands.bot_can_react() + async def command_audiostats(self, ctx: commands.Context): + """Audio stats.""" + server_num = len(lavalink.active_players()) + total_num = len(lavalink.all_connected_players()) + + msg = "" + async for p in AsyncIter(lavalink.all_connected_players()): + connect_dur = ( + self.get_time_string( + int( + ( + datetime.datetime.now(datetime.timezone.utc) - p.connected_at + ).total_seconds() + ) + ) + or "0s" + ) + try: + if not p.current: + raise AttributeError + current_title = await self.get_track_description( + p.current, self.local_folder_current_path + ) + msg += f"{p.guild.name} [`{connect_dur}`]: {current_title}\n" + except AttributeError: + msg += "{} [`{}`]: **{}**\n".format( + p.guild.name, connect_dur, _("Nothing playing.") + ) + + if total_num == 0: + return await self.send_embed_msg(ctx, title=_("Not connected anywhere.")) + servers_embed = [] + pages = 1 + for page in pagify(msg, delims=["\n"], page_length=1500): + em = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Playing in {num}/{total} servers:").format( + num=humanize_number(server_num), total=humanize_number(total_num) + ), + description=page, + ) + em.set_footer( + text=_("Page {}/{}").format( + humanize_number(pages), humanize_number((math.ceil(len(msg) / 1500))) + ) + ) + pages += 1 + servers_embed.append(em) + + await menu(ctx, servers_embed) + + @commands.command(name="percent") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_percent(self, ctx: commands.Context): + """Queue percentage.""" + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + player = lavalink.get_player(ctx.guild.id) + queue_tracks = player.queue + requesters = {"total": 0, "users": {}} + + async def _usercount(req_username): + if req_username in requesters["users"]: + requesters["users"][req_username]["songcount"] += 1 + requesters["total"] += 1 + else: + requesters["users"][req_username] = {} + requesters["users"][req_username]["songcount"] = 1 + requesters["total"] += 1 + + async for track in AsyncIter(queue_tracks): + req_username = "{}#{}".format(track.requester.name, track.requester.discriminator) + await _usercount(req_username) + + try: + req_username = "{}#{}".format( + player.current.requester.name, player.current.requester.discriminator + ) + await _usercount(req_username) + except AttributeError: + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + + async for req_username in AsyncIter(requesters["users"]): + percentage = float(requesters["users"][req_username]["songcount"]) / float( + requesters["total"] + ) + requesters["users"][req_username]["percent"] = round(percentage * 100, 1) + + top_queue_users = heapq.nlargest( + 20, + [ + (x, requesters["users"][x][y]) + for x in requesters["users"] + for y in requesters["users"][x] + if y == "percent" + ], + key=lambda x: x[1], + ) + queue_user = ["{}: {:g}%".format(x[0], x[1]) for x in top_queue_users] + queue_user_list = "\n".join(queue_user) + await self.send_embed_msg( + ctx, title=_("Queued and playing tracks:"), description=queue_user_list + ) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/player.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/player.py new file mode 100644 index 0000000000000000000000000000000000000000..a925c7a4632c95468aa0f3aaea7c69847edc5e80 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/player.py @@ -0,0 +1,935 @@ +import contextlib +import math +import time +from pathlib import Path + +from typing import MutableMapping + +import discord +import lavalink +from red_commons.logging import getLogger + +from lavalink import NodeNotFound + +from redbot.core import commands +from redbot.core.commands import UserInputOptional +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.menus import close_menu, menu, next_page, prev_page + +from ...audio_dataclasses import _PARTIALLY_SUPPORTED_MUSIC_EXT, Query +from ...errors import ( + DatabaseError, + QueryUnauthorized, + SpotifyFetchError, + TrackEnqueueError, +) +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Commands.player") +_ = Translator("Audio", Path(__file__)) + + +class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.command(name="play") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_play(self, ctx: commands.Context, *, query: str): + """Play the specified track or search for a close match. + + To play a local track, the query should be `\\`. + If you are the bot owner, use `[p]audioset info` to display your localtracks path. + """ + query = Query.process_input(query, self.local_folder_current_path) + guild_data = await self.config.guild(ctx.guild).all() + restrict = await self.config.restrict() + if restrict and self.match_url(str(query)): + valid_url = self.is_url_allowed(str(query)) + if not valid_url: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("That URL is not allowed."), + ) + elif not await self.is_query_allowed(self.config, ctx, f"{query}", query_obj=query): + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("That track is not allowed.") + ) + can_skip = await self._can_instaskip(ctx, ctx.author) + if guild_data["dj_enabled"] and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You need the DJ role to queue tracks."), + ) + if not self._player_check(ctx): + if self.lavalink_connection_aborted: + msg = _("Connection to Lavalink node has failed") + desc = None + if await self.bot.is_owner(ctx.author): + desc = _("Please check your console or logs for details.") + return await self.send_embed_msg(ctx, title=msg, description=desc) + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_( + "I don't have permission to connect and speak in your channel." + ), + ) + await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + except AttributeError: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connect to a voice channel first."), + ) + except NodeNotFound: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connection to the Lavalink node has not yet been established."), + ) + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + await self._eq_check(ctx, player) + await self.set_player_settings(ctx) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You must be in the voice channel to use the play command."), + ) + if not query.valid: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("No tracks found for `{query}`.").format( + query=query.to_string_user() + ), + ) + if len(player.queue) >= 10000: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("Queue size limit reached.") + ) + + if not await self.maybe_charge_requester(ctx, guild_data["jukebox_price"]): + return + if query.is_spotify: + return await self._get_spotify_tracks(ctx, query) + try: + await self._enqueue_tracks(ctx, query) + except QueryUnauthorized as exc: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=exc.message + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + + @commands.command(name="bumpplay") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_bumpplay( + self, ctx: commands.Context, play_now: UserInputOptional[bool] = False, *, query: str + ): + """Force play a URL or search for a track.""" + query = Query.process_input(query, self.local_folder_current_path) + if not query.single_track: + return await self.send_embed_msg( + ctx, + title=_("Unable To Bump Track"), + description=_("Only single tracks work with bump play."), + ) + guild_data = await self.config.guild(ctx.guild).all() + restrict = await self.config.restrict() + if restrict and self.match_url(str(query)): + valid_url = self.is_url_allowed(str(query)) + if not valid_url: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("That URL is not allowed."), + ) + elif not await self.is_query_allowed(self.config, ctx, f"{query}", query_obj=query): + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("That track is not allowed.") + ) + can_skip = await self._can_instaskip(ctx, ctx.author) + if guild_data["dj_enabled"] and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You need the DJ role to queue tracks."), + ) + if not self._player_check(ctx): + if self.lavalink_connection_aborted: + msg = _("Connection to Lavalink node has failed") + desc = None + if await self.bot.is_owner(ctx.author): + desc = _("Please check your console or logs for details.") + return await self.send_embed_msg(ctx, title=msg, description=desc) + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_( + "I don't have permission to connect and speak in your channel." + ), + ) + await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + except AttributeError: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connect to a voice channel first."), + ) + except NodeNotFound: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connection to Lavalink node has not yet been established."), + ) + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + await self._eq_check(ctx, player) + await self.set_player_settings(ctx) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You must be in the voice channel to use the play command."), + ) + if not query.valid: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("No tracks found for `{query}`.").format( + query=query.to_string_user() + ), + ) + if len(player.queue) >= 10000: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("Queue size limit reached.") + ) + + if not await self.maybe_charge_requester(ctx, guild_data["jukebox_price"]): + return + try: + if query.is_spotify: + tracks = await self._get_spotify_tracks(ctx, query) + else: + tracks = await self._enqueue_tracks(ctx, query, enqueue=False) + except QueryUnauthorized as exc: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=exc.message + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + if isinstance(tracks, discord.Message): + return + elif not tracks: + self.update_player_lock(ctx, False) + title = _("Unable To Play Tracks") + desc = _("No tracks found for `{query}`.").format(query=query.to_string_user()) + embed = discord.Embed(title=title, description=desc) + if await self.config.use_external_lavalink() and query.is_local: + embed.description = _( + "Local tracks will not work " + "if the managed Lavalink node cannot see the track.\n" + "This may be due to permissions or you are using an external Lavalink node " + "in a different machine than the bot and the local tracks." + ) + elif query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + title = _("Track is not playable.") + embed = discord.Embed(title=title) + embed.description = _( + "**{suffix}** is not a fully supported format and some tracks may not play." + ).format(suffix=query.suffix) + return await self.send_embed_msg(ctx, embed=embed) + queue_dur = await self.track_remaining_duration(ctx) + index = query.track_index + seek = 0 + if query.start_time: + seek = query.start_time + single_track = ( + tracks + if isinstance(tracks, lavalink.rest_api.Track) + else tracks[index] + if index + else tracks[0] + ) + if seek and seek > 0: + single_track.start_timestamp = seek * 1000 + query = Query.process_input(single_track, self.local_folder_current_path) + if not await self.is_query_allowed( + self.config, + ctx, + f"{single_track.title} {single_track.author} {single_track.uri} {str(query)}", + query_obj=query, + ): + log.debug("Query is not allowed in %r (%s)", ctx.guild.name, ctx.guild.id) + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("This track is not allowed in this server."), + ) + elif guild_data["maxlength"] > 0: + if self.is_track_length_allowed(single_track, guild_data["maxlength"]): + single_track.requester = ctx.author + single_track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.queue.insert(0, single_track) + player.maybe_shuffle() + self.bot.dispatch( + "red_audio_track_enqueue", player.guild, single_track, ctx.author + ) + else: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Track exceeds maximum length."), + ) + + else: + single_track.requester = ctx.author + single_track.extras["bumped"] = True + single_track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.queue.insert(0, single_track) + player.maybe_shuffle() + self.bot.dispatch("red_audio_track_enqueue", player.guild, single_track, ctx.author) + description = await self.get_track_description( + single_track, self.local_folder_current_path + ) + footer = None + if not play_now and not guild_data["shuffle"] and queue_dur > 0: + footer = _("{time} until track playback: #1 in queue").format( + time=self.format_time(queue_dur) + ) + await self.send_embed_msg( + ctx, title=_("Track Enqueued"), description=description, footer=footer + ) + + if not player.current: + await player.play() + elif play_now: + await player.skip() + + self.update_player_lock(ctx, False) + + @commands.command(name="genre") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + async def command_genre(self, ctx: commands.Context): + """Pick a Spotify playlist from a list of categories to start playing.""" + + async def _category_search_menu( + ctx: commands.Context, + pages: list, + controls: MutableMapping, + message: discord.Message, + page: int, + timeout: float, + emoji: str, + ): + if message: + output = await self._genre_search_button_action(ctx, category_list, emoji, page) + with contextlib.suppress(discord.HTTPException): + await message.delete() + return output + + async def _playlist_search_menu( + ctx: commands.Context, + pages: list, + controls: MutableMapping, + message: discord.Message, + page: int, + timeout: float, + emoji: str, + ): + if message: + output = await self._genre_search_button_action( + ctx, playlists_list, emoji, page, playlist=True + ) + with contextlib.suppress(discord.HTTPException): + await message.delete() + return output + + category_search_controls = { + "\N{DIGIT ONE}\N{COMBINING ENCLOSING KEYCAP}": _category_search_menu, + "\N{DIGIT TWO}\N{COMBINING ENCLOSING KEYCAP}": _category_search_menu, + "\N{DIGIT THREE}\N{COMBINING ENCLOSING KEYCAP}": _category_search_menu, + "\N{DIGIT FOUR}\N{COMBINING ENCLOSING KEYCAP}": _category_search_menu, + "\N{DIGIT FIVE}\N{COMBINING ENCLOSING KEYCAP}": _category_search_menu, + "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}": prev_page, + "\N{CROSS MARK}": close_menu, + "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}": next_page, + } + playlist_search_controls = { + "\N{DIGIT ONE}\N{COMBINING ENCLOSING KEYCAP}": _playlist_search_menu, + "\N{DIGIT TWO}\N{COMBINING ENCLOSING KEYCAP}": _playlist_search_menu, + "\N{DIGIT THREE}\N{COMBINING ENCLOSING KEYCAP}": _playlist_search_menu, + "\N{DIGIT FOUR}\N{COMBINING ENCLOSING KEYCAP}": _playlist_search_menu, + "\N{DIGIT FIVE}\N{COMBINING ENCLOSING KEYCAP}": _playlist_search_menu, + "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}": prev_page, + "\N{CROSS MARK}": close_menu, + "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}": next_page, + } + + api_data = await self._check_api_tokens() + if any([not api_data["spotify_client_id"], not api_data["spotify_client_secret"]]): + return await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=_( + "The owner needs to set the Spotify client ID and Spotify client secret, " + "before Spotify URLs or codes can be used. " + "\nSee `{prefix}audioset spotifyapi` for instructions." + ).format(prefix=ctx.prefix), + ) + elif not api_data["youtube_api"]: + return await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=_( + "The owner needs to set the YouTube API key before Spotify URLs or " + "codes can be used.\nSee `{prefix}audioset youtubeapi` for instructions." + ).format(prefix=ctx.prefix), + ) + guild_data = await self.config.guild(ctx.guild).all() + if guild_data["dj_enabled"] and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You need the DJ role to queue tracks."), + ) + if not self._player_check(ctx): + if self.lavalink_connection_aborted: + msg = _("Connection to Lavalink node has failed") + desc = None + if await self.bot.is_owner(ctx.author): + desc = _("Please check your console or logs for details.") + return await self.send_embed_msg(ctx, title=msg, description=desc) + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_( + "I don't have permission to connect and speak in your channel." + ), + ) + await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + except AttributeError: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connect to a voice channel first."), + ) + except NodeNotFound: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connection to Lavalink node has not yet been established."), + ) + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + await self._eq_check(ctx, player) + await self.set_player_settings(ctx) + if ( + not ctx.author.voice or ctx.author.voice.channel != player.channel + ) and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You must be in the voice channel to use the genre command."), + ) + try: + category_list = await self.api_interface.spotify_api.get_categories(ctx=ctx) + except SpotifyFetchError as error: + return await self.send_embed_msg( + ctx, + title=_("No categories found"), + description=error.message.format(prefix=ctx.prefix), + ) + if not category_list: + return await self.send_embed_msg(ctx, title=_("No categories found, try again later.")) + len_folder_pages = math.ceil(len(category_list) / 5) + category_search_page_list = [] + async for page_num in AsyncIter(range(1, len_folder_pages + 1)): + embed = await self._build_genre_search_page( + ctx, category_list, page_num, _("Categories") + ) + category_search_page_list.append(embed) + cat_menu_output = await menu(ctx, category_search_page_list, category_search_controls) + if not cat_menu_output: + return await self.send_embed_msg( + ctx, title=_("No categories selected, try again later.") + ) + category_name, category_pick = cat_menu_output + playlists_list = await self.api_interface.spotify_api.get_playlist_from_category( + category_pick, ctx=ctx + ) + if not playlists_list: + return await self.send_embed_msg(ctx, title=_("No categories found, try again later.")) + len_folder_pages = math.ceil(len(playlists_list) / 5) + playlists_search_page_list = [] + async for page_num in AsyncIter(range(1, len_folder_pages + 1)): + embed = await self._build_genre_search_page( + ctx, + playlists_list, + page_num, + _("Playlists for {friendly_name}").format(friendly_name=category_name), + playlist=True, + ) + playlists_search_page_list.append(embed) + playlists_pick = await menu(ctx, playlists_search_page_list, playlist_search_controls) + query = Query.process_input(playlists_pick, self.local_folder_current_path) + if not query.valid: + return await self.send_embed_msg(ctx, title=_("No tracks to play.")) + if len(player.queue) >= 10000: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("Queue size limit reached.") + ) + if not await self.maybe_charge_requester(ctx, guild_data["jukebox_price"]): + return + if query.is_spotify: + return await self._get_spotify_tracks(ctx, query) + return await self.send_embed_msg( + ctx, title=_("Couldn't find tracks for the selected playlist.") + ) + + @commands.command(name="autoplay") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + @commands.mod_or_permissions(manage_guild=True) + async def command_autoplay(self, ctx: commands.Context): + """Starts auto play.""" + guild_data = await self.config.guild(ctx.guild).all() + if guild_data["dj_enabled"] and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You need the DJ role to queue tracks."), + ) + if not self._player_check(ctx): + if self.lavalink_connection_aborted: + msg = _("Connection to Lavalink node has failed") + desc = None + if await self.bot.is_owner(ctx.author): + desc = _("Please check your console or logs for details.") + return await self.send_embed_msg(ctx, title=msg, description=desc) + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_( + "I don't have permission to connect and speak in your channel." + ), + ) + await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + except AttributeError: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connect to a voice channel first."), + ) + except NodeNotFound: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("Connection to Lavalink node has not yet been established."), + ) + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + await self._eq_check(ctx, player) + await self.set_player_settings(ctx) + if ( + not ctx.author.voice or ctx.author.voice.channel != player.channel + ) and not await self._can_instaskip(ctx, ctx.author): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You must be in the voice channel to use the autoplay command."), + ) + if len(player.queue) >= 10000: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("Queue size limit reached.") + ) + if not await self.maybe_charge_requester(ctx, guild_data["jukebox_price"]): + return + try: + await self.api_interface.autoplay(player, self.playlist_api) + except DatabaseError: + notify_channel = player.fetch("notify_channel") + if notify_channel: + notify_channel = ctx.guild.get_channel_or_thread(notify_channel) + await self.send_embed_msg(notify_channel, title=_("Couldn't get a valid track.")) + return + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink at the moment, try again in a few " + "minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + + if not guild_data["auto_play"]: + await ctx.invoke(self.command_audioset_autoplay_toggle) + if not guild_data["notify"] and not player.fetch("autoplay_notified", False): + pass + elif player.current: + await self.send_embed_msg(ctx, title=_("Adding a track to queue.")) + + @commands.command(name="search") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + @commands.bot_can_react() + async def command_search(self, ctx: commands.Context, *, query: str): + """Pick a track with a search. + + Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc + ` to search on SoundCloud instead of YouTube. + """ + + if not isinstance(query, (str, list, Query)): + raise RuntimeError( + f"Expected 'query' to be a string, list or Query object but received: {type(query)} - this is an unexpected argument type, please report it." + ) + + async def _search_menu( + ctx: commands.Context, + pages: list, + controls: MutableMapping, + message: discord.Message, + page: int, + timeout: float, + emoji: str, + ): + if message: + await self._search_button_action(ctx, tracks, emoji, page) + with contextlib.suppress(discord.HTTPException): + await message.delete() + return None + + search_controls = { + "\N{DIGIT ONE}\N{COMBINING ENCLOSING KEYCAP}": _search_menu, + "\N{DIGIT TWO}\N{COMBINING ENCLOSING KEYCAP}": _search_menu, + "\N{DIGIT THREE}\N{COMBINING ENCLOSING KEYCAP}": _search_menu, + "\N{DIGIT FOUR}\N{COMBINING ENCLOSING KEYCAP}": _search_menu, + "\N{DIGIT FIVE}\N{COMBINING ENCLOSING KEYCAP}": _search_menu, + "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}": prev_page, + "\N{CROSS MARK}": close_menu, + "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}": next_page, + } + + if not self._player_check(ctx): + if self.lavalink_connection_aborted: + msg = _("Connection to Lavalink has failed") + desc = None + if await self.bot.is_owner(ctx.author): + desc = _("Please check your console or logs for details.") + return await self.send_embed_msg(ctx, title=msg, description=desc) + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Search For Tracks"), + description=_( + "I don't have permission to connect and speak in your channel." + ), + ) + await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + except AttributeError: + return await self.send_embed_msg( + ctx, + title=_("Unable To Search For Tracks"), + description=_("Connect to a voice channel first."), + ) + except NodeNotFound: + return await self.send_embed_msg( + ctx, + title=_("Unable To Search For Tracks"), + description=_("Connection to Lavalink node has not yet been established."), + ) + player = lavalink.get_player(ctx.guild.id) + guild_data = await self.config.guild(ctx.guild).all() + player.store("notify_channel", ctx.channel.id) + can_skip = await self._can_instaskip(ctx, ctx.author) + if (not ctx.author.voice or ctx.author.voice.channel != player.channel) and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Search For Tracks"), + description=_("You must be in the voice channel to enqueue tracks."), + ) + await self._eq_check(ctx, player) + await self.set_player_settings(ctx) + + before_queue_length = len(player.queue) + + if not isinstance(query, list): + query = Query.process_input(query, self.local_folder_current_path) + restrict = await self.config.restrict() + if restrict and self.match_url(str(query)): + valid_url = self.is_url_allowed(str(query)) + if not valid_url: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("That URL is not allowed."), + ) + if not await self.is_query_allowed(self.config, ctx, f"{query}", query_obj=query): + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("That track is not allowed."), + ) + if query.invoked_from == "search list" or query.invoked_from == "local folder": + if query.invoked_from == "search list" and not query.is_local: + try: + result, called_api = await self.api_interface.fetch_track( + ctx, player, query + ) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink at the moment, " + "try again in a few minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + + tracks = result.tracks + else: + try: + query.search_subfolders = True + tracks = await self.get_localtrack_folder_tracks(ctx, player, query) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink at the moment, " + "try again in a few minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + if not tracks: + embed = discord.Embed(title=_("Nothing found.")) + if await self.config.use_external_lavalink() and query.is_local: + embed.description = _( + "Local tracks will not work " + "if the `Lavalink.jar` cannot see the track.\n" + "This may be due to permissions or because Lavalink.jar is being run " + "in a different machine than the local tracks." + ) + elif query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + embed = discord.Embed(title=_("Track is not playable.")) + embed.description = _( + "**{suffix}** is not a fully supported format and some " + "tracks may not play." + ).format(suffix=query.suffix) + return await self.send_embed_msg(ctx, embed=embed) + queue_dur = await self.queue_duration(ctx) + queue_total_duration = self.format_time(queue_dur) + if guild_data["dj_enabled"] and not can_skip: + return await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You need the DJ role to queue tracks."), + ) + track_len = 0 + empty_queue = not player.queue + async for track in AsyncIter(tracks): + if len(player.queue) >= 10000: + continue + query = Query.process_input(track, self.local_folder_current_path) + if not await self.is_query_allowed( + self.config, + ctx, + f"{track.title} {track.author} {track.uri} " f"{str(query)}", + query_obj=query, + ): + log.debug("Query is not allowed in %r (%s)", ctx.guild.name, ctx.guild.id) + continue + elif guild_data["maxlength"] > 0: + if self.is_track_length_allowed(track, guild_data["maxlength"]): + track_len += 1 + track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, track) + self.bot.dispatch( + "red_audio_track_enqueue", player.guild, track, ctx.author + ) + else: + track_len += 1 + track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, track) + self.bot.dispatch( + "red_audio_track_enqueue", player.guild, track, ctx.author + ) + if not player.current: + await player.play() + player.maybe_shuffle(0 if empty_queue else 1) + if len(tracks) > track_len: + maxlength_msg = _(" {bad_tracks} tracks cannot be queued.").format( + bad_tracks=(len(tracks) - track_len) + ) + else: + maxlength_msg = "" + songembed = discord.Embed( + title=_("Queued {num} track(s).{maxlength_msg}").format( + num=track_len, maxlength_msg=maxlength_msg + ) + ) + if not guild_data["shuffle"] and queue_dur > 0: + if query.is_local and query.is_album: + footer = _("folder") + else: + footer = _("search") + + songembed.set_footer( + text=_( + "{time} until start of {type} playback: starts at #{position} in queue" + ).format( + time=queue_total_duration, + position=before_queue_length + 1, + type=footer, + ) + ) + return await self.send_embed_msg(ctx, embed=songembed) + elif query.is_local and query.single_track: + tracks = await self.get_localtrack_folder_list(ctx, query) + elif query.is_local and query.is_album: + if ctx.invoked_with == "folder": + return await self._local_play_all(ctx, query, from_search=True) + else: + tracks = await self.get_localtrack_folder_list(ctx, query) + else: + try: + result, called_api = await self.api_interface.fetch_track(ctx, player, query) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink at the moment, " + "try again in a few minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + tracks = result.tracks + if not tracks: + embed = discord.Embed(title=_("Nothing found.")) + if await self.config.use_external_lavalink() and query.is_local: + embed.description = _( + "Local tracks will not work " + "if the `Lavalink.jar` cannot see the track.\n" + "This may be due to permissions or because Lavalink.jar is being run " + "in a different machine than the local tracks." + ) + elif query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + embed = discord.Embed(title=_("Track is not playable.")) + embed.description = _( + "**{suffix}** is not a fully supported format and some " + "tracks may not play." + ).format(suffix=query.suffix) + return await self.send_embed_msg(ctx, embed=embed) + else: + tracks = query + + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + + len_search_pages = math.ceil(len(tracks) / 5) + search_page_list = [] + async for page_num in AsyncIter(range(1, len_search_pages + 1)): + embed = await self._build_search_page(ctx, tracks, page_num) + search_page_list.append(embed) + + if dj_enabled and not can_skip: + return await menu(ctx, search_page_list) + + await menu(ctx, search_page_list, search_controls) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/playlists.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/playlists.py new file mode 100644 index 0000000000000000000000000000000000000000..746b4588193e11aab9b01a4499a05dfe81a27cb7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/playlists.py @@ -0,0 +1,1999 @@ +import asyncio +import json +import math +import os +import tarfile +import time + +from io import BytesIO +from pathlib import Path +from typing import cast + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.commands import UserInputOptional +from redbot.core.data_manager import cog_data_path +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import bold, pagify +from redbot.core.utils.menus import menu +from redbot.core.utils.predicates import MessagePredicate + +from ...apis.api_utils import FakePlaylist +from ...apis.playlist_interface import Playlist, create_playlist, delete_playlist, get_all_playlist +from ...audio_dataclasses import LocalPath, Query +from ...converters import ComplexScopeParser, ScopeParser +from ...errors import MissingGuild, TooManyMatches, TrackEnqueueError +from ...utils import PlaylistScope +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass, LazyGreedyConverter, PlaylistConverter + +log = getLogger("red.cogs.Audio.cog.Commands.playlist") +_ = Translator("Audio", Path(__file__)) + + +class PlaylistCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.group(name="playlist") + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + @commands.bot_can_react() + async def command_playlist(self, ctx: commands.Context): + """Playlist configuration options. + + Scope info: + ​ ​ ​ ​ **Global**: + ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot. + ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner. + ​ ​ ​ ​ **Guild**: + ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild. + ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator. + ​ ​ ​ ​ **User**: + ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed. + ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and the playlist creator. + """ + + @command_playlist.command( + name="append", usage=" [args]" + ) + async def command_playlist_append( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + query: LazyGreedyConverter, + *, + scope_data: ScopeParser = None, + ): + """Add a track URL, playlist link, or quick search to a playlist. + + The track(s) will be appended to the end of the playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele` + ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global` + ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + (scope, author, guild, specified_user) = scope_data + if not await self._playlist_check(ctx): + return + async with ctx.typing(): + try: + (playlist, playlist_arg, scope) = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + return await self.send_embed_msg(ctx, title=str(e)) + if playlist is None: + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist").format( + arg=playlist_arg + ), + ) + if not await self.can_manage_playlist(scope, playlist, ctx, author, guild): + return + player = lavalink.get_player(ctx.guild.id) + to_append = await self.fetch_playlist_tracks( + ctx, player, Query.process_input(query, self.local_folder_current_path) + ) + + if isinstance(to_append, discord.Message): + return None + + if not to_append: + return await self.send_embed_msg( + ctx, title=_("Could not find a track matching your query.") + ) + track_list = playlist.tracks + current_count = len(track_list) + to_append_count = len(to_append) + tracks_obj_list = playlist.tracks_obj + not_added = 0 + if current_count + to_append_count > 10000: + to_append = to_append[: 10000 - current_count] + not_added = to_append_count - len(to_append) + to_append_count = len(to_append) + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + appended = 0 + + if to_append and to_append_count == 1: + to = lavalink.Track(to_append[0]) + if to in tracks_obj_list: + return await self.send_embed_msg( + ctx, + title=_("Skipping track"), + description=_( + "{track} is already in {playlist} (`{id}`) [**{scope}**]." + ).format( + track=to.title, + playlist=playlist.name, + id=playlist.id, + scope=scope_name, + ), + footer=_("Playlist limit reached: Could not add track.").format(not_added) + if not_added > 0 + else None, + ) + else: + appended += 1 + if to_append and to_append_count > 1: + to_append_temp = [] + async for t in AsyncIter(to_append): + to = lavalink.Track(t) + if to not in tracks_obj_list: + appended += 1 + to_append_temp.append(t) + to_append = to_append_temp + if appended > 0: + track_list.extend(to_append) + update = {"tracks": track_list, "url": None} + await playlist.edit(update) + + if to_append_count == 1 and appended == 1: + track_title = to_append[0]["info"]["title"] + return await self.send_embed_msg( + ctx, + title=_("Track added"), + description=_("{track} appended to {playlist} (`{id}`) [**{scope}**].").format( + track=track_title, playlist=playlist.name, id=playlist.id, scope=scope_name + ), + ) + + desc = _("{num} tracks appended to {playlist} (`{id}`) [**{scope}**].").format( + num=appended, playlist=playlist.name, id=playlist.id, scope=scope_name + ) + if to_append_count > appended: + diff = to_append_count - appended + desc += _( + "\n{existing} {plural} already in the playlist and were skipped." + ).format(existing=diff, plural=_("tracks are") if diff != 1 else _("track is")) + + embed = discord.Embed(title=_("Playlist Modified"), description=desc) + await self.send_embed_msg( + ctx, + embed=embed, + footer=_("Playlist limit reached: Could not add track.").format(not_added) + if not_added > 0 + else None, + ) + + @commands.cooldown(1, 150, commands.BucketType.member) + @command_playlist.command( + name="copy", usage=" [args]", cooldown_after_parsing=True + ) + async def command_playlist_copy( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + *, + scope_data: ComplexScopeParser = None, + ): + """Copy a playlist from one scope to another. + + **Usage**: + ​ ​ ​ ​ `[p]playlist copy playlist_name_OR_id [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --from-scope + ​ ​ ​ ​ ​ ​ ​ ​ --from-author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --from-guild [guild] **Only the bot owner can use this** + + ​ ​ ​ ​ ​ ​ ​ ​ --to-scope + ​ ​ ​ ​ ​ ​ ​ ​ --to-author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --to-guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist copy MyGuildPlaylist --from-scope Guild --to-scope Global` + ​ ​ ​ ​ `[p]playlist copy MyGlobalPlaylist --from-scope Global --to-author Draper#6666 --to-scope User` + ​ ​ ​ ​ `[p]playlist copy MyPersonalPlaylist --from-scope user --to-author Draper#6666 --to-scope Guild --to-guild Red - Discord Bot` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [ + PlaylistScope.GUILD.value, + ctx.author, + ctx.guild, + False, + PlaylistScope.GUILD.value, + ctx.author, + ctx.guild, + False, + ] + ( + from_scope, + from_author, + from_guild, + specified_from_user, + to_scope, + to_author, + to_guild, + specified_to_user, + ) = scope_data + to_scope = to_scope or PlaylistScope.GUILD.value + async with ctx.typing(): + try: + from_playlist, playlist_arg, from_scope = await self.get_playlist_match( + ctx, playlist_matches, from_scope, from_author, from_guild, specified_from_user + ) + except TooManyMatches as e: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=str(e)) + + if from_playlist is None: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + + temp_playlist = cast(Playlist, FakePlaylist(to_author.id, to_scope)) + if not await self.can_manage_playlist( + to_scope, temp_playlist, ctx, to_author, to_guild + ): + ctx.command.reset_cooldown(ctx) + return + + to_playlist = await create_playlist( + ctx, + self.playlist_api, + to_scope, + from_playlist.name, + from_playlist.url, + from_playlist.tracks, + to_author, + to_guild, + ) + if to_scope == PlaylistScope.GLOBAL.value: + to_scope_name = _("the Global") + elif to_scope == PlaylistScope.USER.value: + to_scope_name = to_author + else: + to_scope_name = to_guild + + if from_scope == PlaylistScope.GLOBAL.value: + from_scope_name = _("the Global") + elif from_scope == PlaylistScope.USER.value: + from_scope_name = from_author + else: + from_scope_name = from_guild + + return await self.send_embed_msg( + ctx, + title=_("Playlist Copied"), + description=_( + "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." + ).format( + name=from_playlist.name, + from_id=from_playlist.id, + from_scope=self.humanize_scope(from_scope, ctx=from_scope_name), + to_scope=self.humanize_scope(to_scope, ctx=to_scope_name), + to_id=to_playlist.id, + ), + ) + + @command_playlist.command(name="create", usage=" [args]") + async def command_playlist_create( + self, ctx: commands.Context, playlist_name: str, *, scope_data: ScopeParser = None + ): + """Create an empty playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist create playlist_name [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist` + ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + scope = scope or PlaylistScope.GUILD.value + temp_playlist = cast(Playlist, FakePlaylist(author.id, scope)) + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + async with ctx.typing(): + if not await self.can_manage_playlist(scope, temp_playlist, ctx, author, guild): + return + playlist_name = playlist_name.split(" ")[0].strip('"')[:32] + if playlist_name.isnumeric(): + return await self.send_embed_msg( + ctx, + title=_("Invalid Playlist Name"), + description=_( + "Playlist names must be a single word (up to 32 " + "characters) and not numbers only." + ), + ) + playlist = await create_playlist( + ctx, self.playlist_api, scope, playlist_name, None, None, author, guild + ) + return await self.send_embed_msg( + ctx, + title=_("Playlist Created"), + description=_("Empty playlist {name} (`{id}`) [**{scope}**] created.").format( + name=playlist.name, id=playlist.id, scope=scope_name + ), + ) + + @command_playlist.command(name="delete", aliases=["del"], usage=" [args]") + async def command_playlist_delete( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + *, + scope_data: ScopeParser = None, + ): + """Delete a saved playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist` + ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + async with ctx.typing(): + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + return await self.send_embed_msg(ctx, title=str(e)) + if playlist is None: + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + if not await self.can_manage_playlist(scope, playlist, ctx, author, guild): + return + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + await delete_playlist( + self.bot, + self.playlist_api, + scope, + playlist.id, + guild or ctx.guild, + author or ctx.author, + ) + + await self.send_embed_msg( + ctx, + title=_("Playlist Deleted"), + description=_("{name} (`{id}`) [**{scope}**] playlist deleted.").format( + name=playlist.name, id=playlist.id, scope=scope_name + ), + ) + + @commands.cooldown(1, 30, commands.BucketType.member) + @command_playlist.command( + name="dedupe", usage=" [args]", cooldown_after_parsing=True + ) + async def command_playlist_remdupe( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + *, + scope_data: ScopeParser = None, + ): + """Remove duplicate tracks from a saved playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist` + ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + async with ctx.typing(): + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=str(e)) + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + if playlist is None: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + if not await self.can_manage_playlist(scope, playlist, ctx, author, guild): + ctx.command.reset_cooldown(ctx) + return + + track_objects = playlist.tracks_obj + original_count = len(track_objects) + unique_tracks = set() + unique_tracks_add = unique_tracks.add + track_objects = [ + x for x in track_objects if not (x in unique_tracks or unique_tracks_add(x)) + ] + + tracklist = [] + async for track in AsyncIter(track_objects): + track_keys = track._info.keys() + track_values = track._info.values() + track_id = track.track_identifier + track_info = {} + for k, v in zip(track_keys, track_values): + track_info[k] = v + keys = ["track", "info"] + values = [track_id, track_info] + track_obj = {} + for key, value in zip(keys, values): + track_obj[key] = value + tracklist.append(track_obj) + + final_count = len(tracklist) + if original_count - final_count != 0: + await playlist.edit({"tracks": tracklist}) + await self.send_embed_msg( + ctx, + title=_("Playlist Modified"), + description=_( + "Removed {track_diff} duplicated " + "tracks from {name} (`{id}`) [**{scope}**] playlist." + ).format( + name=playlist.name, + id=playlist.id, + track_diff=original_count - final_count, + scope=scope_name, + ), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Playlist Has Not Been Modified"), + description=_( + "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." + ).format(name=playlist.name, id=playlist.id, scope=scope_name), + ) + + @command_playlist.command( + name="download", + usage=" [v2=False] [args]", + cooldown_after_parsing=True, + ) + @commands.is_owner() + @commands.bot_has_permissions(attach_files=True) + @commands.cooldown(1, 30, commands.BucketType.guild) + async def command_playlist_download( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + v2: UserInputOptional[bool] = False, + *, + scope_data: ScopeParser = None, + ): + """Download a copy of a playlist. + + These files can be used with the `[p]playlist upload` command. + Red v2-compatible playlists can be generated by passing True + for the v2 variable. + + **Usage**: + ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True` + ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global` + ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + async with ctx.typing(): + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=str(e)) + if playlist is None: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + + schema = 2 + version = "v3" if v2 is False else "v2" + + if not playlist.tracks: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=_("That playlist has no tracks.")) + if version == "v2": + v2_valid_urls = ["https://www.youtube.com/watch?v=", "https://soundcloud.com/"] + song_list = [] + async for track in AsyncIter(playlist.tracks): + if track["info"]["uri"].startswith(tuple(v2_valid_urls)): + song_list.append(track["info"]["uri"]) + playlist_data = { + "author": playlist.author, + "link": playlist.url, + "playlist": song_list, + "name": playlist.name, + } + file_name = playlist.name + else: + # TODO: Keep new playlists backwards compatible, Remove me in a few releases + playlist_data = playlist.to_json() + playlist_songs_backwards_compatible = [ + track["info"]["uri"] for track in playlist.tracks + ] + playlist_data["playlist"] = playlist_songs_backwards_compatible + playlist_data["link"] = playlist.url + file_name = playlist.id + playlist_data.update({"schema": schema, "version": version}) + playlist_data = json.dumps(playlist_data).encode("utf-8") + to_write = BytesIO() + to_write.write(playlist_data) + to_write.seek(0) + if to_write.getbuffer().nbytes > ctx.guild.filesize_limit - 10000: + datapath = cog_data_path(raw_name="Audio") + temp_file = datapath / f"{file_name}.txt" + temp_tar = datapath / f"{file_name}.tar.gz" + with temp_file.open("wb") as playlist_file: + playlist_file.write(to_write.read()) + + with tarfile.open(str(temp_tar), "w:gz") as tar: + tar.add( + str(temp_file), + arcname=str(temp_file.relative_to(datapath)), + recursive=False, + ) + try: + if os.path.getsize(str(temp_tar)) > ctx.guild.filesize_limit - 10000: + await ctx.send(_("This playlist is too large to be send in this server.")) + else: + await ctx.send( + content=_("Playlist is too large, here is the compressed version."), + file=discord.File(str(temp_tar)), + ) + except Exception as exc: + log.verbose("Failed to send playlist to channel", exc_info=exc) + temp_file.unlink() + temp_tar.unlink() + else: + await ctx.send(file=discord.File(to_write, filename=f"{file_name}.txt")) + to_write.close() + + @commands.cooldown(1, 10, commands.BucketType.member) + @command_playlist.command( + name="info", usage=" [args]", cooldown_after_parsing=True + ) + async def command_playlist_info( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + *, + scope_data: ScopeParser = None, + ): + """Retrieve information from a saved playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist` + ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + async with ctx.typing(): + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=str(e)) + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + + if playlist is None: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + track_len = len(playlist.tracks) + + msg = "​" + if track_len > 0: + spaces = "\N{EN SPACE}" * (len(str(len(playlist.tracks))) + 2) + async for track_idx, track in AsyncIter(playlist.tracks).enumerate(start=1): + query = Query.process_input( + track["info"]["uri"], self.local_folder_current_path + ) + if query.is_local: + if track["info"]["title"] != "Unknown title": + msg += "`{}.` **{} - {}**\n{}{}\n".format( + track_idx, + track["info"]["author"], + track["info"]["title"], + spaces, + query.to_string_user(), + ) + else: + msg += "`{}.` {}\n".format(track_idx, query.to_string_user()) + else: + msg += "`{}.` **[{}]({})**\n".format( + track_idx, track["info"]["title"], track["info"]["uri"] + ) + + else: + msg = "No tracks." + + if not playlist.url: + embed_title = _( + "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" + ).format(playlist_name=playlist.name, id=playlist.id, scope=scope_name) + else: + embed_title = _( + "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\nURL: {url}" + ).format( + playlist_name=playlist.name, url=playlist.url, id=playlist.id, scope=scope_name + ) + + page_list = [] + pages = list(pagify(msg, delims=["\n"], page_length=2000)) + total_pages = len(pages) + async for numb, page in AsyncIter(pages).enumerate(start=1): + embed = discord.Embed( + colour=await ctx.embed_colour(), title=embed_title, description=page + ) + author_obj = self.bot.get_user(playlist.author) or playlist.author or _("Unknown") + embed.set_footer( + text=_("Page {page}/{pages} | Author: {author_name} | {num} track(s)").format( + author_name=author_obj, num=track_len, pages=total_pages, page=numb + ) + ) + page_list.append(embed) + await menu(ctx, page_list) + + @commands.cooldown(1, 15, commands.BucketType.guild) + @command_playlist.command(name="list", usage="[args]", cooldown_after_parsing=True) + async def command_playlist_list( + self, ctx: commands.Context, *, scope_data: ScopeParser = None + ): + """List saved playlists. + + **Usage**: + ​ ​ ​ ​ `[p]playlist list [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist list` + ​ ​ ​ ​ `[p]playlist list --scope Global` + ​ ​ ​ ​ `[p]playlist list --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + async with ctx.typing(): + if scope is None: + global_matches = await get_all_playlist( + scope=PlaylistScope.GLOBAL.value, + bot=self.bot, + guild=guild, + author=author, + specified_user=specified_user, + playlist_api=self.playlist_api, + ) + guild_matches = await get_all_playlist( + scope=PlaylistScope.GUILD.value, + bot=self.bot, + guild=guild, + author=author, + specified_user=specified_user, + playlist_api=self.playlist_api, + ) + user_matches = await get_all_playlist( + scope=PlaylistScope.USER.value, + bot=self.bot, + guild=guild, + author=author, + specified_user=specified_user, + playlist_api=self.playlist_api, + ) + playlists = [*global_matches, *guild_matches, *user_matches] + name = None + if not playlists: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("No saved playlists available in this server.").format( + scope=name + ), + ) + else: + try: + playlists = await get_all_playlist( + scope=scope, + bot=self.bot, + guild=guild, + author=author, + specified_user=specified_user, + playlist_api=self.playlist_api, + ) + except MissingGuild: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Missing Arguments"), + description=_("You need to specify the Guild ID for the guild to lookup."), + ) + + if scope == PlaylistScope.GUILD.value: + name = f"{guild.name}" + elif scope == PlaylistScope.USER.value: + name = f"{author}" + else: + name = _("Global") + + if not playlists and specified_user: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_( + "No saved playlists for {scope} created by {author}." + ).format(scope=name, author=author), + ) + elif not playlists: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("No saved playlists for {scope}.").format(scope=name), + ) + + playlist_list = [] + space = "\N{EN SPACE}" + async for playlist in AsyncIter(playlists): + playlist_list.append( + ("\n" + space * 4).join( + ( + bold(playlist.name), + _("ID: {id}").format(id=playlist.id), + _("Tracks: {num}").format(num=len(playlist.tracks)), + _("Author: {name}").format( + name=self.bot.get_user(playlist.author) + or playlist.author + or _("Unknown") + ), + _("Scope: {scope}\n").format( + scope=self.humanize_scope(playlist.scope) + ), + ) + ) + ) + abc_names = sorted(playlist_list, key=str.lower) + len_playlist_list_pages = math.ceil(len(abc_names) / 5) + playlist_embeds = [] + + async for page_num in AsyncIter(range(1, len_playlist_list_pages + 1)): + embed = await self._build_playlist_list_page(ctx, page_num, abc_names, name) + playlist_embeds.append(embed) + await menu(ctx, playlist_embeds) + + @command_playlist.command(name="queue", usage=" [args]", cooldown_after_parsing=True) + @commands.cooldown(1, 300, commands.BucketType.member) + async def command_playlist_queue( + self, ctx: commands.Context, playlist_name: str, *, scope_data: ScopeParser = None + ): + """Save the queue to a playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist queue playlist_name [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist` + ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + async with ctx.typing(): + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + scope = scope or PlaylistScope.GUILD.value + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + temp_playlist = cast(Playlist, FakePlaylist(author.id, scope)) + if not await self.can_manage_playlist(scope, temp_playlist, ctx, author, guild): + ctx.command.reset_cooldown(ctx) + return + playlist_name = playlist_name.split(" ")[0].strip('"')[:32] + if playlist_name.isnumeric(): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Invalid Playlist Name"), + description=_( + "Playlist names must be a single word " + "(up to 32 characters) and not numbers only." + ), + ) + if not self._player_check(ctx): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=_("Nothing playing.")) + + player = lavalink.get_player(ctx.guild.id) + if not player.queue: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + tracklist = [] + np_song = self.get_track_json(player, "np") + tracklist.append(np_song) + queue_length = len(player.queue) + to_add = player.queue + not_added = 0 + if queue_length > 10000: + to_add = player.queue[:10000] + not_added = queue_length - 10000 + + async for track in AsyncIter(to_add): + queue_idx = player.queue.index(track) + track_obj = self.get_track_json(player, queue_idx) + tracklist.append(track_obj) + playlist = await create_playlist( + ctx, self.playlist_api, scope, playlist_name, None, tracklist, author, guild + ) + await self.send_embed_msg( + ctx, + title=_("Playlist Created"), + description=_( + "Playlist {name} (`{id}`) [**{scope}**] " + "saved from current queue: {num} tracks added." + ).format( + name=playlist.name, num=len(playlist.tracks), id=playlist.id, scope=scope_name + ), + footer=_("Playlist limit reached: Could not add {} tracks.").format(not_added) + if not_added > 0 + else None, + ) + + @command_playlist.command(name="remove", usage=" [args]") + async def command_playlist_remove( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + url: str, + *, + scope_data: ScopeParser = None, + ): + """Remove a track from a playlist by url. + + **Usage**: + ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU` + ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global` + ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + async with ctx.typing(): + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + return await self.send_embed_msg(ctx, title=str(e)) + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + if playlist is None: + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + if not await self.can_manage_playlist(scope, playlist, ctx, author, guild): + return + + track_list = playlist.tracks + clean_list = [track for track in track_list if url != track["info"]["uri"]] + if len(track_list) == len(clean_list): + return await self.send_embed_msg(ctx, title=_("URL not in playlist.")) + del_count = len(track_list) - len(clean_list) + if not clean_list: + await delete_playlist( + playlist_api=self.playlist_api, + bot=self.bot, + scope=playlist.scope, + playlist_id=playlist.id, + guild=guild, + author=playlist.author, + ) + return await self.send_embed_msg( + ctx, title=_("No tracks left, removing playlist.") + ) + update = {"tracks": clean_list, "url": None} + await playlist.edit(update) + if del_count > 1: + await self.send_embed_msg( + ctx, + title=_("Playlist Modified"), + description=_( + "{num} entries have been removed " + "from the playlist {playlist_name} (`{id}`) [**{scope}**]." + ).format( + num=del_count, + playlist_name=playlist.name, + id=playlist.id, + scope=scope_name, + ), + ) + else: + await self.send_embed_msg( + ctx, + title=_("Playlist Modified"), + description=_( + "The track has been removed from the playlist: " + "{playlist_name} (`{id}`) [**{scope}**]." + ).format(playlist_name=playlist.name, id=playlist.id, scope=scope_name), + ) + + @command_playlist.command( + name="save", usage=" [args]", cooldown_after_parsing=True + ) + @commands.cooldown(1, 60, commands.BucketType.member) + async def command_playlist_save( + self, + ctx: commands.Context, + playlist_name: str, + playlist_url: str, + *, + scope_data: ScopeParser = None, + ): + """Save a playlist from a url. + + **Usage**: + ​ ​ ​ ​ `[p]playlist save name url [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM` + ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global` + ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + scope = scope or PlaylistScope.GUILD.value + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + async with ctx.typing(): + temp_playlist = cast(Playlist, FakePlaylist(author.id, scope)) + if not await self.can_manage_playlist(scope, temp_playlist, ctx, author, guild): + return ctx.command.reset_cooldown(ctx) + playlist_name = playlist_name.split(" ")[0].strip('"')[:32] + if playlist_name.isnumeric(): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Invalid Playlist Name"), + description=_( + "Playlist names must be a single word (up to 32 " + "characters) and not numbers only." + ), + ) + if not await self._playlist_check(ctx): + ctx.command.reset_cooldown(ctx) + return + player = lavalink.get_player(ctx.guild.id) + tracklist = await self.fetch_playlist_tracks( + ctx, player, Query.process_input(playlist_url, self.local_folder_current_path) + ) + if isinstance(tracklist, discord.Message): + return None + if tracklist is not None: + playlist_length = len(tracklist) + not_added = 0 + if playlist_length > 10000: + tracklist = tracklist[:10000] + not_added = playlist_length - 10000 + + playlist = await create_playlist( + ctx, + self.playlist_api, + scope, + playlist_name, + playlist_url, + tracklist, + author, + guild, + ) + if playlist is not None: + return await self.send_embed_msg( + ctx, + title=_("Playlist Created"), + description=_( + "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." + ).format( + name=playlist.name, + num=len(tracklist), + id=playlist.id, + scope=scope_name, + ), + footer=_("Playlist limit reached: Could not add {} tracks.").format( + not_added + ) + if not_added > 0 + else None, + ) + else: + return await self.send_embed_msg( + ctx, + title=_("Playlist Couldn't be created"), + description=_("Unable to create your playlist."), + ) + + @commands.cooldown(1, 30, commands.BucketType.member) + @command_playlist.command( + name="start", + aliases=["play"], + usage=" [args]", + cooldown_after_parsing=True, + ) + async def command_playlist_start( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + *, + scope_data: ScopeParser = None, + ): + """Load a playlist into the queue. + + **Usage**: + ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist` + ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if dj_enabled and not await self._can_instaskip(ctx, ctx.author): + ctx.command.reset_cooldown(ctx) + await self.send_embed_msg( + ctx, + title=_("Unable To Play Tracks"), + description=_("You need the DJ role to start playing playlists."), + ) + return False + async with ctx.typing(): + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=str(e)) + if playlist is None: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist").format( + arg=playlist_arg + ), + ) + + if not await self._playlist_check(ctx): + ctx.command.reset_cooldown(ctx) + return + jukebox_price = await self.config.guild(ctx.guild).jukebox_price() + if not await self.maybe_charge_requester(ctx, jukebox_price): + ctx.command.reset_cooldown(ctx) + return + maxlength = await self.config.guild(ctx.guild).maxlength() + author_obj = self.bot.get_user(ctx.author.id) + track_len = 0 + try: + player = lavalink.get_player(ctx.guild.id) + tracks = playlist.tracks_obj + empty_queue = not player.queue + async for track in AsyncIter(tracks): + if len(player.queue) >= 10000: + continue + query = Query.process_input(track, self.local_folder_current_path) + if not await self.is_query_allowed( + self.config, + ctx, + f"{track.title} {track.author} {track.uri} " f"{str(query)}", + query_obj=query, + ): + log.debug("Query is not allowed in %r (%s)", ctx.guild.name, ctx.guild.id) + continue + query = Query.process_input(track.uri, self.local_folder_current_path) + if query.is_local: + local_path = LocalPath(track.uri, self.local_folder_current_path) + if not await self.localtracks_folder_exists(ctx): + pass + if not local_path.exists() and not local_path.is_file(): + continue + if maxlength > 0 and not self.is_track_length_allowed(track, maxlength): + continue + track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(author_obj, track) + self.bot.dispatch("red_audio_track_enqueue", player.guild, track, ctx.author) + track_len += 1 + player.maybe_shuffle(0 if empty_queue else 1) + if len(tracks) > track_len: + maxlength_msg = _(" {bad_tracks} tracks cannot be queued.").format( + bad_tracks=(len(tracks) - track_len) + ) + else: + maxlength_msg = "" + if scope == PlaylistScope.GUILD.value: + scope_name = f"{guild.name}" + elif scope == PlaylistScope.USER.value: + scope_name = f"{author}" + else: + scope_name = "Global" + + embed = discord.Embed( + title=_("Playlist Enqueued"), + description=_( + "{name} - (`{id}`) [**{scope}**]\nAdded {num} " + "tracks to the queue.{maxlength_msg}" + ).format( + num=track_len, + maxlength_msg=maxlength_msg, + name=playlist.name, + id=playlist.id, + scope=scope_name, + ), + ) + await self.send_embed_msg(ctx, embed=embed) + if not player.current: + await player.play() + return + except RuntimeError: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Playlist {id} does not exist in {scope} scope.").format( + id=playlist_arg, scope=self.humanize_scope(scope, the=True) + ), + ) + except MissingGuild: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Missing Arguments"), + description=_("You need to specify the Guild ID for the guild to lookup."), + ) + except TypeError: + if playlist: + return await ctx.invoke(self.command_play, query=playlist.url) + + @commands.cooldown(1, 60, commands.BucketType.member) + @command_playlist.command( + name="update", usage=" [args]", cooldown_after_parsing=True + ) + async def command_playlist_update( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + *, + scope_data: ScopeParser = None, + ): + """Updates all tracks in a playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist` + ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + embeds = None + async with ctx.typing(): + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=str(e)) + + if playlist is None: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + + if not await self._playlist_check(ctx): + ctx.command.reset_cooldown(ctx) + return + try: + if not await self.can_manage_playlist( + scope, playlist, ctx, author, guild, bypass=True + ): + return + if playlist.url or getattr(playlist, "id", 0) == 42069: + player = lavalink.get_player(ctx.guild.id) + added, removed, playlist = await self._maybe_update_playlist( + ctx, player, playlist + ) + else: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Invalid Playlist"), + description=_("Custom playlists cannot be updated."), + ) + except RuntimeError: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Playlist {id} does not exist in {scope} scope.").format( + id=playlist_arg, scope=self.humanize_scope(scope, the=True) + ), + ) + except MissingGuild: + return await self.send_embed_msg( + ctx, + title=_("Missing Arguments"), + description=_("You need to specify the Guild ID for the guild to lookup."), + ) + else: + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + if added or removed: + _colour = await ctx.embed_colour() + removed_embeds = [] + added_embeds = [] + total_added = len(added) + total_removed = len(removed) + total_pages = math.ceil(total_removed / 10) + math.ceil(total_added / 10) + page_count = 0 + if removed: + removed_text = "" + async for i, track in AsyncIter(removed).enumerate(start=1): + if len(track.title) > 40: + track_title = str(track.title).replace("[", "") + track_title = "{}...".format((track_title[:40]).rstrip(" ")) + else: + track_title = track.title + removed_text += f"`{i}.` **[{track_title}]({track.uri})**\n" + if i % 10 == 0 or i == total_removed: + page_count += 1 + embed = discord.Embed( + title=_("Tracks removed"), + colour=_colour, + description=removed_text, + ) + text = _("Page {page_num}/{total_pages}").format( + page_num=page_count, total_pages=total_pages + ) + embed.set_footer(text=text) + removed_embeds.append(embed) + removed_text = "" + if added: + added_text = "" + async for i, track in AsyncIter(added).enumerate(start=1): + if len(track.title) > 40: + track_title = str(track.title).replace("[", "") + track_title = "{}...".format((track_title[:40]).rstrip(" ")) + else: + track_title = track.title + added_text += f"`{i}.` **[{track_title}]({track.uri})**\n" + if i % 10 == 0 or i == total_added: + page_count += 1 + embed = discord.Embed( + title=_("Tracks added"), colour=_colour, description=added_text + ) + text = _("Page {page_num}/{total_pages}").format( + page_num=page_count, total_pages=total_pages + ) + embed.set_footer(text=text) + added_embeds.append(embed) + added_text = "" + embeds = removed_embeds + added_embeds + else: + return await self.send_embed_msg( + ctx, + title=_("Playlist Has Not Been Modified"), + description=_("No changes for {name} (`{id}`) [**{scope}**].").format( + id=playlist.id, name=playlist.name, scope=scope_name + ), + ) + if embeds: + await menu(ctx, embeds) + + @command_playlist.command(name="upload", usage="[args]") + @commands.is_owner() + async def command_playlist_upload( + self, ctx: commands.Context, *, scope_data: ScopeParser = None + ): + """Uploads a playlist file as a playlist for the bot. + + V2 and old V3 playlist will be slow. + V3 Playlist made with `[p]playlist download` will load a lot faster. + + **Usage**: + ​ ​ ​ ​ `[p]playlist upload [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist upload` + ​ ​ ​ ​ `[p]playlist upload --scope Global` + ​ ​ ​ ​ `[p]playlist upload --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + scope = scope or PlaylistScope.GUILD.value + temp_playlist = cast(Playlist, FakePlaylist(author.id, scope)) + async with ctx.typing(): + if not await self.can_manage_playlist(scope, temp_playlist, ctx, author, guild): + return + if not await self._playlist_check(ctx): + return + player = lavalink.get_player(ctx.guild.id) + + if not ctx.message.attachments: + await self.send_embed_msg( + ctx, + title=_( + "Please upload the playlist file. Any other message will cancel this " + "operation." + ), + ) + try: + file_message = await self.bot.wait_for( + "message", timeout=30.0, check=MessagePredicate.same_context(ctx) + ) + except asyncio.TimeoutError: + return await self.send_embed_msg( + ctx, title=_("No file detected, try again later.") + ) + else: + file_message = ctx.message + try: + file_url = file_message.attachments[0].url + except IndexError: + return await self.send_embed_msg(ctx, title=_("Upload cancelled.")) + file_suffix = file_url.rsplit(".", 1)[1] + if file_suffix != "txt": + return await self.send_embed_msg( + ctx, title=_("Only Red playlist files can be uploaded.") + ) + try: + async with self.session.request("GET", file_url) as r: + uploaded_playlist = await r.json( + content_type="text/plain", encoding="utf-8", loads=json.loads + ) + except UnicodeDecodeError: + return await self.send_embed_msg(ctx, title=_("Not a valid playlist file.")) + + new_schema = uploaded_playlist.get("schema", 1) >= 2 + version = uploaded_playlist.get("version", "v2") + + if new_schema and version == "v3": + uploaded_playlist_url = uploaded_playlist.get("playlist_url", None) + track_list = uploaded_playlist.get("tracks", []) + else: + uploaded_playlist_url = uploaded_playlist.get("link", None) + track_list = uploaded_playlist.get("playlist", []) + if len(track_list) > 10000: + return await self.send_embed_msg(ctx, title=_("This playlist is too large.")) + uploaded_playlist_name = uploaded_playlist.get( + "name", (file_url.split("/")[6]).split(".")[0] + ) + try: + if self.api_interface is not None and ( + not uploaded_playlist_url + or not self.match_yt_playlist(uploaded_playlist_url) + or not ( + await self.api_interface.fetch_track( + ctx, + player, + Query.process_input( + uploaded_playlist_url, self.local_folder_current_path + ), + ) + )[0].tracks + ): + if version == "v3": + return await self._load_v3_playlist( + ctx, + scope, + uploaded_playlist_name, + uploaded_playlist_url, + track_list, + author, + guild, + ) + return await self._load_v2_playlist( + ctx, + track_list, + player, + uploaded_playlist_url, + uploaded_playlist_name, + scope, + author, + guild, + ) + return await ctx.invoke( + self.command_playlist_save, + playlist_name=uploaded_playlist_name, + playlist_url=uploaded_playlist_url, + scope_data=(scope, author, guild, specified_user), + ) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink node at the moment, try again in a few " + "minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + + @commands.cooldown(1, 60, commands.BucketType.member) + @command_playlist.command( + name="rename", usage=" [args]", cooldown_after_parsing=True + ) + async def command_playlist_rename( + self, + ctx: commands.Context, + playlist_matches: PlaylistConverter, + new_name: str, + *, + scope_data: ScopeParser = None, + ): + """Rename an existing playlist. + + **Usage**: + ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]` + + **Args**: + ​ ​ ​ ​ The following are all optional: + ​ ​ ​ ​ ​ ​ ​ ​ --scope + ​ ​ ​ ​ ​ ​ ​ ​ --author [user] + ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this** + + **Scope** is one of the following: + ​ ​ ​ ​ Global + ​ ​ ​ ​ Guild + ​ ​ ​ ​ User + + **Author** can be one of the following: + ​ ​ ​ ​ User ID + ​ ​ ​ ​ User Mention + ​ ​ ​ ​ User Name#123 + + **Guild** can be one of the following: + ​ ​ ​ ​ Guild ID + ​ ​ ​ ​ Exact guild name + + Example use: + ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist` + ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User` + """ + if self.playlist_api is None: + return await self.send_embed_msg( + ctx, + title=_("Playlists Are Not Available"), + description=_("The playlist section of Audio is currently unavailable"), + footer=None if not await self.bot.is_owner(ctx.author) else _("Check your logs."), + ) + if scope_data is None: + scope_data = [None, ctx.author, ctx.guild, False] + scope, author, guild, specified_user = scope_data + async with ctx.typing(): + new_name = new_name.split(" ")[0].strip('"')[:32] + if new_name.isnumeric(): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Invalid Playlist Name"), + description=_( + "Playlist names must be a single word (up to 32 " + "characters) and not numbers only." + ), + ) + try: + playlist, playlist_arg, scope = await self.get_playlist_match( + ctx, playlist_matches, scope, author, guild, specified_user + ) + except TooManyMatches as e: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg(ctx, title=str(e)) + if playlist is None: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Playlist Not Found"), + description=_("Could not match '{arg}' to a playlist.").format( + arg=playlist_arg + ), + ) + if not await self.can_manage_playlist(scope, playlist, ctx, author, guild): + ctx.command.reset_cooldown(ctx) + return + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + old_name = playlist.name + update = {"name": new_name} + await playlist.edit(update) + msg = _("'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]").format( + old=bold(old_name), new=bold(playlist.name), id=playlist.id, scope=scope_name + ) + await self.send_embed_msg(ctx, title=_("Playlist Modified"), description=msg) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/queue.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/queue.py new file mode 100644 index 0000000000000000000000000000000000000000..d2a51fdb2c901a38f80b28f3d7222027b92f9022 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/commands/queue.py @@ -0,0 +1,381 @@ +import asyncio +import contextlib +import math +from pathlib import Path + +from typing import MutableMapping, Optional + +import discord +import lavalink +from lavalink import NodeNotFound, PlayerNotFound +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.menus import ( + close_menu, + menu, + next_page, + prev_page, + start_adding_reactions, +) +from redbot.core.utils.predicates import ReactionPredicate + +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Commands.queue") +_ = Translator("Audio", Path(__file__)) + + +class QueueCommands(MixinMeta, metaclass=CompositeMetaClass): + @commands.group(name="queue", invoke_without_command=True) + @commands.guild_only() + @commands.bot_has_permissions(embed_links=True) + @commands.bot_can_react() + async def command_queue(self, ctx: commands.Context, *, page: int = 1): + """List the songs in the queue.""" + + # Check to avoid an IndexError further down in the code. + if page < 1: + page = 1 + + async def _queue_menu( + ctx: commands.Context, + pages: list, + controls: MutableMapping, + message: discord.Message, + page: int, + timeout: float, + emoji: str, + ): + if message: + await ctx.send_help(self.command_queue) + with contextlib.suppress(discord.HTTPException): + await message.delete() + return None + + queue_controls = { + "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}": prev_page, + "\N{CROSS MARK}": close_menu, + "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}": next_page, + "\N{INFORMATION SOURCE}\N{VARIATION SELECTOR-16}": _queue_menu, + } + + if not self._player_check(ctx): + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + player = lavalink.get_player(ctx.guild.id) + + if player.current and not player.queue: + arrow = await self.draw_time(ctx) + pos = self.format_time(player.position) + if player.current.is_stream: + dur = "LIVE" + else: + dur = self.format_time(player.current.length) + song = ( + await self.get_track_description(player.current, self.local_folder_current_path) + or "" + ) + song += _("\n Requested by: **{track.requester}**").format(track=player.current) + song += f"\n\n{arrow}`{pos}`/`{dur}`" + embed = discord.Embed(title=_("Now Playing"), description=song) + guild_data = await self.config.guild(ctx.guild).all() + if guild_data["thumbnail"] and player.current and player.current.thumbnail: + embed.set_thumbnail(url=player.current.thumbnail) + + shuffle = guild_data["shuffle"] + repeat = guild_data["repeat"] + autoplay = guild_data["auto_play"] + text = "" + text += ( + _("Auto-Play") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if autoplay else "\N{CROSS MARK}") + ) + text += ( + (" | " if text else "") + + _("Shuffle") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if shuffle else "\N{CROSS MARK}") + ) + text += ( + (" | " if text else "") + + _("Repeat") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if repeat else "\N{CROSS MARK}") + ) + embed.set_footer(text=text) + message = await self.send_embed_msg(ctx, embed=embed) + dj_enabled = self._dj_status_cache.setdefault(ctx.guild.id, guild_data["dj_enabled"]) + vote_enabled = guild_data["vote_enabled"] + if ( + (dj_enabled or vote_enabled) + and not await self._can_instaskip(ctx, ctx.author) + and not await self.is_requester_alone(ctx) + ): + return + + emoji = { + "prev": "\N{BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR}\N{VARIATION SELECTOR-16}", + "stop": "\N{BLACK SQUARE FOR STOP}\N{VARIATION SELECTOR-16}", + "pause": "\N{BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR}\N{VARIATION SELECTOR-16}", + "next": "\N{BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR}\N{VARIATION SELECTOR-16}", + "close": "\N{CROSS MARK}", + } + expected = tuple(emoji.values()) + if not player.queue and not autoplay: + expected = (emoji["stop"], emoji["pause"], emoji["close"]) + if player.current: + task: Optional[asyncio.Task] = start_adding_reactions(message, expected[:5]) + else: + task: Optional[asyncio.Task] = None + + try: + (r, u) = await self.bot.wait_for( + "reaction_add", + check=ReactionPredicate.with_emojis(expected, message, ctx.author), + timeout=30.0, + ) + except asyncio.TimeoutError: + return await self._clear_react(message, emoji) + else: + if task is not None: + task.cancel() + reacts = {v: k for k, v in emoji.items()} + react = reacts[r.emoji] + if react == "prev": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_prev) + elif react == "stop": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_stop) + elif react == "pause": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_pause) + elif react == "next": + await self._clear_react(message, emoji) + await ctx.invoke(self.command_skip) + elif react == "close": + await message.delete() + return + elif not player.current and not player.queue: + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + + async with ctx.typing(): + limited_queue = player.queue[:500] # TODO: Improve when Toby menu's are merged + len_queue_pages = math.ceil(len(limited_queue) / 10) + queue_page_list = [] + async for page_num in AsyncIter(range(1, len_queue_pages + 1)): + embed = await self._build_queue_page(ctx, limited_queue, player, page_num) + queue_page_list.append(embed) + if page > len_queue_pages: + page = len_queue_pages + return await menu(ctx, queue_page_list, queue_controls, page=(page - 1)) + + @command_queue.command(name="clear") + async def command_queue_clear(self, ctx: commands.Context): + """Clears the queue.""" + try: + player = lavalink.get_player(ctx.guild.id) + except (NodeNotFound, PlayerNotFound): + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if not self._player_check(ctx) or not player.queue: + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + if ( + dj_enabled + and not await self._can_instaskip(ctx, ctx.author) + and not await self.is_requester_alone(ctx) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Clear Queue"), + description=_("You need the DJ role to clear the queue."), + ) + async for track in AsyncIter(player.queue): + await self.api_interface.persistent_queue_api.played( + ctx.guild.id, track.extras.get("enqueue_time") + ) + player.queue.clear() + await self.send_embed_msg( + ctx, title=_("Queue Modified"), description=_("The queue has been cleared.") + ) + + @command_queue.command(name="clean") + async def command_queue_clean(self, ctx: commands.Context): + """Removes songs from the queue if the requester is not in the voice channel.""" + try: + player = lavalink.get_player(ctx.guild.id) + except (NodeNotFound, PlayerNotFound): + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if not self._player_check(ctx) or not player.queue: + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + if ( + dj_enabled + and not await self._can_instaskip(ctx, ctx.author) + and not await self.is_requester_alone(ctx) + ): + return await self.send_embed_msg( + ctx, + title=_("Unable To Clean Queue"), + description=_("You need the DJ role to clean the queue."), + ) + clean_tracks = [] + removed_tracks = 0 + listeners = player.channel.members + async for track in AsyncIter(player.queue): + if track.requester in listeners: + clean_tracks.append(track) + else: + await self.api_interface.persistent_queue_api.played( + ctx.guild.id, track.extras.get("enqueue_time") + ) + removed_tracks += 1 + player.queue = clean_tracks + if removed_tracks == 0: + await self.send_embed_msg(ctx, title=_("Removed 0 tracks.")) + else: + await self.send_embed_msg( + ctx, + title=_("Removed Tracks From The Queue"), + description=_( + "Removed {removed_tracks} tracks queued by members " + "outside of the voice channel." + ).format(removed_tracks=removed_tracks), + ) + + @command_queue.command(name="cleanself") + async def command_queue_cleanself(self, ctx: commands.Context): + """Removes all tracks you requested from the queue.""" + + try: + player = lavalink.get_player(ctx.guild.id) + except (NodeNotFound, PlayerNotFound): + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + if not self._player_check(ctx) or not player.queue: + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + + clean_tracks = [] + removed_tracks = 0 + async for track in AsyncIter(player.queue): + if track.requester != ctx.author: + clean_tracks.append(track) + else: + removed_tracks += 1 + await self.api_interface.persistent_queue_api.played( + ctx.guild.id, track.extras.get("enqueue_time") + ) + player.queue = clean_tracks + if removed_tracks == 0: + await self.send_embed_msg(ctx, title=_("Removed 0 tracks.")) + else: + await self.send_embed_msg( + ctx, + title=_("Removed Tracks From The Queue"), + description=_( + "Removed {removed_tracks} tracks queued by {member.display_name}." + ).format(removed_tracks=removed_tracks, member=ctx.author), + ) + + @command_queue.command(name="search") + async def command_queue_search(self, ctx: commands.Context, *, search_words: str): + """Search the queue.""" + try: + player = lavalink.get_player(ctx.guild.id) + except (NodeNotFound, PlayerNotFound): + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + if not self._player_check(ctx) or not player.queue: + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + + search_list = await self._build_queue_search_list(player.queue, search_words) + if not search_list: + return await self.send_embed_msg(ctx, title=_("No matches.")) + + len_search_pages = math.ceil(len(search_list) / 10) + search_page_list = [] + async for page_num in AsyncIter(range(1, len_search_pages + 1)): + embed = await self._build_queue_search_page(ctx, page_num, search_list) + search_page_list.append(embed) + await menu(ctx, search_page_list) + + @command_queue.command(name="shuffle") + @commands.cooldown(1, 30, commands.BucketType.guild) + async def command_queue_shuffle(self, ctx: commands.Context): + """Shuffles the queue.""" + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if ( + dj_enabled + and not await self._can_instaskip(ctx, ctx.author) + and not await self.is_requester_alone(ctx) + ): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Shuffle Queue"), + description=_("You need the DJ role to shuffle the queue."), + ) + if not self._player_check(ctx): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Shuffle Queue"), + description=_("There's nothing in the queue."), + ) + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Shuffle Queue"), + description=_("I don't have permission to connect and speak in your channel."), + ) + player = await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + player.store("notify_channel", ctx.channel.id) + except AttributeError: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Shuffle Queue"), + description=_("Connect to a voice channel first."), + ) + except NodeNotFound: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Shuffle Queue"), + description=_("Connection to Lavalink node has not yet been established."), + ) + except KeyError: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Shuffle Queue"), + description=_("There's nothing in the queue."), + ) + + if not self._player_check(ctx) or not player.queue: + ctx.command.reset_cooldown(ctx) + return await self.send_embed_msg( + ctx, + title=_("Unable To Shuffle Queue"), + description=_("There's nothing in the queue."), + ) + + player.force_shuffle(0) + return await self.send_embed_msg(ctx, title=_("Queue has been shuffled.")) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..21d56ce2e5088c53e3ee51c5be4227b7a2701091 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/__init__.py @@ -0,0 +1,13 @@ +from red_commons.logging import getLogger + +from ..cog_utils import CompositeMetaClass +from .cog import AudioEvents +from .dpy import DpyEvents +from .lavalink import LavalinkEvents +from .red import RedEvents + +log = getLogger("red.cogs.Audio.cog.Events") + + +class Events(AudioEvents, DpyEvents, LavalinkEvents, RedEvents, metaclass=CompositeMetaClass): + """Class joining all event subclasses""" diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/cog.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/cog.py new file mode 100644 index 0000000000000000000000000000000000000000..8d5acdd96de7c60fca66aa9b5dc2b9359d03f0bc --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/cog.py @@ -0,0 +1,217 @@ +import asyncio +import datetime +import time +from pathlib import Path + +from typing import Optional + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator + +from ...apis.playlist_interface import Playlist, delete_playlist, get_playlist +from ...utils import PlaylistScope +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Events.audio") +_ = Translator("Audio", Path(__file__)) + + +class AudioEvents(MixinMeta, metaclass=CompositeMetaClass): + @commands.Cog.listener() + async def on_red_audio_track_start( + self, guild: discord.Guild, track: lavalink.Track, requester: discord.Member + ): + if not (track and guild): + return + + if await self.bot.cog_disabled_in_guild(self, guild): + player = lavalink.get_player(guild.id) + player.store("autoplay_notified", False) + await player.stop() + await player.disconnect() + await self.config.guild_from_id(guild_id=guild.id).currently_auto_playing_in.set([]) + return + + track_identifier = track.track_identifier + if self.playlist_api is not None: + daily_cache = self._daily_playlist_cache.setdefault( + guild.id, await self.config.guild(guild).daily_playlists() + ) + global_daily_playlists = self._daily_global_playlist_cache.setdefault( + self.bot.user.id, await self.config.daily_playlists() + ) + today = datetime.date.today() + midnight = datetime.datetime.combine(today, datetime.datetime.min.time()) + today_id = int(time.mktime(today.timetuple())) + track = self.track_to_json(track) + if daily_cache: + name = f"Daily playlist - {today}" + playlist: Optional[Playlist] + try: + playlist = await get_playlist( + playlist_api=self.playlist_api, + playlist_number=today_id, + scope=PlaylistScope.GUILD.value, + bot=self.bot, + guild=guild, + author=self.bot.user, + ) + except RuntimeError: + playlist = None + + if playlist: + tracks = playlist.tracks + tracks.append(track) + await playlist.edit({"tracks": tracks}) + else: + playlist = Playlist( + bot=self.bot, + scope=PlaylistScope.GUILD.value, + author=self.bot.user.id, + playlist_id=today_id, + name=name, + playlist_url=None, + tracks=[track], + guild=guild, + playlist_api=self.playlist_api, + ) + await playlist.save() + if global_daily_playlists: + global_name = f"Global Daily playlist - {today}" + try: + playlist = await get_playlist( + playlist_number=today_id, + scope=PlaylistScope.GLOBAL.value, + bot=self.bot, + guild=guild, + author=self.bot.user, + playlist_api=self.playlist_api, + ) + except RuntimeError: + playlist = None + if playlist: + tracks = playlist.tracks + tracks.append(track) + await playlist.edit({"tracks": tracks}) + else: + playlist = Playlist( + bot=self.bot, + scope=PlaylistScope.GLOBAL.value, + author=self.bot.user.id, + playlist_id=today_id, + name=global_name, + playlist_url=None, + tracks=[track], + guild=guild, + playlist_api=self.playlist_api, + ) + await playlist.save() + too_old = midnight - datetime.timedelta(days=8) + too_old_id = int(time.mktime(too_old.timetuple())) + try: + await delete_playlist( + scope=PlaylistScope.GUILD.value, + playlist_id=too_old_id, + guild=guild, + author=self.bot.user, + playlist_api=self.playlist_api, + bot=self.bot, + ) + except Exception as exc: + log.verbose("Failed to delete daily playlist ID: %s", too_old_id, exc_info=exc) + try: + await delete_playlist( + scope=PlaylistScope.GLOBAL.value, + playlist_id=too_old_id, + guild=guild, + author=self.bot.user, + playlist_api=self.playlist_api, + bot=self.bot, + ) + except Exception as exc: + log.verbose( + "Failed to delete global daily playlist ID: %s", too_old_id, exc_info=exc + ) + persist_cache = self._persist_queue_cache.setdefault( + guild.id, await self.config.guild(guild).persist_queue() + ) + if persist_cache: + await self.api_interface.persistent_queue_api.played( + guild_id=guild.id, track_id=track_identifier + ) + + @commands.Cog.listener() + async def on_red_audio_queue_end( + self, guild: discord.Guild, track: lavalink.Track, requester: discord.Member + ): + if not (track and guild): + return + if self.api_interface is not None and self.playlist_api is not None: + await self.api_interface.local_cache_api.youtube.clean_up_old_entries() + await asyncio.sleep(5) + await self.playlist_api.delete_scheduled() + await self.api_interface.persistent_queue_api.drop(guild.id) + await asyncio.sleep(5) + await self.api_interface.persistent_queue_api.delete_scheduled() + + @commands.Cog.listener() + async def on_red_audio_track_enqueue( + self, guild: discord.Guild, track: lavalink.Track, requester: discord.Member + ): + if not (track and guild): + return + persist_cache = self._persist_queue_cache.setdefault( + guild.id, await self.config.guild(guild).persist_queue() + ) + if persist_cache: + await self.api_interface.persistent_queue_api.enqueued( + guild_id=guild.id, room_id=track.extras["vc"], track=track + ) + + @commands.Cog.listener() + async def on_red_audio_track_end( + self, guild: discord.Guild, track: lavalink.Track, requester: discord.Member + ): + if not (track and guild): + return + if self.api_interface is not None and self.playlist_api is not None: + await self.api_interface.local_cache_api.youtube.clean_up_old_entries() + await asyncio.sleep(5) + await self.playlist_api.delete_scheduled() + await self.api_interface.persistent_queue_api.drop(guild.id) + await asyncio.sleep(5) + await self.api_interface.persistent_queue_api.delete_scheduled() + + @commands.Cog.listener() + async def on_red_audio_track_auto_play( + self, + guild: discord.Guild, + track: lavalink.Track, + requester: discord.Member, + player: lavalink.Player, + ): + if not guild: + return + notify_channel = guild.get_channel_or_thread(player.fetch("notify_channel")) + has_perms = self._has_notify_perms(notify_channel) + tries = 0 + while not player._is_playing: + await asyncio.sleep(0.1) + if tries > 1000: + return + tries += 1 + + if notify_channel and has_perms and not player.fetch("autoplay_notified", False): + if ( + len(player.node.players) < 10 + or not player._last_resume + and player._last_resume + datetime.timedelta(seconds=60) + > datetime.datetime.now(tz=datetime.timezone.utc) + ): + await self.send_embed_msg(notify_channel, title=_("Auto Play started.")) + player.store("autoplay_notified", True) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/dpy.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/dpy.py new file mode 100644 index 0000000000000000000000000000000000000000..6c8934d901625f902e7b33cf61fcde436ac591b7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/dpy.py @@ -0,0 +1,478 @@ +import asyncio +import contextlib +import random +import re + +from collections import OrderedDict +from pathlib import Path +from string import ascii_letters, digits +from typing import Final, Pattern + +import discord +import lavalink +from red_commons.logging import getLogger + +from aiohttp import ClientConnectorError +from discord.ext.commands import CheckFailure +from lavalink import NodeNotFound, PlayerNotFound + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import can_user_send_messages_in +from redbot.core.utils.antispam import AntiSpam +from redbot.core.utils.chat_formatting import box, humanize_list, underline, bold + +from ...errors import TrackEnqueueError, AudioError +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Events.dpy") +_T = Translator("Audio", Path(__file__)) +_ = lambda s: s +RE_CONVERSION: Final[Pattern] = re.compile('Converting to "(.*)" failed for parameter "(.*)".') +HUMANIZED_PERM = { + "create_instant_invite": _("Create Instant Invite"), + "kick_members": _("Kick Members"), + "ban_members": _("Ban Members"), + "administrator": _("Administrator"), + "manage_channels": _("Manage Channels"), + "manage_guild": _("Manage Server"), + "add_reactions": _("Add Reactions"), + "view_audit_log": _("View Audit Log"), + "priority_speaker": _("Priority Speaker"), + "stream": _("Go Live"), + "read_messages": _("Read Text Channels & See Voice Channels"), + "send_messages": _("Send Messages"), + "send_tts_messages": _("Send TTS Messages"), + "manage_messages": _("Manage Messages"), + "embed_links": _("Embed Links"), + "attach_files": _("Attach Files"), + "read_message_history": _("Read Message History"), + "mention_everyone": _("Mention @everyone, @here, and All Roles"), + "external_emojis": _("Use External Emojis"), + "view_guild_insights": _("View Server Insights"), + "connect": _("Connect"), + "speak": _("Speak"), + "mute_members": _("Mute Members"), + "deafen_members": _("Deafen Members"), + "move_members": _("Move Members"), + "use_voice_activation": _("Use Voice Activity"), + "change_nickname": _("Change Nickname"), + "manage_nicknames": _("Manage Nicknames"), + "manage_roles": _("Manage Roles"), + "manage_webhooks": _("Manage Webhooks"), + "manage_emojis": _("Manage Emojis"), + "use_application_commands": _("Use Application Commands"), + "request_to_speak": _("Request to Speak"), + "manage_events": _("Manage Events"), + "manage_threads": _("Manage Threads"), + "create_public_threads": _("Create Public Threads"), + "create_private_threads": _("Create Private Threads"), + "external_stickers": _("Use External Stickers"), + "send_messages_in_threads": _("Send Messages in Threads"), + "start_embedded_activities": _("Start Activities"), + "moderate_members": _("Moderate Member"), +} + +DANGEROUS_COMMANDS = { + "command_llset_java": _( + "This command will change the executable path of Java, " + "this is useful if you have multiple installations of Java and the default one is causing issues. " + "Please don't change this unless you are certain that the Java version you are specifying is supported by Red. " + "The default and supported version is currently Java 11." + ), + "command_llset_heapsize": _( + "This command will change the maximum RAM allocation for the managed Lavalink node, " + "usually you will never have to change this, " + "before considering changing it please consult our support team." + ), + "command_llset_unmanaged": _( + "This command will disable the managed Lavalink node, " + "if you toggle this command you must specify an external Lavalink node to connect to, " + "if you do not do so Audio will stop working." + ), + "command_llset_host": _( + "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. " + ), + "command_llset_password": _( + "This command is used to specify the authentication password used by Red to connect to an " + "external Lavalink node." + ), + "command_llset_secured": _( + "This command is used toggle between secured and unsecured connections to an external Lavalink node." + ), + "command_llset_wsport": _( + "This command is used to specify the connection port used by Red to connect to an external Lavalink node." + ), + "command_llset_config_host": _( + "This command specifies which network interface and IP the managed Lavalink node will bind to, " + "by default this is 'localhost', " + "only change this if you want the managed Lavalink node to bind to a specific IP/interface." + ), + "command_llset_config_token": _( + "This command changes the authentication password required to connect to this managed node." + "The default value is 'youshallnotpass'." + ), + "command_llset_config_port": _( + "This command changes the connection port used to connect to this managed node, " + "only change this if the default port '2333' is causing conflicts with existing applications." + ), + "command_llset_config_source_http": _( + "This command toggles the support of direct url streams like Icecast or Shoutcast streams. " + "An example is ; " + "disabling this will make the bot unable to play any direct url steam content." + ), + "command_llset_config_source_bandcamp": _( + "This command toggles the support of Bandcamp audio playback. " + "An example is ; " + "disabling this will make the bot unable to play any Bandcamp content", + ), + "command_llset_config_source_local": _( + "This command toggles the support of local track audio playback. " + "An example is `/mnt/data/my_super_funky_track.mp3`; " + "disabling this will make the bot unable to play any local track content." + ), + "command_llset_config_source_soundcloud": _( + "This command toggles the support of SoundCloud playback. " + "An example is ; " + "disabling this will make the bot unable to play any SoundCloud content." + ), + "command_llset_config_source_youtube": _( + "This command toggles the support of YouTube playback (Spotify depends on YouTube). " + "Disabling this will make the bot unable to play any YouTube content: " + "this includes Spotify." + ), + "command_llset_config_source_twitch": _( + "This command toggles the support of Twitch playback. " + "An example of this is ; " + "disabling this will make the bot unable to play any Twitch content." + ), + "command_llset_config_source_vimeo": _( + "This command toggles the support of Vimeo playback. " + "An example of this is ; " + "disabling this will make the bot unable to play any Vimeo content." + ), + "command_llset_config_server_framebuffer": _( + "This setting controls the managed node's framebuffer, " + "do not change this unless instructed." + ), + "command_llset_config_server_buffer": _( + "This setting controls the managed node's JDA-NAS buffer, " + "do not change this unless instructed." + ), + "command_llset_reset": _("This command will reset every setting changed by `[p]llset`."), +} + +_ = _T + + +class DpyEvents(MixinMeta, metaclass=CompositeMetaClass): + async def cog_before_invoke(self, ctx: commands.Context) -> None: + await self.cog_ready_event.wait() + # check for unsupported arch + # Check on this needs refactoring at a later date + # so that we have a better way to handle the tasks + if self.command_llset in [ctx.command, ctx.command.root_parent]: + pass + + elif self.lavalink_connect_task and self.lavalink_connect_task.cancelled(): + await ctx.send( + _( + "You have attempted to run Audio's managed Lavalink node on an unsupported" + " architecture. Only settings related commands will be available." + ) + ) + raise AudioError( + "Not running Audio command due to invalid machine architecture for the managed Lavalink node." + ) + + surpass_ignore = ( + ctx.guild is None + or await ctx.bot.is_owner(ctx.author) + or await ctx.bot.is_admin(ctx.author) + ) + guild = ctx.guild + if guild and not can_user_send_messages_in(ctx.me, ctx.channel): + log.debug( + "Missing perms to send messages in %d, Owner ID: %d", + guild.id, + guild.owner.id, + ) + if not surpass_ignore: + text = _( + "I'm missing permissions to send messages in this server. " + "Please address this as soon as possible." + ) + log.info( + "Missing write permission in %d, Owner ID: %d", + guild.id, + guild.owner.id, + ) + raise CheckFailure(message=text) + + current_perms = ctx.bot_permissions + if guild and not current_perms.is_superset(self.permission_cache): + current_perms_set = set(iter(current_perms)) + expected_perms_set = set(iter(self.permission_cache)) + diff = expected_perms_set - current_perms_set + missing_perms = dict((i for i in diff if i[-1] is not False)) + missing_perms = OrderedDict(sorted(missing_perms.items())) + missing_permissions = missing_perms.keys() + log.debug( + "Missing the following perms in %s, Owner ID: %s: %s", + ctx.guild.id, + ctx.guild.owner.id, + humanize_list(list(missing_permissions)), + ) + if not surpass_ignore: + text = _( + "I'm missing permissions in this server, " + "Please address this as soon as possible.\n\n" + "Expected Permissions:\n" + ) + for perm, value in missing_perms.items(): + text += "{perm}: [{status}]\n".format( + status=_("Enabled") if value else _("Disabled"), + perm=_(HUMANIZED_PERM.get(perm, perm)), + ) + text = text.strip() + await ctx.send(box(text=text, lang="ini")) + raise CheckFailure(message=text) + + with contextlib.suppress(Exception): + player = lavalink.get_player(ctx.guild.id) + notify_channel = player.fetch("notify_channel") + if not notify_channel: + player.store("notify_channel", ctx.channel.id) + + self._daily_global_playlist_cache.setdefault( + self.bot.user.id, await self.config.daily_playlists() + ) + if self.local_folder_current_path is None: + self.local_folder_current_path = Path(await self.config.localpath()) + + if ctx.command.callback.__name__ in DANGEROUS_COMMANDS and await ctx.bot.is_owner( + ctx.author + ): + if ctx.command.callback.__name__ not in self.antispam[ctx.author.id]: + self.antispam[ctx.author.id][ctx.command.callback.__name__] = AntiSpam( + self.llset_captcha_intervals + ) + if not self.antispam[ctx.author.id][ctx.command.callback.__name__].spammy: + token = random.choices((*ascii_letters, *digits), k=4) + confirm_token = " ".join(i for i in token) + token = confirm_token.replace(" ", "") + message = bold( + underline(_("You should not be running this command.")), + escape_formatting=False, + ) + message += _( + "\n{template}\n" + "If you wish to continue, enter this case sensitive token without spaces as your next message." + "\n\n{confirm_token}" + ).format( + template=_(DANGEROUS_COMMANDS[ctx.command.callback.__name__]), + confirm_token=box(confirm_token, lang="py"), + ) + sent = await ctx.send(message) + try: + message = await ctx.bot.wait_for( + "message", + check=lambda m: m.channel.id == ctx.channel.id + and m.author.id == ctx.author.id, + timeout=120, + ) + except asyncio.TimeoutError: + with contextlib.suppress(discord.HTTPException): + await sent.add_reaction("\N{CROSS MARK}") + raise commands.CheckFailure + else: + if message.content.strip() != token: + with contextlib.suppress(discord.HTTPException): + await sent.add_reaction("\N{CROSS MARK}") + raise commands.CheckFailure + with contextlib.suppress(discord.HTTPException): + await sent.add_reaction("\N{WHITE HEAVY CHECK MARK}") + self.antispam[ctx.author.id][ctx.command.callback.__name__].stamp() + + if not guild: + return + guild_data = await self.config.guild(ctx.guild).all() + dj_enabled = self._dj_status_cache.setdefault(ctx.guild.id, guild_data["dj_enabled"]) + self._daily_playlist_cache.setdefault(ctx.guild.id, guild_data["daily_playlists"]) + self._persist_queue_cache.setdefault(ctx.guild.id, guild_data["persist_queue"]) + if dj_enabled: + dj_role = self._dj_role_cache.setdefault(ctx.guild.id, guild_data["dj_role"]) + dj_role_obj = ctx.guild.get_role(dj_role) + if not dj_role_obj: + async with self.config.guild(ctx.guild).all() as write_guild_data: + write_guild_data["dj_enabled"] = None + write_guild_data["dj_role"] = None + self._dj_status_cache[ctx.guild.id] = None + self._dj_role_cache[ctx.guild.id] = None + await self.send_embed_msg(ctx, title=_("No DJ role found. Disabling DJ mode.")) + + async def cog_after_invoke(self, ctx: commands.Context) -> None: + await self.maybe_run_pending_db_tasks(ctx) + + async def cog_command_error(self, ctx: commands.Context, error: Exception) -> None: + error = getattr(error, "original", error) + handled = False + if isinstance(error, commands.ArgParserFailure): + handled = True + msg = _("`{user_input}` is not a valid value for `{command}`").format( + user_input=error.user_input, + command=error.cmd, + ) + if error.custom_help_msg: + msg += f"\n{error.custom_help_msg}" + await self.send_embed_msg( + ctx, + title=_("Unable To Parse Argument"), + description=msg, + error=True, + ) + if error.send_cmd_help: + await ctx.send_help() + elif isinstance(error, commands.BadArgument): + handled = True + if error.args: + if match := RE_CONVERSION.search(error.args[0]): + await self.send_embed_msg( + ctx, + title=_("Invalid Argument"), + description=_( + "The argument you gave for `{}` is not valid: I was expecting a `{}`." + ).format(match.group(2), match.group(1)), + error=True, + ) + else: + await self.send_embed_msg( + ctx, + title=_("Invalid Argument"), + description=error.args[0], + error=True, + ) + else: + await ctx.send_help() + elif isinstance(error, (NodeNotFound, ClientConnectorError)): + handled = True + await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=_("Connection to Lavalink node has been lost."), + error=True, + ) + log.trace("This is a handled error", exc_info=error) + elif isinstance(error, PlayerNotFound): + handled = True + await self.send_embed_msg( + ctx, + title=_("No Player Available"), + description=_("The bot is not connected to a voice channel."), + error=True, + ) + log.trace("This is a handled error", exc_info=error) + elif isinstance(error, (TrackEnqueueError, asyncio.exceptions.TimeoutError)): + handled = True + await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from the Lavalink node at the moment, " + "try again in a few minutes." + ), + error=True, + ) + log.trace("This is a handled error", exc_info=error) + elif isinstance(error, discord.errors.HTTPException): + handled = True + await self.send_embed_msg( + ctx, + title=_("There was an issue communicating with Discord."), + description=_("This error has been reported to the bot owner."), + error=True, + ) + log.exception( + "This is not handled in the core Audio cog, please report it.", exc_info=error + ) + if not isinstance( + error, + ( + commands.CheckFailure, + commands.UserInputError, + commands.DisabledCommand, + commands.CommandOnCooldown, + commands.MaxConcurrencyReached, + ), + ): + self.update_player_lock(ctx, False) + if self.api_interface is not None: + await self.api_interface.run_tasks(ctx) + if not handled: + await self.bot.on_command_error(ctx, error, unhandled_by_cog=True) + + async def cog_unload(self) -> None: + if not self.cog_cleaned_up: + self.bot.dispatch("red_audio_unload", self) + await self.session.close() + if self.player_automated_timer_task: + self.player_automated_timer_task.cancel() + + if self.lavalink_connect_task: + self.lavalink_connect_task.cancel() + + if self.cog_init_task: + self.cog_init_task.cancel() + + if self._restore_task: + self._restore_task.cancel() + + lavalink.unregister_event_listener(self.lavalink_event_handler) + lavalink.unregister_update_listener(self.lavalink_update_handler) + await lavalink.close(self.bot) + await self._close_database() + if self.managed_node_controller is not None: + await self.managed_node_controller.shutdown() + + self.cog_cleaned_up = True + + @commands.Cog.listener() + async def on_voice_state_update( + self, member: discord.Member, before: discord.VoiceState, after: discord.VoiceState + ) -> None: + if await self.bot.cog_disabled_in_guild(self, member.guild): + return + await self.cog_ready_event.wait() + if after.channel != before.channel: + try: + self.skip_votes[before.channel.guild.id].discard(member.id) + except (ValueError, KeyError, AttributeError): + pass + + channel = self.rgetattr(member, "voice.channel", None) + bot_voice_state = self.rgetattr(member, "guild.me.voice.self_deaf", None) + if ( + channel + and bot_voice_state is False + and await self.config.guild(member.guild).auto_deafen() + ): + try: + player = lavalink.get_player(channel.guild.id) + except (NodeNotFound, PlayerNotFound, AttributeError): + pass + else: + if player.channel.id == channel.id: + await self.self_deafen(player) + + @commands.Cog.listener() + async def on_shard_disconnect(self, shard_id): + self._disconnected_shard.add(shard_id) + + @commands.Cog.listener() + async def on_shard_ready(self, shard_id): + self._disconnected_shard.discard(shard_id) + + @commands.Cog.listener() + async def on_shard_resumed(self, shard_id): + self._disconnected_shard.discard(shard_id) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/lavalink.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/lavalink.py new file mode 100644 index 0000000000000000000000000000000000000000..2f03247382e229036a0a0f0a70bed32ce5f80a79 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/lavalink.py @@ -0,0 +1,633 @@ +import asyncio +import contextlib +import datetime +from pathlib import Path +from typing import Dict + +import discord +import lavalink +from discord.backoff import ExponentialBackoff +from red_commons.logging import getLogger + +from redbot.core.i18n import Translator, set_contextual_locales_from_guild +from ...errors import DatabaseError, TrackEnqueueError +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Events.lavalink") +ws_audio_log = getLogger("red.Audio.WS.Audio") + +_ = Translator("Audio", Path(__file__)) + + +class LavalinkEvents(MixinMeta, metaclass=CompositeMetaClass): + async def lavalink_update_handler( + self, player: lavalink.Player, event_type: lavalink.enums.PlayerState, extra + ): + self._last_ll_update = datetime.datetime.now(datetime.timezone.utc) + self._ll_guild_updates.add(int(extra.get("guildId", 0))) + + async def lavalink_event_handler( + self, player: lavalink.Player, event_type: lavalink.LavalinkEvents, extra + ) -> None: + current_track = player.current + current_channel = player.channel + guild = self.rgetattr(current_channel, "guild", None) + if not (current_channel and guild): + player.store("autoplay_notified", False) + await player.stop() + await player.disconnect() + return + if await self.bot.cog_disabled_in_guild(self, guild): + await player.stop() + await player.disconnect() + if guild: + await self.config.guild_from_id(guild_id=guild.id).currently_auto_playing_in.set( + [] + ) + return + guild_id = self.rgetattr(guild, "id", None) + if not guild: + return + # This event is rather spammy during playback - specially if there's multiple player + # Lets move it to Verbose that way it still there if needed alongside the other more verbose content. + guild_data = await self.config.guild(guild).all() + disconnect = guild_data["disconnect"] + if event_type == lavalink.LavalinkEvents.FORCED_DISCONNECT: + self.bot.dispatch("red_audio_audio_disconnect", guild) + self._ll_guild_updates.discard(guild.id) + return + if event_type == lavalink.LavalinkEvents.WEBSOCKET_CLOSED: + deafen = guild_data["auto_deafen"] + event_channel_id = extra.get("channelID") + _error_code = extra.get("code") + if _error_code in [1000] or not guild: + if _error_code == 1000 and player.current is not None and player.is_playing: + await player.resume(player.current, start=player.position, replace=True) + by_remote = extra.get("byRemote", "") + reason = extra.get("reason", "No Specified Reason").strip() + ws_audio_log.info( + "WS EVENT - SIMPLE RESUME (Healthy Socket) | " + "Voice websocket closed event " + "Code: %s -- Remote: %s -- %s", + extra.get("code"), + by_remote, + reason, + ) + ws_audio_log.debug( + "WS EVENT - SIMPLE RESUME (Healthy Socket) | " + "Voice websocket closed event " + "Code: %s -- Remote: %s -- %s, %r", + extra.get("code"), + by_remote, + reason, + player, + ) + return + await self._ws_op_codes[guild_id].put((event_channel_id, _error_code)) + try: + if guild_id not in self._ws_resume: + self._ws_resume[guild_id].set() + + await self._websocket_closed_handler( + guild=guild, + player=player, + extra=extra, + self_deaf=deafen, + disconnect=disconnect, + ) + except Exception as exc: + log.debug( + "Error in WEBSOCKET_CLOSED handling for guild: %s", + player.guild.id, + exc_info=exc, + ) + return + if not player.node.ready: + log.debug("Player node is not ready discarding event") + log.verbose( + "Received a new discard lavalink event for %s: %s: %r", guild_id, event_type, extra + ) + return + log.verbose("Received a new lavalink event for %s: %s: %r", guild_id, event_type, extra) + await set_contextual_locales_from_guild(self.bot, guild) + current_requester = self.rgetattr(current_track, "requester", None) + current_stream = self.rgetattr(current_track, "is_stream", None) + current_length = self.rgetattr(current_track, "length", None) + current_thumbnail = self.rgetattr(current_track, "thumbnail", None) + current_id = self.rgetattr(current_track, "_info", {}).get("identifier") + + repeat = guild_data["repeat"] + notify = guild_data["notify"] + autoplay = guild_data["auto_play"] + description = await self.get_track_description( + current_track, self.local_folder_current_path + ) + status = await self.config.status() + prev_song: lavalink.Track = player.fetch("prev_song") + await self.maybe_reset_error_counter(player) + + if event_type == lavalink.LavalinkEvents.TRACK_START: + self.skip_votes[guild_id] = set() + playing_song = player.fetch("playing_song") + requester = player.fetch("requester") + player.store("prev_song", playing_song) + player.store("prev_requester", requester) + player.store("playing_song", current_track) + player.store("requester", current_requester) + self.bot.dispatch("red_audio_track_start", guild, current_track, current_requester) + if guild_id and current_track: + await self.api_interface.persistent_queue_api.played( + guild_id=guild_id, track_id=current_track.track_identifier + ) + notify_channel = player.fetch("notify_channel") + if notify_channel and autoplay: + await self.config.guild_from_id(guild_id=guild_id).currently_auto_playing_in.set( + [notify_channel, player.channel.id] + ) + else: + await self.config.guild_from_id(guild_id=guild_id).currently_auto_playing_in.set( + [] + ) + if event_type == lavalink.LavalinkEvents.TRACK_END: + prev_requester = player.fetch("prev_requester") + self.bot.dispatch("red_audio_track_end", guild, prev_song, prev_requester) + player.store("resume_attempts", 0) + if event_type == lavalink.LavalinkEvents.QUEUE_END: + prev_requester = player.fetch("prev_requester") + self.bot.dispatch("red_audio_queue_end", guild, prev_song, prev_requester) + if guild_id: + await self.api_interface.persistent_queue_api.drop(guild_id) + if player.is_auto_playing or ( + autoplay + and not player.queue + and player.fetch("playing_song") is not None + and self.playlist_api is not None + and self.api_interface is not None + ): + notify_channel_id = player.fetch("notify_channel") + try: + await self.api_interface.autoplay(player, self.playlist_api) + except DatabaseError: + notify_channel = guild.get_channel_or_thread(notify_channel_id) + if notify_channel and self._has_notify_perms(notify_channel): + await self.send_embed_msg( + notify_channel, title=_("Couldn't get a valid track.") + ) + return + except TrackEnqueueError: + notify_channel = guild.get_channel_or_thread(notify_channel_id) + if notify_channel and self._has_notify_perms(notify_channel): + await self.send_embed_msg( + notify_channel, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from the Lavalink node at the moment, try again in a few " + "minutes." + ), + ) + return + if event_type == lavalink.LavalinkEvents.TRACK_START and notify: + notify_channel_id = player.fetch("notify_channel") + notify_channel = guild.get_channel_or_thread(notify_channel_id) + if notify_channel and self._has_notify_perms(notify_channel): + if player.fetch("notify_message") is not None: + with contextlib.suppress(discord.HTTPException): + await player.fetch("notify_message").delete() + if not (description and notify_channel): + return + if current_stream: + dur = "LIVE" + else: + dur = self.format_time(current_length) + + thumb = None + if await self.config.guild(guild).thumbnail() and current_thumbnail: + thumb = current_thumbnail + + notify_message = await self.send_embed_msg( + notify_channel, + title=_("Now Playing"), + description=description, + footer=_("Track length: {length} | Requested by: {user}").format( + length=dur, user=current_requester + ), + thumbnail=thumb, + ) + player.store("notify_message", notify_message) + if event_type == lavalink.LavalinkEvents.TRACK_START and status: + log.debug("Track started for %s, updating bot status", guild_id) + player_check = await self.get_active_player_count() + await self.update_bot_presence(*player_check) + + if event_type == lavalink.LavalinkEvents.TRACK_END and status: + await asyncio.sleep(1) + if not player.is_playing: + log.debug("Track ended for %s, updating bot status", guild_id) + player_check = await self.get_active_player_count() + await self.update_bot_presence(*player_check) + + if event_type == lavalink.LavalinkEvents.QUEUE_END: + if not autoplay: + notify_channel_id = player.fetch("notify_channel") + notify_channel = guild.get_channel_or_thread(notify_channel_id) + if notify_channel and notify and self._has_notify_perms(notify_channel): + await self.send_embed_msg(notify_channel, title=_("Queue ended.")) + if disconnect: + log.debug( + "Queue ended for %s, Disconnecting bot due to configuration", guild_id + ) + self.bot.dispatch("red_audio_audio_disconnect", guild) + await self.config.guild_from_id( + guild_id=guild_id + ).currently_auto_playing_in.set([]) + # let audio buffer run out on slower machines (GH-5158) + await asyncio.sleep(2) + await player.disconnect() + self._ll_guild_updates.discard(guild.id) + if status: + log.debug("Queue ended for %s, updating bot status", guild_id) + player_check = await self.get_active_player_count() + await self.update_bot_presence(*player_check) + + if event_type in [ + lavalink.LavalinkEvents.TRACK_EXCEPTION, + lavalink.LavalinkEvents.TRACK_STUCK, + ]: + message_channel = player.fetch("notify_channel") + while True: + if current_track in player.queue: + player.queue.remove(current_track) + else: + break + if repeat: + player.current = None + if not guild_id: + return + guild_id = int(guild_id) + self._error_counter.setdefault(guild_id, 0) + if guild_id not in self._error_counter: + self._error_counter[guild_id] = 0 + early_exit = await self.increase_error_counter(player) + if early_exit: + self._disconnected_players[guild_id] = True + self.play_lock[guild_id] = False + eq = player.fetch("eq") + player.queue = [] + player.store("playing_song", None) + player.store("autoplay_notified", False) + if eq: + await self.config.custom("EQUALIZER", guild_id).eq_bands.set(eq.bands) + await player.stop() + await player.disconnect() + await self.config.guild_from_id(guild_id=guild_id).currently_auto_playing_in.set( + [] + ) + self._ll_guild_updates.discard(guild_id) + self.bot.dispatch("red_audio_audio_disconnect", guild) + if message_channel: + message_channel = guild.get_channel_or_thread(message_channel) + if early_exit: + log.warning( + "Audio detected multiple continuous errors during playback " + "- terminating the player for guild: %s.", + guild_id, + ) + log.verbose( + "Player has been terminated due to multiple playback failures: %r", player + ) + embed = discord.Embed( + colour=await self.bot.get_embed_color(message_channel), + title=_("Multiple Errors Detected"), + description=_( + "Closing the audio player " + "due to multiple errors being detected. " + "If this persists, please inform the bot owner " + "as the Audio cog may be temporally unavailable." + ), + ) + await message_channel.send(embed=embed) + return + else: + description = description or "" + if event_type == lavalink.LavalinkEvents.TRACK_STUCK: + embed = discord.Embed( + colour=await self.bot.get_embed_color(message_channel), + title=_("Track Stuck"), + description=_( + "Playback of the song has stopped due to an unexpected error.\n{error}" + ).format(error=description), + ) + else: + embed = discord.Embed( + title=_("Track Error"), + colour=await self.bot.get_embed_color(message_channel), + description="{}\n{}".format( + extra["message"].replace("\n", ""), description + ), + ) + if current_id: + asyncio.create_task( + self.api_interface.global_cache_api.report_invalid(current_id) + ) + await message_channel.send(embed=embed) + if player.node.ready: + await player.skip() + + async def _websocket_closed_handler( + self, + guild: discord.Guild, + player: lavalink.Player, + extra: Dict, + self_deaf: bool, + disconnect: bool, + ) -> None: + guild_id = guild.id + shard = self.bot.shards[guild.shard_id] + event_channel_id = extra.get("channelID") + try: + if not self._ws_resume[guild_id].is_set(): + await self._ws_resume[guild_id].wait() + else: + self._ws_resume[guild_id].clear() + code = extra.get("code") + by_remote = extra.get("byRemote", "") + reason = extra.get("reason", "No Specified Reason").strip() + channel_id = player.channel.id + try: + event_channel_id, to_handle_code = await self._ws_op_codes[guild_id].get() + except asyncio.QueueEmpty: + log.debug("Empty queue - Resuming Processor - Early exit") + return + + if code != to_handle_code: + code = to_handle_code + if player.channel.id != event_channel_id: + code = 4014 + if event_channel_id != channel_id: + ws_audio_log.debug( + "Received an op code for a channel that is no longer valid; %s " + "Reason: Error code %s & %s, %r", + event_channel_id, + code, + reason, + player, + ) + self._ws_op_codes[guild_id]._init(self._ws_op_codes[guild_id]._maxsize) + return + if player.channel: + has_perm = self.can_join_and_speak(player.channel) + else: + has_perm = False + if code in (1000,) and has_perm and player.current and player.is_playing: + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.resume(player.current, start=player.position, replace=True) + ws_audio_log.info("Player resumed | Reason: Error code %s & %s", code, reason) + ws_audio_log.debug( + "Player resumed | Reason: Error code %s & %s, %r", code, reason, player + ) + self._ws_op_codes[guild_id]._init(self._ws_op_codes[guild_id]._maxsize) + return + + if shard.is_closed(): + if player._con_delay: + delay = player._con_delay.delay() + else: + player._con_delay = ExponentialBackoff(base=1) + delay = player._con_delay.delay() + ws_audio_log.debug( + "YOU CAN IGNORE THIS UNLESS IT'S CONSISTENTLY REPEATING FOR THE SAME GUILD - " + "Voice websocket closed for guild %s -> " + "Socket Closed %s. " + "Code: %s -- Remote: %s -- %s, %r", + guild_id, + shard.is_closed(), + code, + by_remote, + reason, + player, + ) + ws_audio_log.info( + "Reconnecting to channel %s in guild: %s | %.2fs", + channel_id, + guild_id, + delay, + ) + await asyncio.sleep(delay) + while shard.is_closed(): + await asyncio.sleep(0.1) + + if has_perm and player.current and player.is_playing: + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.connect(self_deaf=self_deaf) + await player.resume(player.current, start=player.position, replace=True) + ws_audio_log.info( + "Voice websocket reconnected Reason: Error code %s & Currently playing", + code, + ) + ws_audio_log.debug( + "Voice websocket reconnected " + "Reason: Error code %s & Currently playing, %r", + code, + player, + ) + elif has_perm and player.paused and player.current: + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.connect(self_deaf=self_deaf) + await player.resume( + player.current, start=player.position, replace=True, pause=True + ) + ws_audio_log.info( + "Voice websocket reconnected Reason: Error code %s & Currently Paused", + code, + ) + ws_audio_log.debug( + "Voice websocket reconnected " + "Reason: Error code %s & Currently Paused, %r", + code, + player, + ) + elif has_perm and (not disconnect) and (not player.is_playing): + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.connect(self_deaf=self_deaf) + ws_audio_log.info( + "Voice websocket reconnected " + "Reason: Error code %s & Not playing, but auto disconnect disabled", + code, + ) + ws_audio_log.debug( + "Voice websocket reconnected " + "Reason: Error code %s & Not playing, but auto disconnect disabled, %r", + code, + player, + ) + self._ll_guild_updates.discard(guild_id) + elif not has_perm: + self.bot.dispatch("red_audio_audio_disconnect", guild) + ws_audio_log.info( + "Voice websocket disconnected " + "Reason: Error code %s & Missing permissions", + code, + ) + ws_audio_log.debug( + "Voice websocket disconnected " + "Reason: Error code %s & Missing permissions, %r", + code, + player, + ) + self._ll_guild_updates.discard(guild_id) + player.store("autoplay_notified", False) + await player.stop() + await player.disconnect() + await self.config.guild_from_id( + guild_id=guild_id + ).currently_auto_playing_in.set([]) + else: + self.bot.dispatch("red_audio_audio_disconnect", guild) + ws_audio_log.info( + "Voice websocket disconnected Reason: Error code %s & Unknown", code + ) + ws_audio_log.debug( + "Voice websocket disconnected Reason: Error code %s & Unknown, %r", + code, + player, + ) + self._ll_guild_updates.discard(guild_id) + player.store("autoplay_notified", False) + await player.stop() + await player.disconnect() + await self.config.guild_from_id( + guild_id=guild_id + ).currently_auto_playing_in.set([]) + elif code in (42069,) and has_perm and player.current and player.is_playing: + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.connect(self_deaf=self_deaf) + await player.resume(player.current, start=player.position, replace=True) + ws_audio_log.info("Player resumed - Reason: Error code %s & %s", code, reason) + ws_audio_log.debug( + "Player resumed - Reason: Error code %s & %s, %r", code, reason, player + ) + elif code in (4015, 4009, 4006, 4000, 1006): + if player._con_delay: + delay = player._con_delay.delay() + else: + player._con_delay = ExponentialBackoff(base=1) + delay = player._con_delay.delay() + ws_audio_log.debug( + "Reconnecting to channel %s in guild: %s | %.2fs", channel_id, guild_id, delay + ) + await asyncio.sleep(delay) + if has_perm and player.current and player.is_playing: + await player.connect(self_deaf=self_deaf) + await player.resume(player.current, start=player.position, replace=True) + ws_audio_log.info( + "Voice websocket reconnected Reason: Error code %s & Player is active", + code, + ) + ws_audio_log.debug( + "Voice websocket reconnected " + "Reason: Error code %s & Player is active, %r", + code, + player, + ) + elif has_perm and player.paused and player.current: + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.connect(self_deaf=self_deaf) + await player.resume( + player.current, start=player.position, replace=True, pause=True + ) + ws_audio_log.info( + "Voice websocket reconnected Reason: Error code %s & Player is paused", + code, + ) + ws_audio_log.debug( + "Voice websocket reconnected " + "Reason: Error code %s & Player is paused, %r", + code, + player, + ) + elif has_perm and (not disconnect) and (not player.is_playing): + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.connect(self_deaf=self_deaf) + ws_audio_log.info( + "Voice websocket reconnected " + "to channel %s in guild: %s | " + "Reason: Error code %s & Not playing", + channel_id, + guild_id, + code, + ) + ws_audio_log.debug( + "Voice websocket reconnected " + "to channel %s in guild: %s | " + "Reason: Error code %s & Not playing, %r", + channel_id, + guild_id, + code, + player, + ) + self._ll_guild_updates.discard(guild_id) + elif not has_perm: + self.bot.dispatch("red_audio_audio_disconnect", guild) + ws_audio_log.info( + "Voice websocket disconnected " + "Reason: Error code %s & Missing permissions", + code, + ) + ws_audio_log.debug( + "Voice websocket disconnected " + "Reason: Error code %s & Missing permissions, %r", + code, + player, + ) + self._ll_guild_updates.discard(guild_id) + player.store("autoplay_notified", False) + await player.stop() + await player.disconnect() + await self.config.guild_from_id( + guild_id=guild_id + ).currently_auto_playing_in.set([]) + else: + if not player.paused and player.current: + player.store("resumes", player.fetch("resumes", 0) + 1) + await player.resume(player.current, start=player.position, replace=True) + ws_audio_log.info( + "WS EVENT - SIMPLE RESUME (Healthy Socket) | " + "Voice websocket closed event " + "Code: %s -- Remote: %s -- %s", + code, + by_remote, + reason, + ) + ws_audio_log.debug( + "WS EVENT - SIMPLE RESUME (Healthy Socket) | " + "Voice websocket closed event " + "Code: %s -- Remote: %s -- %s, %r", + code, + by_remote, + reason, + player, + ) + else: + ws_audio_log.info( + "WS EVENT - IGNORED (Healthy Socket) | " + "Voice websocket closed event " + "Code: %s -- Remote: %s -- %s", + code, + by_remote, + reason, + ) + ws_audio_log.debug( + "WS EVENT - IGNORED (Healthy Socket) | " + "Voice websocket closed event " + "Code: %s -- Remote: %s -- %s, %r", + code, + by_remote, + reason, + player, + ) + except Exception as exc: + log.exception("Error in task", exc_info=exc) + finally: + self._ws_op_codes[guild_id]._init(self._ws_op_codes[guild_id]._maxsize) + self._ws_resume[guild_id].set() diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..d2cc5ac0977efd507f3e778537a699365582a25d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/af-ZA.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 670\n" +"Language: af_ZA\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..f40b7c32ebc52356dd4b5688a82af5bb986bfe9f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ar-SA.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 670\n" +"Language: ar_SA\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "لقد حاولت تشغيل خادم Lavalink للصوت على هندسة معمارية غير مدعومة. لن تتوفر سوى الأوامر ذات الصلة بالاعدادات." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "تمكين" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "معطل" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "لم يتم العثور على دور DJ. تعطيل وضع DJ." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "بيئة غير صالحة" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "تعذر الحصول على مسار صالح." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "تشغيل الآن" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "طول المسار: {length} طلب من: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "إغلاق مشغل الصوت بسبب العديد من الأخطاء التي يتم الكشف عنها. إذا استمر هذا، يرجى إبلاغ مالك البوت بأن رمز الصوت قد يكون غير متوفر مؤقتاً." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "تعثر المسارات" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "خطأ في المسار" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..e7688bc96d0dc937993f94bc49cc38ab439e1058 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/bg-BG.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 670\n" +"Language: bg_BG\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..d90f306089b862349749e17dcf92bea3fcad7976 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/bs-BA.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 670\n" +"Language: bs_BA\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..8a2aed6c282a00d209182b0c03a6673ade00ce98 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ca-ES.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 670\n" +"Language: ca_ES\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..2bf00a856d4615d34b92181bec0f1f5328a0d609 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/cs-CZ.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 670\n" +"Language: cs_CZ\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Povoleno" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Zakázáno" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Nyní se přehrává" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Fronta skončila." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Chyba stopy" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..e11bfc2661be55ce73f701626bcd5dd2707a5a2a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/da-DK.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 670\n" +"Language: da_DK\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..e1b62eb20aa2e7dfdae7c99992e0a370bce15b8d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/de-DE.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 670\n" +"Language: de_DE\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Automatische Wiedergabe gestartet." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Du hast versucht, den Lavalink-Server von Audio auf einer nicht unterstützten Systemarchitektur auszuführen. Du kannst nur einstellungsbezogene Befehle verwenden." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Aktiviert" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Deaktiviert" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "Keine DJ-Rolle gefunden. DJ-Modus deaktiviert." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` ist kein gültiger Wert für `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "Argument kann nicht analysiert werden" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Ungültiges Argument" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "Das Argument, das du für `{}` angegeben hast, ist ungültig: Ich erwartete ein `{}`." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Ungültige Umgebung" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Die Verbindung zu Lavalink hat verloren." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Keine Player verfügbar" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "Die Bot ist nicht mit einem Sprachkanal verbunden." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Tracks können nicht abgerufen werden" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Ich bin momentan nicht in der Lage, einen Track von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Kein gültiger Track gefunden." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Jetzt läuft" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Länge des Tracks: {length} | Angefordert von: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Warteschlange beendet." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Mehrere Fehler erkannt" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Der Audio-Player wird aufgrund mehrer Fehler geschlossen. Sollte das Problem vermehrt auftreten, informiere bitte den Besitzer des Bots, da das Audio-Cog eventuell vorübergehend nicht verfügbar ist." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Der Track hat sich aufgehängt" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Track-Fehler" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..f68fe80c16317802e059d8329143b4c2c8e5244c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/el-GR.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 670\n" +"Language: el_GR\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..15aa7ac78a6356a61caf6bb3465c1d3fc793d787 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/es-ES.po @@ -0,0 +1,132 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 670\n" +"Language: es_ES\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Auto Juego iniciado." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Ha intentado ejecutar el servidor Lavalink de audio en una arquitectura no soportada. Sólo los comandos relacionados con la configuración estarán disponibles." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "No tengo permisos en este servidor, por favor solucione esto tan pronto como sea posible.\n\n" +"Permisos esperados:\n" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Activado" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Desactivado" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "No se ha encontrado el rol de DJ. Desactivando el modo DJ." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` no es un valor válido para `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "No se puede analizar el argumento" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Argumento no válido" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "El argumento que has dado para `{}` no es válido: esperaba un `{}`." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Entorno no válido" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "La conexión a Lavalink se ha perdido." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Jugador no disponible" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "El bot no está conectado a un canal de voz." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "No se puede obtener la pista" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "No puedo obtener una pista de Lavalink en este momento, inténtalo de nuevo en unos minutos." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "Hubo un problema de comunicación con Discord." + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "Este error ha sido reportado al propietario del bot." + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "No se pudo obtener una pista válida." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Escuchando" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Longitud de la pista: {length} | Solicitado por: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Cola terminada." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Múltiples errores detectados" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Cerrando el reproductor de audio debido a múltiples errores detectados. Si esto persiste, por favor informa al propietario del bot ya que el engranaje de audio puede no estar disponible temporalmente." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Rastreo atascado" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "La reproducción de la canción se ha detenido debido a un error inesperado.\n" +"{error}" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Error de pista" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..bfba2e3de4c962577a7baef182113a9eb769e97e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/fi-FI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 670\n" +"Language: fi_FI\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Automaattinen toisto aloitettu." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Yrität Audion Lavalink-palvelinta arkkitehtuurilla jota ei tueta. Vain asetuksiin liittyvät komennot ovat käytettävissä." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "Minulta puuttuu oikeuksia tällä palvelimella, korjaathan tämän mahdollisimman pian.\n\n" +"Puuttuvat oikeudet:\n" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Käytössä" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Ei käytössä" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "DJ-roolia ei löydy. Poistetaan DJ-tila käytöstä." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` ei ole kelvollinen arvo kohteelle `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "Argumentin käsittely epäonnistui" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Virheellinen argumentti" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "Argumentti jonka annoit kohteelle `{}` ei ole kelvollinen: Oletin että saan`{}`." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Virheellinen ympäristö" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Yhteys Lavalinkkiin menetettiin." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Toistinta ei saatavilla" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "Botti ei ole yhdistettynä puhekanavaan." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Kappaletta ei voitu hakea" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "En saa kappaletta Lavalinkiltä tällä hetkellä, yritä uudelleen muutaman minuutin kuluttua." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "Ongelma Discordin kanssa kommunikoitaessa." + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "Tämä virhe ilmoitettiin botin omistajalle." + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Kelvollista kappaletta ei saatu." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Nyt toistetaan" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Kappaleen pituus: {length} | Pyytäjä: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Jono päättyi." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Useita virheitä havaittu" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Monia virheitä havaittiin ja sen vuoksi äänentoisto suljettiin. Jos tämä ongelma jatkuu, ota yhteyttä botin omistajaan, sillä Audio-lisäosa voi olla hetkellisesti poissa käytöstä." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Kappale jumissa" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Kappalevirhe" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..77b2e4a1b1761c273daefce66a77b35d4dc3144c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/fr-FR.po @@ -0,0 +1,132 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 670\n" +"Language: fr_FR\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Lecture automatique démarrée." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Vous avez essayer d'exécuter le serveur Lavalink d'Audio sur une architecture non supporté. Seulement les commandes relatives aux paramètres seront disponibles." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "Il me manque des permissions sur ce serveur. Veuillez régler ce problème dès que possible.\n\n" +"Permissions attendues :\n" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Activé" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Désactivé" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "Aucun rôle DJ détecté. Désactivation du mode DJ." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` n'est pas une valeur valide pour `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "Impossible d'analyser l'argument" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Argument invalide" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "L'argument que vous avez donné pour `{}` n'est pas valide : je m'attendais à `{}`." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Environnement invalide" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "La connexion à Lavalink a été perdue." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Aucun lecteur audio disponible" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "Le bot n'est pas connecté à un salon vocal." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Impossible d'obtenir la piste" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "Il y a eu un problème de communication avec Discord." + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "Cette erreur a été signalée au propriétaire du bot." + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Impossible d'obtenir une piste valide." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Lecture en cours" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Durée de la piste : {length} | Demandé par {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "File d’attente terminée." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Multiples erreurs détectées" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Fermeture du lecteur audio suite à de multiples erreurs détectées. Si cela persiste, veuillez informer le propriétaire du bot car le cog Audio peut être temporairement indisponible." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Piste Bloquée" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "La lecture de la musique s'est arrêtée en raison d'une erreur inattendue.\n" +"{error}" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Erreur de la piste" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..609c911c5c4b343ccac4e7a613e2f9dc7360568d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/he-IL.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 670\n" +"Language: he_IL\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..9b505f6c00d806272b0670d748f01f9204738c82 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/hi-IN.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 670\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..98faaf0bf677cc62ab48e2ced5a0c3c7c0b225a6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/hu-HU.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 670\n" +"Language: hu_HU\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Letiltva" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..34cf734bb95534068857bb0176f1ff41b0017d45 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/id-ID.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 670\n" +"Language: id_ID\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Diaktifkan" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Dinonaktifkan" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..940f8e99a0138f2a50ae313d43169374a5ef1a30 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/it-IT.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 670\n" +"Language: it_IT\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Abilitato" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Disabilitato" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..e81ee417b065d92b7e75ea45c587c55fa6c1904b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ja-JP.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 670\n" +"Language: ja_JP\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "再生中:" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "長さ: {length} | {user} によって追加" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "キューを再生しきりました。" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "音声ファイルのエラー" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..38048db95a9b1c3cc974be00ec331cba9241a7d8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ko-KR.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 670\n" +"Language: ko_KR\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "자동재생이 시작되었어요" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "해당 아키텍쳐에서 오디오의 라바링크 서버는 지원되지 않기 때문에 설정 관련 명령만 이하실 수 있어요" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "저에게 이 서버에 대한 몇가지 권한이 누락된 것 같아요, 최대한 빠르게 해당 권한을 부여해 주세요. \n\n" +"누락되었다고 예상되어지는 권한입니다.:\n" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "활성화됨" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "비활성화됨" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "DJ역할을 찾지 못했습니다. DJ역할을 비활성화합니다." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` 은 `{command}`의 적합한 값이 아니에요" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "인수룰 구분할 수 없습니다." + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "잘못된 인수입니다." + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "`{}`에 대해 제공 한 인수가 유효하지 않습니다.`{}`를 예상했습니다." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "잘못된 환경입니다." + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "라바링크와 연결이 끊어졌어요" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "봇이 음성체널에 접속해 있지 않아요." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "트랙을 찾을수 없습니다" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "지금은 라바링크를 통해 음악을 가져올 수 없습니다. 몇분 뒤에 다시 시도해주세요." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "디스코드와 통신하는데 문제가 있습니다." + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "봇 관리자에게 해당 에러가 보고되었습니다." + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "유효한 트랙을 얻을 수 없습니다." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "지금 재생 중" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "곡 길이: {length} | 신청자: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "큐 끝남" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "여러가지 오류 검출됨" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "오디오 플레이어를 오류로 중지합니다. 오디오 명령어가 작동되지 않을수 있습니다." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "트랙 걸림" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "트랙 에러" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..bdbf605ea6896d40616305de1c0e17cebadfdc16 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/nb-NO.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 670\n" +"Language: nb_NO\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Automatisk avspilling startet." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Du har forsøkt å kjøre Audios Lavalink server på en konstruksjon som ikke støttes. Bare relaterte kommandoer vil være tilgjengelig." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "Jeg mangler tillatelser i denne serveren, Vennligst adresse dette så snart som mulig.\n\n" +"Forventede tillatelser:\n" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Aktivert" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Deaktivert" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "Ingen DJ rolle funnet. Deaktivering av DJ modus." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` er ikke en gyldig verdi for `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "Kan ikke analysere argument" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Ugyldig Argument" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "Argumentet du ga for `{}` er ikke gyldig: Jeg forventet en `{}`." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Ugyldig miljø" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Forbindelsen til Lavalink har gått tapt." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Ingen spiller tilgjengelig" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "Botten er ikke koblet til en talekanal." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Kunne ikke motta spor" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Jeg klarer ikke å finne et spor fra Lavalink i øyeblikket, prøv igjen om noen minutter." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "Det var et problem som kommuniserte med Discord." + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "Denne feilen er rapportert til bot eieren." + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Kunne ikke få et gyldig spor." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Spiller nå" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Sporlengde: {length} | Forespurt av: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Kø avsluttet." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Flere feil oppdaget" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Hvis du lukker lydspilleren på grunn av flere feil blir oppdaget. Hvis dette vedvarer, må du informere bot eieren om at lydloggen kan være midlertidig utilgjengelig." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Spor satt fast" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Sporfeil" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..d4d245e2b3a1fa88bae813bb36b2ed8e65c75a02 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/nl-NL.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 670\n" +"Language: nl_NL\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Nu aan het spelen" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Track lengte: {length} | Aangevraagd door: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Wachtrij beëindigd." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Track error" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..b69102f1c6eba3f1fc5a578876950c074fce379c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pl-PL.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 670\n" +"Language: pl_PL\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Automatyczne odtwarzanie rozpoczęte." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Próbowałeś uruchomić serwer Audio Lavalink na nieobsługiwanej architekturze. Dostępne będą tylko komendy związane z ustawieniami." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Włączone" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Wyłączone" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "Nie znaleziono roli DJ. Wyłączanie trybu DJ." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` nie jest poprawną wartością dla `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "Nie można przeanalizować argumentu" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Nieprawidłowy argument" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "Argument który podałeś dla `{}` jest nieprawidłowy: oczekiwałem/am `{}`." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Nieprawidłowe środowisko" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Połączenie z Lavalink zostało utracone." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Brak dostępnego odtwarzacza" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "Bot nie jest podłączony do kanału głosowego." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Nie można pobrać utworu" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "W tej chwili nie mogę pobrać utworu z Lavalinka, spróbuj ponownie za kilka minut." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Nie można uzyskać prawidłowego utworu." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Teraz gram" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Długość utworu: {length} | Żądany przez: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Kolejka zakończona." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Wykryto wiele błędów" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Zamykanie odtwarzacza audio z powodu wykrycia wielu błędów. Jeśli to się powtarza, poinformuj właściciela bota, ponieważ moduł Audio może być tymczasowo niedostępny." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Zacięty utwór" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Błąd utworu" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..e715df9959a12753c6e1d745c825fc91ee1f10fe --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pt-BR.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 670\n" +"Language: pt_BR\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Você tentou iniciar o servidor Lavalink da engrenagem Audio numa arquitetura não suportada. Somente configurações relacionadas a comandos estarão disponíveis." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Habilitado" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Desabilitado" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "Nenhum cargo de DJ encontrado. Desabilitando o modo DJ." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Conexão com a Lavalink foi perdida." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Não foi possível obter uma faixa válida." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Reproduzindo agora" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Duração da faixa: {length} | Solicitado por: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Fila terminou." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Fechando o reprodutor de áudio devido a vários erros haverem sido detectados. Se isto persistir, favor informar ao dono do bot já que a engrenagem Audio estará indisponível temporariamente." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Faixa engasgada" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Erro na faixa" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..ce698731988794849dfeb93aee027b172ac54d92 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/pt-PT.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 670\n" +"Language: pt_PT\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..cbb9f294453c3aa89a44029c594637cb086c509c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ro-RO.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 670\n" +"Language: ro_RO\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..752abea8d35879e12a1a54876a77596e8847991f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/ru-RU.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 670\n" +"Language: ru_RU\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Вы пытались запустить сервер Lavalink Audio на неподдерживаемой архитектуре. Доступны только настройки команд." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Включено" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Отключено" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "Роль DJ не найдена. Отключение режима DJ." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` не является допустимым значением для `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Недопустимый аргумент" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Неверное окружение" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Соединение с Lavalink прервалась." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Нет доступных проигрывателей" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Не удается получить трек" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Не удалось получить правильный трек." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Сейчас играет" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Длина трека: {length} | Запрошено: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Очередь закончилась." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Обнаружено множество ошибок" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Закрытие аудио проигрывателя из-за нескольких обнаруженных ошибок. Если это повторится, сообщите владельцу бота как Audio Cog может быть временно недоступен." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Трек застрял" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Ошибка отслеживания" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..1b1e4e72d8afbb05e027fc42f9a9cdf37564ff93 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sk-SK.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 670\n" +"Language: sk_SK\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..ec719476c749965f629d230abd48c58d0bf28fc8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sl-SI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 670\n" +"Language: sl_SI\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Samodejno predvajanje se je začelo." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Poskusili ste zagnati Lavalink strežnik modula Audio na nepodprti arhitekturi. Na voljo bodo samo ukazi, povezani z nastavitvami." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "Nimam nekaterih dovoljenj, prosim odpravi to težavo čim hitreje:\n\n" +"Potrebna dovoljenja:\n" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Omogočeno" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Onemogočeno" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "DJ rola ne obstaja. Izklapljam DJ način." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "Vrednost `{user_input}` ni veljavna za `{command}`" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "Argumenta ni mogoče razčleniti" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Neveljaven argument" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "Podani argument za `{}` ni veljaven: Pričakoval sem `{}`." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Neveljavno okolje" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Poveza do Lavalink je bila prekinjena." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Na voljo ni noben predvajalnik" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "Bot ni povezan do zvočnega kanala." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Skladbe ni mogoče dobiti" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Trenutno ne morem dobiti skladb od Lavalinka, poskusite znova čez nekaj minut." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "Prišlo je do težave pri komunikaciji z Discordom." + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "Napaka je bila posredovana lastniku bota." + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Ni bilo mogoče dobiti veljavne skladbe." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Trenutno se predvaja" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Dolžina skladbe: {length} | Zahteval to je {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Čakalna vrsta se je končala." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Zaznanih je več napak" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Zapiranje predvajalnika zvoka zaradi zaznanih več napak. Če se to ponavlja, prosimo obvesti lastnika bota saj je možno da je Audio modul trenutno nedostopen." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Skladbe prekinjena" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Napaka skladbe" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..330275a294773ac09b37433a496c3640e429ef88 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sr-CS.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 670\n" +"Language: sr_CS\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..55be6cece9bd65bae5be413a91433e6766d3220f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sr-SP.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 670\n" +"Language: sr_SP\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..225c8e7ad1540556a651e0cff6d7ddae958b0187 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/sv-SE.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 670\n" +"Language: sv_SE\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..bc9de6d5d767f85e8a66a35ec0649d742b9f6a13 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/tr-TR.po @@ -0,0 +1,132 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 670\n" +"Language: tr_TR\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "Otomatik çalma başladı." + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "Ses modülünün Lavalink sunucusunu desteklenmeyen bir mimaride çalıştırmayı denediniz. Yalnızca ayarlarla ilgili komutlar kullanılabilir." + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "Bu sunucuda gerekli izinlere sahip değilim, lütfen bu sorunu en kısa zamanda çözün.\n\n" +"Beklediğim İzinler:\n" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "Etkinleştirildi" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "Devre dışı bırakıldı" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor." + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` `{command}` için geçerli bir değer değil" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "Değişken işlenemedi" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "Geçersiz argüment" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "`{}` için sunduğunuz değişken geçersiz, ben bir `{}` bekliyordum." + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "Geçersiz Ortam" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "Lavalink'e bağlanırken bir bağlantı hatası oluştu." + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "Kullanılabilir müzik çalar yok" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "Bot her hangi bir ses kanalında değil." + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "Parça alınamıyor" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin." + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "Discord ile haberleşirken sorun oluştu." + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "Hata bot sahibine bildirildi." + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "Geçerli bir parça alınamadı." + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "Şimdi oynatılıyor" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "Şarkı uzunluğu: {length} | Şarkıyı sıraya koyan: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "Sıra sonlandırıldı." + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "Birden fazla hata tespit edildi" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "Birden çok hata nedeniyle müzik çalar kapatılıyor. Hata devam ederse, lütfen bot sahibini bilgilendiriniz. Audio eklentisi geçici olarak devre dışı kalmış olabilir." + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "Parça Takıldı" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "Beklenmedik bir hata nedeniyle şarkıyı oynatmaya son verildi.\n" +"{error}" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "Şarkı hatası" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..80882be4d3a3fc7ed16bfa525229b9c58fc49ed8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/uk-UA.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 670\n" +"Language: uk_UA\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..4329930b8cb29b7dfbcd3f9fa15631c6802af0b2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/vi-VN.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 670\n" +"Language: vi_VN\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..4e3d76f6050eb0bc7706eb0b7904d05d7d1b2e0f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-CN.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 670\n" +"Language: zh_CN\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "已启用" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "已禁用" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..50c4b4696f18f10ffa19b239f7304189488671b8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-HK.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 670\n" +"Language: zh_HK\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..0295cf5bcce4bdb50b32ffb72f766af21b4de75a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/locales/zh-TW.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-25 15:06+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 670\n" +"Language: zh_TW\n" + +#: redbot/cogs/audio/core/events/cog.py:215 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "已啟用" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "已停用" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "沒有找到DJ身分組。 自動停用DJ模式中。" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "無效的環境。\n" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:162 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:163 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:154 +msgid "Couldn't get a valid track." +msgstr "無法取得有效的歌曲。" + +#: redbot/cogs/audio/core/events/lavalink.py:189 +msgid "Now Playing" +msgstr "正在播放" + +#: redbot/cogs/audio/core/events/lavalink.py:191 +msgid "Track length: {length} | Requested by: {user}" +msgstr "歌曲長度: {length} | 點歌者: {user}" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Queue ended." +msgstr "佇列結束" + +#: redbot/cogs/audio/core/events/lavalink.py:264 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:265 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:279 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:280 +msgid "Playback of the song has stopped due to an unexpected error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:286 +msgid "Track Error" +msgstr "播放音樂時發生錯誤" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/red.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/red.py new file mode 100644 index 0000000000000000000000000000000000000000..0ee079a238923093eaaebd2a862a40c70f631af4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/events/red.py @@ -0,0 +1,59 @@ +import asyncio +from pathlib import Path +from typing import Literal, Mapping + +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Events.red") +_ = Translator("Audio", Path(__file__)) + + +class RedEvents(MixinMeta, metaclass=CompositeMetaClass): + @commands.Cog.listener() + async def on_red_api_tokens_update( + self, service_name: str, api_tokens: Mapping[str, str] + ) -> None: + if service_name == "youtube": + await self.api_interface.youtube_api.update_token(api_tokens) + elif service_name == "spotify": + await self.api_interface.spotify_api.update_token(api_tokens) + elif service_name == "audiodb": + await self.api_interface.global_cache_api.update_token(api_tokens) + + async def red_delete_data_for_user( + self, + *, + requester: Literal["discord_deleted_user", "owner", "user", "user_strict"], + user_id: int, + ): + await self.cog_ready_event.wait() + + if requester in ("discord_deleted_user", "owner"): + await self.playlist_api.handle_playlist_user_id_deletion(user_id) + + all_equalizers = await self.config.custom("EQUALIZER").all() + + collected_for_removal = [] + + c = 0 + for guild_id, guild_equalizers in all_equalizers.items(): + c += 1 + if not c % 100: + await asyncio.sleep(0) + + for preset_name, preset in guild_equalizers.get("eq_presets", {}).items(): + c += 1 + if not c % 100: + await asyncio.sleep(0) + + if preset.get("author", 0) == user_id: + collected_for_removal.append((guild_id, preset_name)) + + async with self.config.custom("EQUALIZER").all() as all_eqs: + for guild_id, preset_name in collected_for_removal: + all_eqs[str(guild_id)]["eq_presets"][preset_name]["author"] = 0xDE1 diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..708dbd5235249f3db79ab53d1b0366d6f9b69fc7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/af-ZA.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 692\n" +"Language: af_ZA\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..67d3506faa1b0226203e683d478313f35f9f9907 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ar-SA.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 692\n" +"Language: ar_SA\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "تشغيل الصوت من خلال القنوات الصوتية." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..8284c60385d8c77fa73307a915a1ab220704e9c6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/bg-BG.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 692\n" +"Language: bg_BG\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..7b2a57cfb146e6e62558cfaaba0a0e74cea12381 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/bs-BA.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 692\n" +"Language: bs_BA\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..f38ea81c0f7c9d2ec9d167421ba44fb48c202e8c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ca-ES.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 692\n" +"Language: ca_ES\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..f97ccba5cdb4e04404847d2b02d0405f6b93e464 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/cs-CZ.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 692\n" +"Language: cs_CZ\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Přehrávat zvuk prostřednictvím hlasových kanálů." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..57f1b598b2a0a6ebea77171833df19ce0535fab6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/da-DK.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 692\n" +"Language: da_DK\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..63918187a3fe95fbff0cd7a383f3a504eac35d53 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/de-DE.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 692\n" +"Language: de_DE\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Spiele Audio über Sprachkanäle ab." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..4e6589b8885a8f4fb8755748bb07753115ab0971 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/el-GR.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 692\n" +"Language: el_GR\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..7824277e4985ec6a9eae0ca6527be18d84f1abed --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/es-ES.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 692\n" +"Language: es_ES\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Reproducir audio a través de canales de voz." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..50e590394a43c93ce45b7073f84d7964c648c07f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/fi-FI.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 692\n" +"Language: fi_FI\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Toista ääntä puhekanavilla." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..07b37453f56a2293404697c4c3cfb924088e6798 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/fr-FR.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 692\n" +"Language: fr_FR\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Lire l'audio au travers des salons vocaux." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..b563bb4d12b2c7b602e70002aa1a368f8048cb68 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/he-IL.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 692\n" +"Language: he_IL\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..ddde90c94ae3e4dad5b46cb86b7945c6d8e2f898 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/hi-IN.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 692\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..e195f0f6c23d08ed9a6ec7bb886d23bc102e8287 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/hu-HU.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 692\n" +"Language: hu_HU\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Játssz le hangot hangcsatornákon keresztül." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..8db3cceee0d19c598ec51f9b417a9c4306165304 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/id-ID.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 692\n" +"Language: id_ID\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..6a420bcaec5ca39d56723767d941963ca052fb08 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/it-IT.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 692\n" +"Language: it_IT\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Riproduci audio attraverso i canali vocali." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..c11f21948dc66982b8d4cc5916ba819e77243c9a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ja-JP.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 692\n" +"Language: ja_JP\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "音声チャンネルを介して音楽を再生します。" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..3276ded032d36dc741316cee6cfb152cb041c67e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ko-KR.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 692\n" +"Language: ko_KR\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "음성체널을 통해 음악을 재생합니다." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..9948fb86ad47cfe795d6a4e85a734f613e292b67 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/nb-NO.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 692\n" +"Language: nb_NO\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Spill av lyd gjennom stemmekanaler." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..1ebb35391cbc9e9a85452a117dbc31d47e637df0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/nl-NL.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 692\n" +"Language: nl_NL\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Speel audio af via spraakkanalen." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..8a199a098f22d797b90ea2a5b128b82def3aaa55 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pl-PL.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 692\n" +"Language: pl_PL\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Odtwarzaj dźwięk przez kanały głosowe." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..52b5cb5532b1b533d818844c19fadee09dce722d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pt-BR.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 692\n" +"Language: pt_BR\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Reproduzir áudio através de canais de voz." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..034aad7f60352239e16091b4337572c4d02ba77c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/pt-PT.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 692\n" +"Language: pt_PT\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..0011b762b28759563cb1e120a3a76a3bc1176562 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ro-RO.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 692\n" +"Language: ro_RO\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..375aeafab8577359324be5506c2a2dea7944f0ac --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/ru-RU.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 692\n" +"Language: ru_RU\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Воспроизведение аудио через голосовые каналы." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..979d4b9111ad0088a69902000b7038a3d2385040 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sk-SK.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 692\n" +"Language: sk_SK\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Prehrávať zvuk prostredníctvom hlasových kanálov." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..8fdbd5000199f83acf9215affe2ab68810a30214 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sl-SI.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 692\n" +"Language: sl_SI\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Predvajaj zvok v zvočnih kanalih." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..c1bbc167f1b4d7e9373e1510046b1f11704f4ef5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sr-CS.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 692\n" +"Language: sr_CS\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..1b9c7a6dc53b9f0e0cd09cc69d63f563327e2517 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sr-SP.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 692\n" +"Language: sr_SP\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..d7dae7b530531300ab42a4bc087308664e5b765a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/sv-SE.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 692\n" +"Language: sv_SE\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..6e1e2d2325480762a4047a4692b3bde5266577b3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/tr-TR.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 692\n" +"Language: tr_TR\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "Ses kanallarında müzik çal" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..7675cd2d3ccf0f25dc9c554844373618a98c1b2c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/uk-UA.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 692\n" +"Language: uk_UA\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..dcf7eea299baca5275d873c9796e1912c17ed8eb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/vi-VN.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 692\n" +"Language: vi_VN\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..f265abfbb6c749d4413cd40699971ba37c123dc2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-CN.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 692\n" +"Language: zh_CN\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..686e7035002e6cbc929fc34247fc1ac026f9a8e0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-HK.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 692\n" +"Language: zh_HK\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..beb96221c38b731d1cb83eefa1509c2d86b1f802 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/locales/zh-TW.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 692\n" +"Language: zh_TW\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "透過語音頻道來播放音樂。" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..0f30d6bb66cedf30f47312d377f9eb888471f2e5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/__init__.py @@ -0,0 +1,12 @@ +from red_commons.logging import getLogger + +from ..cog_utils import CompositeMetaClass +from .lavalink import LavalinkTasks +from .player import PlayerTasks +from .startup import StartUpTasks + +log = getLogger("red.cogs.Audio.cog.Tasks") + + +class Tasks(LavalinkTasks, PlayerTasks, StartUpTasks, metaclass=CompositeMetaClass): + """Class joining all task subclasses""" diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/lavalink.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/lavalink.py new file mode 100644 index 0000000000000000000000000000000000000000..d3c961030825c193fbf11a6f679e5501050a6d41 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/lavalink.py @@ -0,0 +1,143 @@ +import asyncio +from pathlib import Path + +import lavalink +from red_commons.logging import getLogger + +from redbot.core import data_manager +from redbot.core.i18n import Translator +from ...manager import ServerManager +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Tasks.lavalink") +_ = Translator("Audio", Path(__file__)) + + +class LavalinkTasks(MixinMeta, metaclass=CompositeMetaClass): + def lavalink_restart_connect(self, manual: bool = False) -> None: + lavalink.unregister_event_listener(self.lavalink_event_handler) + lavalink.unregister_update_listener(self.lavalink_update_handler) + if self.lavalink_connect_task: + self.lavalink_connect_task.cancel() + if self._restore_task: + self._restore_task.cancel() + + self._restore_task = None + lavalink.register_event_listener(self.lavalink_event_handler) + lavalink.register_update_listener(self.lavalink_update_handler) + self.lavalink_connect_task = asyncio.create_task( + self.lavalink_attempt_connect(manual=manual) + ) + + async def lavalink_attempt_connect(self, timeout: int = 50, manual: bool = False) -> None: + self.lavalink_connection_aborted = False + max_retries = 5 + retry_count = 0 + if nodes := lavalink.get_all_nodes(): + for node in nodes: + await node.disconnect() + # This ensures that the restore task is ended before this connect attempt is started up. + if self._restore_task: + self._restore_task.cancel() + if self.managed_node_controller is not None: + if not self.managed_node_controller._shutdown: + await self.managed_node_controller.shutdown() + await asyncio.sleep(5) + await lavalink.close(self.bot) + while retry_count < max_retries: + configs = await self.config.all() + external = configs["use_external_lavalink"] + java_exec = configs["java_exc_path"] + if external is False: + # Change these values to use whatever is set on the YAML + host = configs["yaml"]["server"]["address"] + port = configs["yaml"]["server"]["port"] + password = configs["yaml"]["lavalink"]["server"]["password"] + secured = False + # Make this timeout customizable for lower powered machines? + self.managed_node_controller = ServerManager(self.config, timeout=60, cog=self) + try: + await self.managed_node_controller.start(java_exec) + # timeout is the same as ServerManager.timeout - + # 60s in case of ServerManager(self.config, timeout=60) + await self.managed_node_controller.wait_until_ready() + except asyncio.TimeoutError: + if self.managed_node_controller is not None: + await self.managed_node_controller.shutdown() + if self.lavalink_connection_aborted is not True: + log.critical( + "Managed node startup timeout, aborting managed node startup." + ) + self.lavalink_connection_aborted = True + return + except Exception as exc: + log.exception( + "Unhandled exception whilst starting managed Lavalink node, " + "aborting...", + exc_info=exc, + ) + self.lavalink_connection_aborted = True + if self.managed_node_controller is not None: + await self.managed_node_controller.shutdown() + return + else: + break + else: + host = configs["host"] + password = configs["password"] + port = configs["ws_port"] + secured = configs["secured_ws"] + break + else: + log.critical( + "Setting up the managed Lavalink node failed after multiple attempts. " + "See above logs for details." + ) + self.lavalink_connection_aborted = True + if self.managed_node_controller is not None: + await self.managed_node_controller.shutdown() + return + log.debug("Attempting to initialize Red-Lavalink") + retry_count = 0 + while retry_count < max_retries: + try: + await lavalink.initialize( + bot=self.bot, + host=host, + password=password, + port=port, + timeout=timeout, + resume_key=f"Red-Core-Audio-{self.bot.user.id}-{data_manager.instance_name}", + secured=secured, + ) + except lavalink.AbortingNodeConnection: + await lavalink.close(self.bot) + log.warning("Connection attempt to Lavalink node aborted") + return + except asyncio.TimeoutError: + await lavalink.close(self.bot) + log.warning("Connecting to Lavalink node timed out, retrying...") + retry_count += 1 + await asyncio.sleep(1) # prevent busylooping + except Exception as exc: + log.exception( + "Unhandled exception whilst connecting to Lavalink node, aborting...", + exc_info=exc, + ) + await lavalink.close(self.bot) + self.lavalink_connection_aborted = True + return + else: + break + else: + self.lavalink_connection_aborted = True + log.critical( + "Connecting to the Lavalink node failed after multiple attempts. " + "See above tracebacks for details." + ) + await lavalink.close(self.bot) + return + if external: + await asyncio.sleep(5) + self._restore_task = asyncio.create_task(self.restore_players()) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..5fc816484d60a4c4600db9a67e417430fcfbb94f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/af-ZA.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 664\n" +"Language: af_ZA\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..971950b0c7ad518607cc3e51ebdd91a46afb4f9c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ar-SA.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 664\n" +"Language: ar_SA\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "تعذر الحصول على مسار صالح." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..e37cfff1942445dd1db650d41e6b2d47141c2d50 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/bg-BG.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 664\n" +"Language: bg_BG\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..b528ae1ab38565253e21cff2352ffcfc4bd27734 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/bs-BA.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 664\n" +"Language: bs_BA\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..61d686f2a59943695fe2cb03f09a5af6706495e6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ca-ES.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 664\n" +"Language: ca_ES\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..21abc059e7d1c20123db31d91662c835088a2b26 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/cs-CZ.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 664\n" +"Language: cs_CZ\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..ecbb3cf6df3195e42140911ccbb4960fe7fa297b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/da-DK.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 664\n" +"Language: da_DK\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..cc70fc4b97f0fc16732ea13a17c32d14f0760485 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/de-DE.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 664\n" +"Language: de_DE\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Kein gültiger Track gefunden." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Tracks können nicht abgerufen werden" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Ich bin momentan nicht in der Lage, einen Track von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..5b69f2c27afe59f78ae9551473e7755e0929c03d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/el-GR.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 664\n" +"Language: el_GR\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..ca7b292210e66cb9ca13dc5dbeb3afab8f89cdc9 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/es-ES.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 664\n" +"Language: es_ES\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "No se pudo obtener una pista válida." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "No se puede obtener la pista" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "No puedo obtener una pista de Lavalink en este momento, inténtalo de nuevo en unos minutos." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..045000a8dc78a4cf3b25a84cc94b602457f9c0ef --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/fi-FI.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 664\n" +"Language: fi_FI\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Kelvollista kappaletta ei saatu." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Kappaletta ei voitu hakea" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "En saa kappaletta Lavalinkiltä tällä hetkellä, yritä uudelleen muutaman minuutin kuluttua." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..97ef171291ed17a7119f9b33e64d6e271e5de743 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/fr-FR.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 664\n" +"Language: fr_FR\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Impossible d'obtenir une piste valide." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Impossible d'obtenir la piste" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..b4315b37c2bb659733e3494849a4e008e990f0e0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/he-IL.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 664\n" +"Language: he_IL\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..416268d8d8ecb5ccb7b3fa147e8e64b614579b9e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/hi-IN.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 664\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..d654619324af06aa268e0eb4d753161e73f05263 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/hu-HU.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 664\n" +"Language: hu_HU\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..f2dcbadfad7b092c21e43c72f983898ee2b33436 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/id-ID.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 664\n" +"Language: id_ID\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..bf006f633c14fb596c5b00003ca58e6d5b55cefb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/it-IT.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 664\n" +"Language: it_IT\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..f2f6225e5e686a89699991e06683e797f684afc7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ja-JP.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 664\n" +"Language: ja_JP\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..db5c80beba885d000beb07d5d78fda3083ad63cd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ko-KR.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 664\n" +"Language: ko_KR\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "유효한 트랙을 얻을 수 없습니다." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "트랙을 찾을수 없습니다" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "지금은 라바링크를 통해 음악을 가져올 수 없습니다. 몇분 뒤에 다시 시도해주세요." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..16d288de5e0b04c4967d9c83d5551b95ae17a5dd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/nb-NO.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 664\n" +"Language: nb_NO\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Kunne ikke få et gyldig spor." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Kunne ikke motta spor" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Jeg klarer ikke å finne et spor fra Lavalink i øyeblikket, prøv igjen om noen minutter." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..1c19a508ce5af7b5a7dbfabda0e98bcb218516de --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/nl-NL.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 664\n" +"Language: nl_NL\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..e7613b144bdd3c196e6da8ef38fb0810a6faf71d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pl-PL.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 664\n" +"Language: pl_PL\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Nie można uzyskać prawidłowego utworu." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Nie można pobrać utworu" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "W tej chwili nie mogę pobrać utworu z Lavalinka, spróbuj ponownie za kilka minut." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..a4e2f32b2cc68addb81896ba513f8206a5f1506d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pt-BR.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 664\n" +"Language: pt_BR\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Não foi possível obter uma faixa válida." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..e8f9dcea4303560b592e745713aed0e8d657be6d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/pt-PT.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 664\n" +"Language: pt_PT\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..b2051565fa2cec5aa3fa9b58e667b89a6f2f23dd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ro-RO.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 664\n" +"Language: ro_RO\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..a2149e518d03d9dec9f8a19aa71cc7440f8b7a86 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/ru-RU.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 664\n" +"Language: ru_RU\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Не удалось получить правильный трек." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Не удается получить трек" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..85a2197d8247d20e66b6abd7167d3915f6619279 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sk-SK.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 664\n" +"Language: sk_SK\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..831bb325cc648dc015ee003d71dc2eab28173793 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sl-SI.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 664\n" +"Language: sl_SI\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Ni bilo mogoče dobiti veljavne skladbe." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Skladbe ni mogoče dobiti" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Trenutno ne morem dobiti skladb od Lavalinka, poskusite znova čez nekaj minut." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..2842a202bae6e268c6a83b0f44eee9d977d8ad5c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sr-CS.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 664\n" +"Language: sr_CS\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..1dbbf146908233c0584da6465839098d307a1592 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sr-SP.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 664\n" +"Language: sr_SP\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..f4dec1939c3461be701ad720cdc6394d177e1490 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/sv-SE.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 664\n" +"Language: sv_SE\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..57f562b5e6243eb6aa9e008f7b340a9ca2b47f43 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/tr-TR.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 664\n" +"Language: tr_TR\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "Geçerli bir parça alınamadı." + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "Parça alınamıyor" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin." + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..1ea71c261dd83545854d26d281def3501b766070 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/uk-UA.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 664\n" +"Language: uk_UA\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..386a854d53d7f5514b4285bde3d293c8125b1f64 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/vi-VN.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 664\n" +"Language: vi_VN\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..1514fb82f4244373bdebc8d4088aa50709ff74d5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-CN.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 664\n" +"Language: zh_CN\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..f8354541aaf64955cb65dc971b6ff60ac9063a65 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-HK.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 664\n" +"Language: zh_HK\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..7f5d99b07dcc5d5fcb2625ffc4aa4e01fb47c182 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/locales/zh-TW.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 17:28+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 664\n" +"Language: zh_TW\n" + +#: redbot/cogs/audio/core/tasks/startup.py:231 +msgid "Couldn't get a valid track." +msgstr "無法取得有效的歌曲。" + +#: redbot/cogs/audio/core/tasks/startup.py:239 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/tasks/startup.py:240 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/player.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/player.py new file mode 100644 index 0000000000000000000000000000000000000000..f2040171d14eb4f5d2c483e56a8610404e6ef78e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/player.py @@ -0,0 +1,96 @@ +import asyncio +import time +from pathlib import Path + +from typing import Dict + +import lavalink +from red_commons.logging import getLogger + +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Tasks.player") +_ = Translator("Audio", Path(__file__)) + + +class PlayerTasks(MixinMeta, metaclass=CompositeMetaClass): + async def player_automated_timer(self) -> None: + stop_times: Dict = {} + pause_times: Dict = {} + while True: + async for p in AsyncIter(lavalink.all_players()): + server = p.guild + if await self.bot.cog_disabled_in_guild(self, server): + continue + + if p.channel.members and all(m.bot for m in p.channel.members): + stop_times.setdefault(server.id, time.time()) + pause_times.setdefault(server.id, time.time()) + else: + stop_times.pop(server.id, None) + if p.paused and server.id in pause_times: + try: + await p.pause(False) + except Exception as exc: + log.debug("Exception raised in Audio's unpausing %r.", p, exc_info=exc) + pause_times.pop(server.id, None) + servers = stop_times.copy() + servers.update(pause_times) + async for sid in AsyncIter(servers, steps=5): + server_obj = self.bot.get_guild(sid) + if not server_obj: + stop_times.pop(sid, None) + pause_times.pop(sid, None) + try: + player = lavalink.get_player(sid) + await self.api_interface.persistent_queue_api.drop(sid) + player.store("autoplay_notified", False) + await player.stop() + await player.disconnect() + await self.config.guild_from_id( + guild_id=sid + ).currently_auto_playing_in.set([]) + except Exception as exc: + log.debug( + "Exception raised in Audio's emptydc_timer for %s.", sid, exc_info=exc + ) + + elif sid in stop_times and await self.config.guild(server_obj).emptydc_enabled(): + emptydc_timer = await self.config.guild(server_obj).emptydc_timer() + if (time.time() - stop_times[sid]) >= emptydc_timer: + stop_times.pop(sid) + try: + player = lavalink.get_player(sid) + await self.api_interface.persistent_queue_api.drop(sid) + player.store("autoplay_notified", False) + await player.stop() + await player.disconnect() + await self.config.guild_from_id( + guild_id=sid + ).currently_auto_playing_in.set([]) + except Exception as exc: + if "No such player for that guild" in str(exc): + stop_times.pop(sid, None) + log.debug( + "Exception raised in Audio's emptydc_timer for %s.", + sid, + exc_info=exc, + ) + elif ( + sid in pause_times and await self.config.guild(server_obj).emptypause_enabled() + ): + emptypause_timer = await self.config.guild(server_obj).emptypause_timer() + if (time.time() - pause_times.get(sid, 0)) >= emptypause_timer: + try: + await lavalink.get_player(sid).pause() + except Exception as exc: + if "No such player for that guild" in str(exc): + pause_times.pop(sid, None) + log.debug( + "Exception raised in Audio's pausing for %s.", sid, exc_info=exc + ) + await asyncio.sleep(5) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/startup.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/startup.py new file mode 100644 index 0000000000000000000000000000000000000000..c38e65dd18bb41400ad9272c13296fc6db774eed --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/tasks/startup.py @@ -0,0 +1,290 @@ +import asyncio +import itertools +from pathlib import Path + +from typing import Optional + +import lavalink +from lavalink import NodeNotFound, PlayerNotFound +from red_commons.logging import getLogger + +from redbot.core.data_manager import cog_data_path +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.dbtools import APSWConnectionWrapper + +from ...apis.interface import AudioAPIInterface +from ...apis.playlist_wrapper import PlaylistWrapper +from ...errors import DatabaseError, TrackEnqueueError +from ..abc import MixinMeta +from ..cog_utils import _SCHEMA_VERSION, CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Tasks.startup") +_ = Translator("Audio", Path(__file__)) + + +class StartUpTasks(MixinMeta, metaclass=CompositeMetaClass): + def start_up_task(self): + # There has to be a task since this requires the bot to be ready + # If it waits for ready in startup, we cause a deadlock during initial load + # as initial load happens before the bot can ever be ready. + lavalink.set_logging_level(self.bot._cli_flags.logging_level) + self.cog_init_task = asyncio.create_task(self.initialize()) + + async def initialize(self) -> None: + await self.bot.wait_until_red_ready() + # Unlike most cases, we want the cache to exit before migration. + try: + self.db_conn = APSWConnectionWrapper( + str(cog_data_path(self.bot.get_cog("Audio")) / "Audio.db") + ) + self.api_interface = AudioAPIInterface( + self.bot, self.config, self.session, self.db_conn, self.bot.get_cog("Audio") + ) + self.playlist_api = PlaylistWrapper(self.bot, self.config, self.db_conn) + await self.playlist_api.init() + await self.api_interface.initialize() + self.global_api_user = await self.api_interface.global_cache_api.get_perms() + await self.data_schema_migration( + from_version=await self.config.schema_version(), to_version=_SCHEMA_VERSION + ) + await self.playlist_api.delete_scheduled() + await self.api_interface.persistent_queue_api.delete_scheduled() + await self._build_bundled_playlist() + self.lavalink_restart_connect() + self.player_automated_timer_task = asyncio.create_task(self.player_automated_timer()) + except Exception as exc: + log.critical("Audio failed to start up, please report this issue.", exc_info=exc) + return + + self.cog_ready_event.set() + + async def restore_players(self): + log.debug("Starting new restore player task") + tries = 0 + tracks_to_restore = await self.api_interface.persistent_queue_api.fetch_all() + while not lavalink.get_all_nodes(): + await asyncio.sleep(1) + log.trace("Waiting for node to be available") + tries += 1 + if tries > 600: # Give 10 minutes from node creation date. + log.warning("Unable to restore players, couldn't connect to Lavalink node.") + return + try: + for node in lavalink.get_all_nodes(): + if not node.ready: + log.trace("Waiting for node: %r", node) + await node.wait_until_ready(timeout=60) # In theory this should be instant. + except asyncio.TimeoutError: + log.error( + "Restoring player task aborted due to a timeout waiting for Lavalink node to be ready." + ) + log.warning("Audio will attempt queue restore on next restart.") + return + metadata = {} + all_guilds = await self.config.all_guilds() + async for guild_id, guild_data in AsyncIter(all_guilds.items(), steps=100): + if guild_data["auto_play"]: + if guild_data["currently_auto_playing_in"]: + notify_channel, vc_id = guild_data["currently_auto_playing_in"] + metadata[guild_id] = (notify_channel, vc_id) + if self.lavalink_connection_aborted: + log.warning("Aborting player restore due to Lavalink connection being aborted.") + return + for guild_id, track_data in itertools.groupby(tracks_to_restore, key=lambda x: x.guild_id): + await asyncio.sleep(0) + tries = 0 + try: + player: Optional[lavalink.Player] = None + track_data = list(track_data) + guild = self.bot.get_guild(guild_id) + if not guild: + log.verbose( + "Skipping player restore - Bot is no longer in Guild (%s)", guild_id + ) + continue + persist_cache = self._persist_queue_cache.setdefault( + guild_id, await self.config.guild(guild).persist_queue() + ) + if not persist_cache: + log.verbose( + "Skipping player restore - Guild (%s) does not have a persist cache", + guild_id, + ) + await self.api_interface.persistent_queue_api.drop(guild_id) + continue + try: + player = lavalink.get_player(guild_id) + except (NodeNotFound, PlayerNotFound): + player = None + vc = 0 + guild_data = await self.config.guild_from_id(guild.id).all() + shuffle = guild_data["shuffle"] + repeat = guild_data["repeat"] + volume = guild_data["volume"] + shuffle_bumped = guild_data["shuffle_bumped"] + auto_deafen = guild_data["auto_deafen"] + + if player is None: + while tries < 5 and vc is not None: + try: + notify_channel_id, vc_id = metadata.pop( + guild_id, (None, track_data[-1].room_id) + ) + vc = guild.get_channel(vc_id) + if not vc: + break + perms = vc.permissions_for(guild.me) + if not (perms.connect and perms.speak): + vc = None + break + player = await lavalink.connect(vc, self_deaf=auto_deafen) + player.store("notify_channel", notify_channel_id) + break + except NodeNotFound: + await asyncio.sleep(5) + tries += 1 + except Exception as exc: + tries += 1 + log.debug( + "Failed to restore music voice channel %s", vc_id, exc_info=exc + ) + if vc is None: + break + else: + await asyncio.sleep(1) + + if tries >= 5 or vc is None or player is None: + if tries >= 5: + log.verbose( + "Skipping player restore - Guild (%s), 5 attempts to restore player failed.", + guild_id, + ) + elif vc is None: + log.verbose( + "Skipping player restore - Guild (%s), VC (%s) does not exist.", + guild_id, + vc_id, + ) + else: + log.verbose( + "Skipping player restore - Guild (%s), Unable to create player for VC (%s).", + guild_id, + vc_id, + ) + await self.api_interface.persistent_queue_api.drop(guild_id) + continue + + player.repeat = repeat + player.shuffle = shuffle + player.shuffle_bumped = shuffle_bumped + if player.volume != volume: + await player.set_volume(volume) + for track in track_data: + track = track.track_object + player.add(guild.get_member(track.extras.get("requester")) or guild.me, track) + player.maybe_shuffle() + if not player.is_playing: + await player.play() + log.debug("Restored %r", player) + except Exception as exc: + log.debug("Error restoring player in %s", guild_id, exc_info=exc) + await self.api_interface.persistent_queue_api.drop(guild_id) + + for guild_id, (notify_channel_id, vc_id) in metadata.items(): + guild = self.bot.get_guild(guild_id) + player: Optional[lavalink.Player] = None + vc = 0 + tries = 0 + if not guild: + continue + if self.lavalink_connection_aborted: + player = None + else: + try: + player = lavalink.get_player(guild_id) + except (NodeNotFound, PlayerNotFound): + player = None + if player is None: + guild_data = await self.config.guild_from_id(guild.id).all() + shuffle = guild_data["shuffle"] + repeat = guild_data["repeat"] + volume = guild_data["volume"] + shuffle_bumped = guild_data["shuffle_bumped"] + auto_deafen = guild_data["auto_deafen"] + + while tries < 5 and vc is not None: + try: + vc = guild.get_channel(vc_id) + if not vc: + break + perms = vc.permissions_for(guild.me) + if not (perms.connect and perms.speak): + vc = None + break + player = await lavalink.connect(vc, self_deaf=auto_deafen) + player.store("notify_channel", notify_channel_id) + break + except NodeNotFound: + await asyncio.sleep(5) + tries += 1 + except Exception as exc: + tries += 1 + log.debug("Failed to restore music voice channel %s", vc_id, exc_info=exc) + if vc is None: + break + else: + await asyncio.sleep(1) + if tries >= 5 or vc is None or player is None: + if tries >= 5: + log.verbose( + "Skipping player restore - Guild (%s), 5 attempts to restore player failed.", + guild_id, + ) + elif vc is None: + log.verbose( + "Skipping player restore - Guild (%s), VC (%s) does not exist.", + guild_id, + vc_id, + ) + else: + log.verbose( + "Skipping player restore - Guild (%s), Unable to create player for VC (%s).", + guild_id, + vc_id, + ) + continue + + player.repeat = repeat + player.shuffle = shuffle + player.shuffle_bumped = shuffle_bumped + if player.volume != volume: + await player.set_volume(volume) + player.maybe_shuffle() + log.debug("Restored %r", player) + if not player.is_playing: + notify_channel = player.fetch("notify_channel") + try: + await self.api_interface.autoplay(player, self.playlist_api) + except DatabaseError: + notify_channel = guild.get_channel_or_thread(notify_channel) + if notify_channel: + await self.send_embed_msg( + notify_channel, title=_("Couldn't get a valid track.") + ) + return + except TrackEnqueueError: + notify_channel = guild.get_channel_or_thread(notify_channel) + if notify_channel: + await self.send_embed_msg( + notify_channel, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from the Lavalink node at the moment, " + "try again in a few minutes." + ), + ) + return + del metadata + del all_guilds + log.debug("Player restore task completed successfully") diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..824521234f7216cd538b685438285766efaf8510 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/__init__.py @@ -0,0 +1,25 @@ +from ..cog_utils import CompositeMetaClass +from .equalizer import EqualizerUtilities +from .formatting import FormattingUtilities +from .local_tracks import LocalTrackUtilities +from .miscellaneous import MiscellaneousUtilities +from .parsers import ParsingUtilities +from .player import PlayerUtilities +from .playlists import PlaylistUtilities +from .queue import QueueUtilities +from .validation import ValidationUtilities + + +class Utilities( + EqualizerUtilities, + FormattingUtilities, + LocalTrackUtilities, + MiscellaneousUtilities, + PlayerUtilities, + PlaylistUtilities, + QueueUtilities, + ValidationUtilities, + ParsingUtilities, + metaclass=CompositeMetaClass, +): + """Class joining all utility subclasses""" diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/equalizer.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/equalizer.py new file mode 100644 index 0000000000000000000000000000000000000000..303bbb56fa77d6e337de63e5c42838498c74e8f3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/equalizer.py @@ -0,0 +1,176 @@ +import asyncio +import contextlib + +from typing import List + +import discord +import lavalink +from lavalink import NodeNotFound, PlayerNotFound +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.utils.chat_formatting import box + +from ...equalizer import Equalizer +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.equalizer") + + +class EqualizerUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def _apply_gain(self, guild_id: int, band: int, gain: float) -> None: + const = { + "op": "equalizer", + "guildId": str(guild_id), + "bands": [{"band": band, "gain": gain}], + } + + try: + await lavalink.get_player(guild_id).node.send({**const}) + except (NodeNotFound, PlayerNotFound): + pass + + async def _apply_gains(self, guild_id: int, gains: List[float]) -> None: + const = { + "op": "equalizer", + "guildId": str(guild_id), + "bands": [{"band": x, "gain": y} for x, y in enumerate(gains)], + } + + try: + await lavalink.get_player(guild_id).node.send({**const}) + except (NodeNotFound, PlayerNotFound): + pass + + async def _eq_check(self, ctx: commands.Context, player: lavalink.Player) -> None: + eq = player.fetch("eq", Equalizer()) + + config_bands = await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands() + if not config_bands: + config_bands = eq.bands + await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands.set(eq.bands) + + if eq.bands != config_bands: + band_num = list(range(0, eq.band_count)) + band_value = config_bands + eq_dict = {} + for k, v in zip(band_num, band_value): + eq_dict[k] = v + for band, value in eq_dict.items(): + eq.set_gain(band, value) + player.store("eq", eq) + await self._apply_gains(ctx.guild.id, config_bands) + + async def _eq_interact( + self, + ctx: commands.Context, + player: lavalink.Player, + eq: Equalizer, + message: discord.Message, + selected: int, + ) -> None: + player.store("eq", eq) + emoji = { + "far_left": "\N{BLACK LEFT-POINTING TRIANGLE}\N{VARIATION SELECTOR-16}", + "one_left": "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}", + "max_output": "\N{BLACK UP-POINTING DOUBLE TRIANGLE}", + "output_up": "\N{UP-POINTING SMALL RED TRIANGLE}", + "output_down": "\N{DOWN-POINTING SMALL RED TRIANGLE}", + "min_output": "\N{BLACK DOWN-POINTING DOUBLE TRIANGLE}", + "one_right": "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}", + "far_right": "\N{BLACK RIGHT-POINTING TRIANGLE}\N{VARIATION SELECTOR-16}", + "reset": "\N{BLACK CIRCLE FOR RECORD}\N{VARIATION SELECTOR-16}", + "info": "\N{INFORMATION SOURCE}\N{VARIATION SELECTOR-16}", + } + selector = f'{" " * 8}{" " * selected}^^' + try: + await message.edit(content=box(f"{eq.visualise()}\n{selector}", lang="ini")) + except discord.errors.NotFound: + return + try: + (react_emoji, react_user) = await self._get_eq_reaction(ctx, message, emoji) + except TypeError: + return + + if not react_emoji: + await self.config.custom("EQUALIZER", ctx.guild.id).eq_bands.set(eq.bands) + await self._clear_react(message, emoji) + + if react_emoji == "\N{LEFTWARDS BLACK ARROW}\N{VARIATION SELECTOR-16}": + await self.remove_react(message, react_emoji, react_user) + await self._eq_interact(ctx, player, eq, message, max(selected - 1, 0)) + + if react_emoji == "\N{BLACK RIGHTWARDS ARROW}\N{VARIATION SELECTOR-16}": + await self.remove_react(message, react_emoji, react_user) + await self._eq_interact(ctx, player, eq, message, min(selected + 1, 14)) + + if react_emoji == "\N{UP-POINTING SMALL RED TRIANGLE}": + await self.remove_react(message, react_emoji, react_user) + _max = float("{:.2f}".format(min(eq.get_gain(selected) + 0.1, 1.0))) + eq.set_gain(selected, _max) + await self._apply_gain(ctx.guild.id, selected, _max) + await self._eq_interact(ctx, player, eq, message, selected) + + if react_emoji == "\N{DOWN-POINTING SMALL RED TRIANGLE}": + await self.remove_react(message, react_emoji, react_user) + _min = float("{:.2f}".format(max(eq.get_gain(selected) - 0.1, -0.25))) + eq.set_gain(selected, _min) + await self._apply_gain(ctx.guild.id, selected, _min) + await self._eq_interact(ctx, player, eq, message, selected) + + if react_emoji == "\N{BLACK UP-POINTING DOUBLE TRIANGLE}": + await self.remove_react(message, react_emoji, react_user) + _max = 1.0 + eq.set_gain(selected, _max) + await self._apply_gain(ctx.guild.id, selected, _max) + await self._eq_interact(ctx, player, eq, message, selected) + + if react_emoji == "\N{BLACK DOWN-POINTING DOUBLE TRIANGLE}": + await self.remove_react(message, react_emoji, react_user) + _min = -0.25 + eq.set_gain(selected, _min) + await self._apply_gain(ctx.guild.id, selected, _min) + await self._eq_interact(ctx, player, eq, message, selected) + + if react_emoji == "\N{BLACK LEFT-POINTING TRIANGLE}\N{VARIATION SELECTOR-16}": + await self.remove_react(message, react_emoji, react_user) + selected = 0 + await self._eq_interact(ctx, player, eq, message, selected) + + if react_emoji == "\N{BLACK RIGHT-POINTING TRIANGLE}\N{VARIATION SELECTOR-16}": + await self.remove_react(message, react_emoji, react_user) + selected = 14 + await self._eq_interact(ctx, player, eq, message, selected) + + if react_emoji == "\N{BLACK CIRCLE FOR RECORD}\N{VARIATION SELECTOR-16}": + await self.remove_react(message, react_emoji, react_user) + for band in range(eq.band_count): + eq.set_gain(band, 0.0) + await self._apply_gains(ctx.guild.id, eq.bands) + await self._eq_interact(ctx, player, eq, message, selected) + + if react_emoji == "\N{INFORMATION SOURCE}\N{VARIATION SELECTOR-16}": + await self.remove_react(message, react_emoji, react_user) + await ctx.send_help(self.command_equalizer) + await self._eq_interact(ctx, player, eq, message, selected) + + async def _eq_msg_clear(self, eq_message: discord.Message): + if eq_message is not None: + with contextlib.suppress(discord.HTTPException): + await eq_message.delete() + + async def _get_eq_reaction(self, ctx: commands.Context, message: discord.Message, emoji): + try: + reaction, user = await self.bot.wait_for( + "reaction_add", + check=lambda r, u: r.message.id == message.id + and u.id == ctx.author.id + and r.emoji in emoji.values(), + timeout=30, + ) + except asyncio.TimeoutError: + await self._clear_react(message, emoji) + return None + else: + return reaction.emoji, user diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/formatting.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/formatting.py new file mode 100644 index 0000000000000000000000000000000000000000..4ca3b0bf52171ca2d31bcaa9ea86f1d1874b9a5f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/formatting.py @@ -0,0 +1,409 @@ +import math +import re +import time +from pathlib import Path + +from typing import List, Optional + +import discord +import lavalink +from red_commons.logging import getLogger + +from lavalink import NodeNotFound + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import box, escape + +from ...audio_dataclasses import LocalPath, Query +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.formatting") +_ = Translator("Audio", Path(__file__)) +RE_SQUARE = re.compile(r"[\[\]]") + + +class FormattingUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def _genre_search_button_action( + self, ctx: commands.Context, options: List, emoji: str, page: int, playlist: bool = False + ) -> str: + try: + if emoji == "\N{DIGIT ONE}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = options[0 + (page * 5)] + elif emoji == "\N{DIGIT TWO}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = options[1 + (page * 5)] + elif emoji == "\N{DIGIT THREE}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = options[2 + (page * 5)] + elif emoji == "\N{DIGIT FOUR}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = options[3 + (page * 5)] + elif emoji == "\N{DIGIT FIVE}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = options[4 + (page * 5)] + else: + search_choice = options[0 + (page * 5)] + except IndexError: + search_choice = options[-1] + if not playlist: + return list(search_choice.items())[0] + else: + return search_choice.get("uri") + + async def _build_genre_search_page( + self, + ctx: commands.Context, + tracks: List, + page_num: int, + title: str, + playlist: bool = False, + ) -> discord.Embed: + search_num_pages = math.ceil(len(tracks) / 5) + search_idx_start = (page_num - 1) * 5 + search_idx_end = search_idx_start + 5 + search_list = "" + async for i, entry in AsyncIter(tracks[search_idx_start:search_idx_end]).enumerate( + start=search_idx_start + ): + search_track_num = i + 1 + if search_track_num > 5: + search_track_num = search_track_num % 5 + if search_track_num == 0: + search_track_num = 5 + if playlist: + name = "**[{}]({})** - {} {}".format( + entry.get("name"), entry.get("url"), str(entry.get("tracks")), _("tracks") + ) + else: + name = f"{list(entry.keys())[0]}" + search_list += f"`{search_track_num}.` {name}\n" + + embed = discord.Embed( + colour=await ctx.embed_colour(), title=title, description=search_list + ) + embed.set_footer( + text=_("Page {page_num}/{total_pages}").format( + page_num=page_num, total_pages=search_num_pages + ) + ) + return embed + + async def _search_button_action( + self, ctx: commands.Context, tracks: List, emoji: str, page: int + ): + if not self._player_check(ctx): + if self.lavalink_connection_aborted: + msg = _("Connection to Lavalink node has failed") + description = None + if await self.bot.is_owner(ctx.author): + description = _("Please check your console or logs for details.") + return await self.send_embed_msg(ctx, title=msg, description=description) + try: + await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + except AttributeError: + return await self.send_embed_msg(ctx, title=_("Connect to a voice channel first.")) + except NodeNotFound: + return await self.send_embed_msg( + ctx, title=_("Connection to Lavalink node has not yet been established.") + ) + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + guild_data = await self.config.guild(ctx.guild).all() + if len(player.queue) >= 10000: + return await self.send_embed_msg( + ctx, title=_("Unable To Play Tracks"), description=_("Queue size limit reached.") + ) + if not await self.maybe_charge_requester(ctx, guild_data["jukebox_price"]): + return + try: + if emoji == "\N{DIGIT ONE}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = tracks[0 + (page * 5)] + elif emoji == "\N{DIGIT TWO}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = tracks[1 + (page * 5)] + elif emoji == "\N{DIGIT THREE}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = tracks[2 + (page * 5)] + elif emoji == "\N{DIGIT FOUR}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = tracks[3 + (page * 5)] + elif emoji == "\N{DIGIT FIVE}\N{COMBINING ENCLOSING KEYCAP}": + search_choice = tracks[4 + (page * 5)] + else: + search_choice = tracks[0 + (page * 5)] + except IndexError: + search_choice = tracks[-1] + if not hasattr(search_choice, "is_local") and getattr(search_choice, "uri", None): + description = await self.get_track_description( + search_choice, self.local_folder_current_path + ) + else: + search_choice = Query.process_input(search_choice, self.local_folder_current_path) + if search_choice.is_local: + if ( + search_choice.local_track_path.exists() + and search_choice.local_track_path.is_dir() + ): + return await ctx.invoke(self.command_search, query=search_choice) + elif ( + search_choice.local_track_path.exists() + and search_choice.local_track_path.is_file() + ): + search_choice.invoked_from = "localtrack" + return await ctx.invoke(self.command_play, query=search_choice) + + songembed = discord.Embed(title=_("Track Enqueued"), description=description) + queue_dur = await self.queue_duration(ctx) + queue_total_duration = self.format_time(queue_dur) + before_queue_length = len(player.queue) + query = Query.process_input(search_choice, self.local_folder_current_path) + if not await self.is_query_allowed( + self.config, + ctx, + f"{search_choice.title} {search_choice.author} {search_choice.uri} {str(query)}", + query_obj=query, + ): + log.debug("Query is not allowed in %r (%s)", ctx.guild.name, ctx.guild.id) + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, title=_("This track is not allowed in this server.") + ) + elif guild_data["maxlength"] > 0: + if self.is_track_length_allowed(search_choice, guild_data["maxlength"]): + search_choice.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, search_choice) + player.maybe_shuffle() + self.bot.dispatch( + "red_audio_track_enqueue", player.guild, search_choice, ctx.author + ) + else: + return await self.send_embed_msg(ctx, title=_("Track exceeds maximum length.")) + else: + search_choice.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, search_choice) + player.maybe_shuffle() + self.bot.dispatch("red_audio_track_enqueue", player.guild, search_choice, ctx.author) + + if not guild_data["shuffle"] and queue_dur > 0: + songembed.set_footer( + text=_("{time} until track playback: #{position} in queue").format( + time=queue_total_duration, position=before_queue_length + 1 + ) + ) + + if not player.current: + await player.play() + return await self.send_embed_msg(ctx, embed=songembed) + + async def _format_search_options(self, search_choice): + query = Query.process_input(search_choice, self.local_folder_current_path) + description = await self.get_track_description( + search_choice, self.local_folder_current_path + ) + return description, query + + async def _build_search_page( + self, ctx: commands.Context, tracks: List, page_num: int + ) -> discord.Embed: + search_num_pages = math.ceil(len(tracks) / 5) + search_idx_start = (page_num - 1) * 5 + search_idx_end = search_idx_start + 5 + search_list = "" + command = ctx.invoked_with + folder = False + async for i, track in AsyncIter(tracks[search_idx_start:search_idx_end]).enumerate( + start=search_idx_start + ): + search_track_num = i + 1 + if search_track_num > 5: + search_track_num = search_track_num % 5 + if search_track_num == 0: + search_track_num = 5 + try: + query = Query.process_input(track.uri, self.local_folder_current_path) + if query.is_local: + search_list += "`{0}.` **{1}**\n[{2}]\n".format( + search_track_num, + discord.utils.escape_markdown(track.title), + discord.utils.escape_markdown( + LocalPath(track.uri, self.local_folder_current_path).to_string_user() + ), + ) + else: + search_list += "`{0}.` **[{1}]({2})**\n".format( + search_track_num, discord.utils.escape_markdown(track.title), track.uri + ) + except AttributeError: + track = Query.process_input(track, self.local_folder_current_path) + if track.is_local and command != "search": + search_list += "`{}.` **{}**\n".format( + search_track_num, discord.utils.escape_markdown(track.to_string_user()) + ) + if track.is_album: + folder = True + else: + search_list += "`{}.` **{}**\n".format( + search_track_num, discord.utils.escape_markdown(track.to_string_user()) + ) + if hasattr(tracks[0], "uri") and hasattr(tracks[0], "track_identifier"): + title = _("Tracks Found:") + footer = _("search results") + elif folder: + title = _("Folders Found:") + footer = _("local folders") + else: + title = _("Files Found:") + footer = _("local tracks") + embed = discord.Embed( + colour=await ctx.embed_colour(), title=title, description=search_list + ) + embed.set_footer( + text=(_("Page {page_num}/{total_pages}") + " | {num_results} {footer}").format( + page_num=page_num, + total_pages=search_num_pages, + num_results=len(tracks), + footer=footer, + ) + ) + return embed + + async def get_track_description( + self, track, local_folder_current_path, shorten=False + ) -> Optional[str]: + """Get the user facing formatted track name.""" + string = None + if track and getattr(track, "uri", None): + query = Query.process_input(track.uri, local_folder_current_path) + if query.is_local or "localtracks/" in track.uri: + if ( + hasattr(track, "title") + and track.title != "Unknown title" + and hasattr(track, "author") + and track.author != "Unknown artist" + ): + if shorten: + string = f"{track.author} - {track.title}" + if len(string) > 40: + string = f"{(string[:40]).rstrip(' ')}..." + string = f'**{escape(f"{string}", formatting=True)}**' + else: + string = ( + f'**{escape(f"{track.author} - {track.title}", formatting=True)}**' + + escape(f"\n{query.to_string_user()} ", formatting=True) + ) + elif hasattr(track, "title") and track.title != "Unknown title": + if shorten: + string = f"{track.title}" + if len(string) > 40: + string = f"{(string[:40]).rstrip(' ')}..." + string = f'**{escape(f"{string}", formatting=True)}**' + else: + string = f'**{escape(f"{track.title}", formatting=True)}**' + escape( + f"\n{query.to_string_user()} ", formatting=True + ) + else: + string = query.to_string_user() + if shorten and len(string) > 40: + string = f"{(string[:40]).rstrip(' ')}..." + string = f'**{escape(f"{string}", formatting=True)}**' + else: + if track.is_stream: + icy = await self.icyparser(track.uri) + if icy: + title = icy + else: + title = f"{track.title} - {track.author}" + elif track.author.lower() not in track.title.lower(): + title = f"{track.title} - {track.author}" + else: + title = track.title + string = f"{title}" + if shorten and len(string) > 40: + string = f"{(string[:40]).rstrip(' ')}..." + string = re.sub(RE_SQUARE, "", string) + string = f"**[{escape(string, formatting=True)}]({track.uri}) **" + elif hasattr(track, "to_string_user") and track.is_local: + string = track.to_string_user() + " " + if shorten and len(string) > 40: + string = f"{(string[:40]).rstrip(' ')}..." + string = f'**{escape(f"{string}", formatting=True)}**' + return string + + async def get_track_description_unformatted( + self, track, local_folder_current_path + ) -> Optional[str]: + """Get the user facing unformatted track name.""" + if track and hasattr(track, "uri"): + query = Query.process_input(track.uri, local_folder_current_path) + if query.is_local or "localtracks/" in track.uri: + if ( + hasattr(track, "title") + and track.title != "Unknown title" + and hasattr(track, "author") + and track.author != "Unknown artist" + ): + return f"{track.author} - {track.title}" + elif hasattr(track, "title") and track.title != "Unknown title": + return f"{track.title}" + else: + return query.to_string_user() + else: + if track.is_stream: + icy = await self.icyparser(track.uri) + if icy: + title = icy + else: + title = f"{track.title} - {track.author}" + elif track.author.lower() not in track.title.lower(): + title = f"{track.title} - {track.author}" + else: + title = track.title + return f"{title}" + elif hasattr(track, "to_string_user") and track.is_local: + return track.to_string_user() + " " + return None + + def format_playlist_picker_data(self, pid, pname, ptracks, pauthor, scope) -> str: + """Format the values into a prettified codeblock.""" + author = self.bot.get_user(pauthor) or pauthor or _("Unknown") + line = _( + " - Name: <{pname}>\n" + " - Scope: < {scope} >\n" + " - ID: < {pid} >\n" + " - Tracks: < {ptracks} >\n" + " - Author: < {author} >\n\n" + ).format( + pname=pname, scope=self.humanize_scope(scope), pid=pid, ptracks=ptracks, author=author + ) + return box(line, lang="md") + + async def draw_time(self, ctx) -> str: + player = lavalink.get_player(ctx.guild.id) + paused = player.paused + pos = player.position or 1 + dur = getattr(player.current, "length", player.position or 1) + sections = 12 + loc_time = round((pos / dur if dur != 0 else pos) * sections) + bar = "\N{BOX DRAWINGS HEAVY HORIZONTAL}" + seek = "\N{RADIO BUTTON}" + if paused: + msg = "\N{DOUBLE VERTICAL BAR}\N{VARIATION SELECTOR-16}" + else: + msg = "\N{BLACK RIGHT-POINTING TRIANGLE}\N{VARIATION SELECTOR-16}" + for i in range(sections): + if i == loc_time: + msg += seek + else: + msg += bar + return msg diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/local_tracks.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/local_tracks.py new file mode 100644 index 0000000000000000000000000000000000000000..ed33f2157576dbd14819c624efccf5c0b7c03f2d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/local_tracks.py @@ -0,0 +1,131 @@ +import contextlib + +from pathlib import Path +from typing import List, Union + +import discord +import lavalink +from red_commons.logging import getLogger + +from rapidfuzz import process +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter + +from ...audio_dataclasses import LocalPath, Query +from ...errors import TrackEnqueueError +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.local_tracks") +_ = Translator("Audio", Path(__file__)) + + +class LocalTrackUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def get_localtracks_folders( + self, ctx: commands.Context, search_subfolders: bool = True + ) -> List[Union[Path, LocalPath]]: + audio_data = LocalPath(None, self.local_folder_current_path) + if not await self.localtracks_folder_exists(ctx): + return [] + + return ( + await audio_data.subfolders_in_tree() + if search_subfolders + else await audio_data.subfolders() + ) + + async def get_localtrack_folder_list(self, ctx: commands.Context, query: Query) -> List[Query]: + """Return a list of folders per the provided query.""" + if not await self.localtracks_folder_exists(ctx): + return [] + query = Query.process_input(query, self.local_folder_current_path) + if not query.is_local or query.local_track_path is None: + return [] + if not query.local_track_path.exists(): + return [] + return ( + await query.local_track_path.tracks_in_tree() + if query.search_subfolders + else await query.local_track_path.tracks_in_folder() + ) + + async def get_localtrack_folder_tracks( + self, ctx, player: lavalink.player.Player, query: Query + ) -> List[lavalink.rest_api.Track]: + """Return a list of tracks per the provided query.""" + if not await self.localtracks_folder_exists(ctx) or self.api_interface is None: + return [] + + audio_data = LocalPath(None, self.local_folder_current_path) + try: + if query.local_track_path is not None: + query.local_track_path.path.relative_to(audio_data.to_string()) + else: + return [] + except ValueError: + return [] + local_tracks = [] + async for local_file in AsyncIter(await self.get_all_localtrack_folder_tracks(ctx, query)): + with contextlib.suppress(IndexError, TrackEnqueueError): + trackdata, called_api = await self.api_interface.fetch_track( + ctx, player, local_file + ) + local_tracks.append(trackdata.tracks[0]) + return local_tracks + + async def _local_play_all( + self, ctx: commands.Context, query: Query, from_search: bool = False + ) -> None: + if not await self.localtracks_folder_exists(ctx) or query.local_track_path is None: + return None + if from_search: + query = Query.process_input( + query.local_track_path.to_string(), + self.local_folder_current_path, + invoked_from="local folder", + ) + await ctx.invoke(self.command_search, query=query) + + async def get_all_localtrack_folder_tracks( + self, ctx: commands.Context, query: Query + ) -> List[Query]: + if not await self.localtracks_folder_exists(ctx) or query.local_track_path is None: + return [] + return ( + await query.local_track_path.tracks_in_tree() + if query.search_subfolders + else await query.local_track_path.tracks_in_folder() + ) + + async def localtracks_folder_exists(self, ctx: commands.Context) -> bool: + folder = LocalPath(None, self.local_folder_current_path) + if folder.localtrack_folder is None: + return False + elif folder.localtrack_folder.exists(): + return True + elif ctx.invoked_with != "start": + await self.send_embed_msg( + ctx, title=_("Invalid Environment"), description=_("No localtracks folder.") + ) + return False + + async def _build_local_search_list( + self, to_search: List[Query], search_words: str + ) -> List[str]: + to_search_string = { + i.local_track_path.name for i in to_search if i.local_track_path is not None + } + search_results = process.extract(search_words, to_search_string, limit=50) + search_list = [] + async for track_match, percent_match, __ in AsyncIter(search_results): + if percent_match > 85: + search_list.extend( + [ + discord.utils.escape_markdown(i.to_string_user()) + for i in to_search + if i.local_track_path is not None + and i.local_track_path.name == track_match + ] + ) + return search_list diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..fb97aa5170fb9e87266307c4d34348b3168edb93 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/af-ZA.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 688\n" +"Language: af_ZA\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..a0b3beaf42d827c50b60f0bd3618b01574ab3bcf --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ar-SA.po @@ -0,0 +1,475 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 688\n" +"Language: ar_SA\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} حتى تشغيل المسار: #{position} في قائمة الانتظار" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "غير معروف" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "بيئة غير صالحة" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "لا يوجد مجلد للمسارات المحلية." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "الموسيقى في السيرفر هى {}" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "لا يبدو أن هذا عنوان URL أو رمز Spotify مدعوم." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "قائمة التشغيل قائمة الانتظار" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "أضاف {num} مسارات إلى قائمة الانتظار.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "أضاف {num} مسارات إلى قائمة الانتظار.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "لا يوجد ما تبحث عنه" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "الرجاء الانتظار، العثور على المسارات..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "الحصول على المسار {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "مطابقة المسار {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "الحصول على المسار {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "الوقت المتبقي تقريبًا: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "تم إعادة تعيين الاتصال أثناء تحميل قائمة التشغيل." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "ليس لديك الصلاحيات لإدارة {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "ليس لديك الصلاحيات لإدارة قائمة التشغيل هذه في {guild}." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "ليس لديك الصلاحيات لإدارة قائمة التشغيل التي يملكها {user}." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "لا يمكن الوصول إلى قائمة التشغيل." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} قوائم التشغيل تتطابق مع {original_input}: الرجاء محاولة أن تكون أكثر تحديدا، أو استخدام معرف قائمة التشغيل." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - النطاق: < {scope} >\n" +" - المعرف: < {playlist.id} >\n" +" - المسار: < {tracks} >\n" +" - المؤلف: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "تم العثور على {playlists} قائمة تشغيل، أي واحد تريد؟" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "عثر على عدد كبير من المطابقات ولم تقم بتحديد أي منها تريد." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "تم إنشاء قائمة تشغيل فارغة {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**حاليًا:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "طلب من: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "تشغيل: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "مطلوب من قبل **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "الصفحة {page_num}/{total_pages} {num_tracks} المسارات، {num_remaining} تبقى\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "التشغيل التلقائي" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "عشوائي" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "كرر" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "مسارات المطابقة:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..52a7a1fbafe278c12947718d096b703bdab4d5e6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/bg-BG.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 688\n" +"Language: bg_BG\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..0965ab740666da9eb6760734390e75b020378b0d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/bs-BA.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 688\n" +"Language: bs_BA\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..2d83be233b466288e5935730d68552046ddbd7a4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ca-ES.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 688\n" +"Language: ca_ES\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..6ab3fcc624e7b920e25fc55e0c947244c1cc5944 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/cs-CZ.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 688\n" +"Language: cs_CZ\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Strana {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Prosím zkontrolujte svou konzoli nebo logy pro podrobnosti." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Nejprve se připojte k hlasovému kanálu." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Nalezené skladby:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "výsledky hledání" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Složky nalezeny:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "místní složky" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Nalezené soubory:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "místní skladby" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Neznámý" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "hudba na {} serverech" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{time} zbývá {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Skladba přeskočena" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Nic nenalezeno." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API klíč nebo klientský tajný klíč nebyl správně nastaven. \n" +"Pro pokyny použijte `{prefix}audioset spotifyapi`." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Pravděpodobně se nejedná o podporovaný Spotify odkaz nebo kód." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} skladby nemůžou být zařazeny do fronty." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Playlist zařazen do fronty" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Přidáno {num} skladeb do fronty.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} do začátku přehrávání playlistu: je na #{position} pozici ve frontě" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Připojení bylo obnoveno při načítání seznamu skladeb." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Počkejte prosím, přidávám skladby..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Na žádost **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Hraje: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "na žádost **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Náhodně" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Opakovat" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Odpovídající skladby:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..0906003c6f97cbcc1b41f13888661fde8d13333d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/da-DK.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 688\n" +"Language: da_DK\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..99ea262935a22906e9ff88d7a4ddef1d4b9d267a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/de-DE.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 688\n" +"Language: de_DE\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "titel" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Seite {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "Verbindung zu Lavalink ist fehlgeschlagen" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Bitte überprüfen Sie Ihre Konsole oder Protokolle für Details." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Verbinde dich zuerst mit einem Sprachkanal." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Verbindung zu Lavalink wurde noch nicht hergestellt." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Maximale Warteschlangengröße erreicht." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "Titel können nicht wiedergegeben werden" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Titel eingereiht" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Dieser Track ist auf diesem Server nicht erlaubt." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "Der Track überschreitet die maximale Länge." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} bis zur Wiedergabe des Titels: #{position} in der Warteschlange" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Titel gefunden:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "Suchergebnisse" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Ordner gefunden:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "lokale Ordner" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Dateien gefunden:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "lokale Titel" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Unbekannt" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - Name: <{pname}>\n" +" - Bereich: < {scope} >\n" +" - ID: < {pid} >\n" +" - Titel: < {ptracks} >\n" +" - Autor: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Ungültige Umgebung" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Es existiert kein Lokaler Track-Ordner." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "Nicht genug {currency}" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} erforderlich, aber du hast {bal}." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "Musik in {} Servern" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "Die Warteschlange ist leer." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Livestreame derzeit {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{time} Zeit übrig von {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Titel übersprungen" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "Die Nummer, des Liedes, muss größer oder gleich 1 sein." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "Es sind derzeit nur {queuelen} Songs in der Warteschlange." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} Titel übersprungen" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Der Besitzer muss die Spotify client ID und Spotify client secret festlegen, bevor Spotify URLs oder Codes verwendet werden können. \n" +"Siehe `{prefix}audioset spotifyapi` für eine Anleitung." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Der Besitzer muss der YouTube API schlüssel festlegen, bevor Spotify URLs oder Codes verwendet werden können. \n" +"Siehe `{prefix}audioset youtubeapi` für eine Anleitung." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "Tracks können nicht abgerufen werden" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Warte bis die Playlist fertig geladen hat." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Nichts gefunden." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "Track ist nicht abspielbar." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** ist kein vollständig unterstütztes Format und einige Titel werden möglicherweise nicht abgespielt." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Tracks können nicht abgerufen werden" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Ich bin momentan nicht in der Lage, einen Track von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Der Spotify API Key oder dar Client secret wurden nicht richtig eingestellt.\n" +" Benutze `{prefix}audioset spotifyapi` für eine Anleitung." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "Tracks können nicht gefunden werden" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Dies scheint keine unterstützte Spotify-URL oder Spotify-Code zu sein." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} ist keine zulässige Abfrage." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Lokale Tracks funktionieren nicht, wenn die `Lavalink.jar` den Track nicht sehen kann.\n" +" Dies kann aufgrund von Berechtigungen oder weil Lavalink.jar auf einem anderen Rechner ausgeführt wird passieren." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} Tracks können nicht zur Warteschlange hinzugefügt werden." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Kein Titel" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Playlist eingereiht" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Es wurden {num} Tracks zu der Playlist hinzugefügt.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} bis zum Start der Playlist: beginnt bei #{position} in der Warteschlange" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Nichts gefunden" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Bitte warten, Tracks werden gefunden..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "Lade Lied {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "Passende Spur {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Lade Titel {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Ungefähre Zeit verbleibend: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Die Verbindung wurde zurückgesetzt beim Laden der Playlist." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "Du hast nicht die Berechtigung {name} (`{id}`) [**{scope} **] zu verwalten." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "Du hast nicht die Berechtigung, diese Playlist in {guild} zu verwalten." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "Du hast nicht die Berechtigung, die Playlist von {user} zu verwalten." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "Du hast nicht die Berechtigung, diese Wiedergabeliste im Bereich {scope} zu verwalten." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Kein Zugriff auf Playlist." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} Wiedergabelisten stimmen {original_input} zu: Bitte versuchen Sie, spezifischer zu sein oder verwenden Sie die Playlist-ID." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Bereich: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Titel: < {tracks} >\n" +" - Autor: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "{playlists} Playlists gefunden, welche möchtest du?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "Zu viele Treffer wurden gefunden und sie haben nicht ausgewählt, welches Sie wollten." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Playlists auf die du in diesem Server zugreifen kannst:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "Playlists für {scope}:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Seite {page_num}/{total_pages} | {num} Wiedergabelisten." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Bitte warten, füge Lieder hinzu..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Leere Playlist {name} (`{id}`) [**{scope}**] erstellt." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "{num} Titel aus der {playlist_name} Wiedergabeliste hinzugefügt. {num_bad} Titel konnten nicht geladen werden." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "{num} Titel wurden aus der {playlist_name} Playlist hinzugefügt." + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Playlist gespeichert" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "Playlists können nicht abgerufen werden" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Du musst dich in dem Sprachkanal befinden, um den Playlist Befehl zu verwenden." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "die Globale" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Überall" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "der Server" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Server" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "der Benutzer" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Benutzer" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__Zu viele Songs in der Warteschlange, zeige nur die ersten 500__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**Aktuell Livestreaming:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Angefragt von: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Gerade läuft: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "angefordert von **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "Warteschlange für __{guild_name}__" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Seite {page_num}/{total_pages} | {num_tracks} Titel, {num_remaining} verbleibend\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Auto-Play" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Zufällige Wiedergabe" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Wiederholen" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Passende Titel:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Seite {page_num}/{total_pages} | {num_tracks} Titel" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..1095341110ecff09c41cf913dec9ace0ea63c2e1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/el-GR.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 688\n" +"Language: el_GR\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..2bff85d378a0bb8e9000eb8acbb3b3e7b4d783be --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/es-ES.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 688\n" +"Language: es_ES\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "canciones" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Página {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "La conexión a Lavalink ha fallado" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Por favor, comprueba tu consola o registros para más detalles." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Conéctate a un canal de voz primero." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Aún no se ha establecido la conexión con Lavalink." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Límite de cola alcanzado." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "No se puede reproducir pistas" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Pista en cola" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Esta pista no está permitida en este servidor." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "La pista excede la longitud máxima." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} hasta la reproducción de la pista: #{position} en cola" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Canciones encontradas:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "resultados de la búsqueda" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Carpetas encontradas:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "carpetas locales" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Archivos encontrados:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "canciones locales" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Desconocido" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - Nombre: <{pname}>\n" +" - Alcance: < {scope} >\n" +" - ID: < {pid} >\n" +" - Canciones: < {ptracks} >\n" +" - Autor: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Entorno no válido" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "No hay carpeta de canciones locales." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "No tienes suficiente {currency}" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} requerido, pero tienes {bal}." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "música en {} servidores" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "No hay nada en la cola." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Actualmente en vivo {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{time} restante de {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Canción saltada" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "El número de la canción debe ser igual o mayor que 1." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "Solo hay {queuelen} canciones actualmente en cola." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} pistas omitidas" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "El propietario necesita establecer el ID del cliente de Spotify y el secreto del cliente de Spotify, antes de que se puedan usar las URLs o códigos de Spotify. \n" +"Ver `{prefix}audioset spotifyapi` para instrucciones." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "El propietario necesita establecer el ID del cliente de Spotify y el secreto del cliente de Spotify, antes de que se puedan usar las URLs o códigos de Spotify. \n" +"Ver `{prefix}audioset spotifyapi` para instrucciones." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "No se pueden reproducir las pistas" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Espere hasta que la lista de reproducción haya terminado de cargar." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Nada encontrado." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "La pista no es reproducible." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** no es un formato totalmente soportado y algunas pistas pueden no reproducirse." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "No se puede obtener la pista" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "No puedo obtener una pista de Lavalink en este momento, inténtalo de nuevo en unos minutos." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "La clave API de Spotify o el cliente secreto no se han configurado correctamente. \n" +"Usa `{prefix}audioset spotifyapi` para obtener instrucciones." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "No se encontraron pistas" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Esta no parece ser una URL o código compatible con Spotify." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} no es una consulta permitida." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Las pistas locales no funcionarán si el `Lavalink.jar` no puede ver la pista.\n" +"Esto puede deberse a permisos o porque Lavalink.jar se está ejecutando en una máquina diferente a las pistas locales." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} pistas no pueden ser puestas en cola." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Sin título" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Lista de reproducción en cola" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Se han añadido {num} pistas a la cola.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} hasta el inicio de la reproducción de la lista: comienza en #{position} en cola" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "No se encontró nada" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Por favor espere, buscando las pistas..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "Obteniendo la pista {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "Obteniendo la pista {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Cargando la pista {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Tiempo restante aproximado: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "La conexión se restableció mientras se cargaba la lista de reproducción." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "No tienes permisos para administrar {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "No tienes permisos para administrar esa lista de reproducción en {guild}." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "No tienes permisos para administrar la lista de reproducción de {user}." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "No tienes permisos para administrar listas de reproducción en el ámbito {scope}." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Sin acceso a la lista de reproducción." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} listas de reproducción coinciden con {original_input}: Por favor, intenta ser más específico o utiliza el ID de la lista de reproducción." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Alcance: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Pistas: < {tracks} >\n" +" - Autor: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "{playlists} listas de reproducción encontradas, ¿cuál es la que te gusta?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "Demasiadas coincidencias encontradas y no has seleccionado la que deseabas." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Listas de reproducción a las que puedes acceder en este servidor:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "Listas de reproducción para {scope}:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Página {page_num}/{total_pages} | {num} listas de reproducción." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Por favor espere, añadiendo las pistas..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Lista de reproducción {name} vacía (`{id}`) [**{scope}**] creada." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "Se han añadido {num} pistas de la lista de reproducción {playlist_name}. No se han podido cargar {num_bad} pista(s)." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "Añadidas {num} pistas de la lista de reproducción {playlist_name}." + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Lista de reproducción guardada" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "No se puede obtener listas de reproducción" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "No tengo permisos para conectarme o hablar en tu canal." + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Debes estar en el canal de voz para usar el comando de reproducción." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "el Global" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Global" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "el Servidor" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Servidor" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "el Usuario" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Usuario" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__Demasiadas canciones en cola, solo mostrando las primeras 500__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**En vivo actualmente:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Solicitada por: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Jugando: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "solicitada por **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "Cola de __{guild_name}__" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Página {page_num}/{total_pages} | {num_tracks} pistas, {num_remaining} restantes\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Auto-Jugar" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Aleatorio" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Repetir" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Canciones coincidentes:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Página {page_num}/{total_pages} | {num_tracks} canciones" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..f6d58b09fd1ae465bca7c45b2511512c91e8c263 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/fi-FI.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 688\n" +"Language: fi_FI\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "kappaletta" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Sivu {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "Lavalink-yhteys epäonnistui" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Tarkista lisätiedot konsolista tai logeista." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Yhdistä ensin puhekanavalle." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Yhteyttä Lavalinkkiin ei ole vielä muodostettu." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Jonon enimmäispituus on saavutettu." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "Kappaleiden toisto ei onnistu" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Kappale lisätty jonoon" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Tämä kappale ei ole sallittu tällä palvelimella." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "Kappale ylittää maksimipituuden." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} kappaleen toistoon: #{position} jonossa" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Kappaleita löydetty:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "hakutulosta" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Kansioita löydetty:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "paikallista kansiota" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Tiedostoja löydetty:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "paikallista kappaletta" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Tuntematon" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - Nimi: <{pname}>\n" +" - Taso: < {scope} >\n" +" - ID: < {pid} >\n" +" - Kappaleita: < {ptracks} >\n" +" - Tekijä: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Virheellinen ympäristö" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Ei paikallisten kappaleiden kansiota." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "Ei tarpeeksi {currency}" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} tarvitaan, mutta sinulla on vain {bal}." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "musiikkia {} palvelimella" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "Jonossa ei ole mitään." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Tällä hetkellä livestriimaa {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{time} jäljellä kappaletta {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Kappale ohitettu" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "Kappalenumeron tulee olla yhtä suuri tai suurempi kuin 1." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "Vain {queuelen} kappaletta on tällä hetkellä jonossa." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} kappaletta ohitettu" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Omistajan tulee asettaa Spotify client ID ja Spotify client secret, ennen kuin Spotify-osoitteita voidaan käyttää. \n" +"Katso `{prefix}audioset spotifyapi` saadaksesi ohjeita." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Omistajan täytyy asettee YouTube API -avain ennen kuin Spotify-osoitteita voidaan käyttää.\n" +"Katso`{prefix}audioset youtubeapi` saadakseksi ohjeita." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "Kappaleita ei voitu hakea" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Odota kunnes soittolista on kokonaan latautunut." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Mitään ei löytynyt." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "Kappale ei ole toistettavissa." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** ei ole täysin tuettu muoto ja sen vuoksi kaikkia kappaleita ei välttämättä voida toistaa." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Kappaletta ei voitu hakea" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "En saa kappaletta Lavalinkiltä tällä hetkellä, yritä uudelleen muutaman minuutin kuluttua." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API-avainta tai client secret -arvoa ei ole asetettu oikein. \n" +"Käytä`{prefix}audioset spotifyapi` saadaksesi ohjeita." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "Kappaleita ei voida hakea" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Tuo ei näytä olevan kelvollinen Spotify-osoite tai -koodi." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} ei ole sallittu haku." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Paikalliset kappaleet eivät toimi jos `Lavalink.jar` ei voi nähdä niitä.\n" +"Tämä voi johtua tiedosto-oikeuksista tai siitä että Lavalink.jar ajetaan toisella tietokoneella kuin missä kappaleet ovat." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} kappaletta ei voida lisätä jonoon." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Ei otsikkoa" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Soittolista lisätty jonoon" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Lisättiin {num} kappaletta jonoon.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} soittolistan toiston alkuun: alkaa sijalla #{position} jonossa" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Mitään ei löytynyt" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Odota hetki, etsitään kappaleita..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "Haetaan kappaletta {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "Yhdistetään kappaletta {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Ladataan kappaletta {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Arvioitu jäljellä oleva aika: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Yhteys nollattiin soittolistaa ladatessa." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "Sinulla ei ole oikeutta hallita soittolistaa {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "Sinulla ei ole oikeutta hallita tuota soittolistaa palvelimella {guild}." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "Sinulla ei ole oikeutta hallita soittolistaa jonka omistaa {user}." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "Sinulla ei ole oikeutta hallinnoida soittolistoja {scope}-tasolla." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Ei pääsyä soittolistaan." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} soittolistaa täsmää hakuun {original_input}: Ole tarkempi tai käytä soittolistan ID:tä." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Taso: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Kappaleita: < {tracks} >\n" +" - Tekijä: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "{playlists} soittolistaa löytyi, minkä niistä haluat?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "Liian monta osumaa löydettiin etkä valinnut minkä niistä halusit." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Soittolistat joihin sinulla on pääsy tällä palvelimella:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "Soittolistat {scope}-tasolle:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Sivu {page_num}/{total_pages} | {num} soittolistaa." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Ole hyvä ja odota, kappaleita lisätään..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Tyhjä soittolista {name} (`{id}`) [**{scope}**] luotu." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "Lisättiin {num} kappaletta soittolistalta {playlist_name}. {num_bad} kappaletta ei voitu ladata." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "Lisättiin {num} kappaletta soittolistalta {playlist_name}." + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Soittolista tallennettu" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "Soittolistoja ei voitu hakea" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Sinun tulee olla puhekanavalla käyttääksesi soittolista-komentoa." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "Globaalille" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Globaali" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "Palvelin" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Palvelin" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "Käyttäjä" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Käyttäjä" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__Liian monta kappaletta jonossa, näytetään vain ensimmäiset 500__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**Tällä hetkellä livestriimaa:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Lisääjä: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Toistetaan: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "jonka lisäsi **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "Palvelimen __{guild_name}__ jono" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Sivu {page_num}/{total_pages} | {num_tracks} kappaletta, {num_remaining} jäljellä\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Automaattinen toisto" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Sekoitus" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Uudelleentoisto" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Vastaavat kappaleet:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Sivu {page_num}/{total_pages} | {num_tracks} kappaletta" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..68e0aee5db92d9080d27b40de7b25034d13745dd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/fr-FR.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 688\n" +"Language: fr_FR\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "pistes" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Page {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "La connexion à Lavalink a échoué" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Veuillez vérifier votre console ou les logs pour plus de détails." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Rejoignez un salon vocal d'abord." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "La connexion à Lavalink n'a pas encore été établie." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Limite de la file de lecture atteinte." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "Impossible de jouer des pistes" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Piste ajoutée" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Ce titre n'est pas autorisé sur le serveur." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "Cette piste dépasse la limite maximale." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} avant la lecture de la piste : #{position} dans la file d’attente" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Pistes trouvées :" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "résultats de la recherche" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Dossiers trouvés :" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "dossiers locaux" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Fichiers trouvés :" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "titres locaux" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Inconnu" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - Nom : <{pname}>\n" +" - Portée : < {scope} >\n" +" - ID : < {pid} >\n" +" - Pistes : < {ptracks} >\n" +" - Auteur : < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Environnement invalide" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Aucun dossier de localtracks." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "Pas assez de {currency}" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} requis, mais vous avez {bal}." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "musique dans {} serveurs" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "Il n'y a rien dans la liste." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Actuellement en streaming {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{time} restant sur {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Piste passée" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "Le numéro de piste doit être égal ou supérieur à 1." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "Il y a seulement {queuelen} musiques dans la liste d'attente, actuellement." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} pistes sautées" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Le propriétaire doit rentrer le \"Client ID\" Spotify et le \"Client Secret\" Spotify avant de pouvoir utiliser les URL ou les codes Spotify. \n" +"Voir `{prefix}audioset spotifyapi` pour les instructions." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Le propriétaire doit définir la clé d'API YouTube avant de pouvoir utiliser les URLs ou les codes Spotify.\n" +"Voir `{prefix}audioset youtubeapi` pour les instructions." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "Impossible d'obtenir les pistes" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Attendre jusqu'à ce que la playlist finisse de charger." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Aucun résultat." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "La piste n'est pas jouable." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** n'est pas un format supporté et certaines pistes peuvent ne pas être jouées." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Impossible d'obtenir la piste" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "La clé API de Spotify ou le secret client n'ont pas étés correctement définis. \n" +"Utilisez `{prefix}audioset spotifyapi` pour connaître la marche à suivre." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "Impossible de trouver les pistes" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Cela ne semble pas être une URL ou un code Spotify pris en charge." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} n'est pas une requête autorisée." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Les pistes locales ne fonctionneront pas si `Lavalink.jar` ne peut pas voir la piste.\n" +"Cela peut être dû à des permissions ou parce que Lavalink.jar est exécuté sur une machine différente de celle des pistes locales." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} pistes ne peuvent pas être mises en attente." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Sans titre" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Playlist en file d’attente" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Ajout de {num} pistes à la file d'attente.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} avant le début de la lecture de la playlist : commence à #{position} dans la liste" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Aucun résultat" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Veuillez patienter, recherche des pistes ..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "Obtention de la piste {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "Piste correspondante {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Chargement de piste {num}/{total} ..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Temps approximatif restant: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "La connexion a été réinitialisée lors du chargement de la playlist." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "Vous n'avez pas les permissions pour gérer {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "Vous n'avez pas les permissions pour gérer cette playlist dans {guild}." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "Vous n'avez pas les permissions de gérer la playlist appartenant à {user}." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "Vous n'avez pas les permissions pour gérer les playlists dans la portée {scope}." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Pas d'accès à la playlist." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} playlists correspondent à {original_input}: Essayez d'être plus spécifique, ou utilisez l'ID de la playlist." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Portée : < {scope} >\n" +" - ID : < {playlist.id} >\n" +" - Pistes : < {tracks} >\n" +" - Auteur : < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "{playlists} playlistes trouvées, laquelle voulez-vous ?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "Trop de correspondances trouvées et vous n'avez pas sélectionné celle que vous vouliez." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Playlists auxquelles vous pouvez accéder sur ce serveur:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "Playlists pour {scope}:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Page {page_num}/{total_pages} | {num} playlists." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Veuillez patienter, ajout de pistes ..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Playlist vide {name} (`{id}`) [**{scope}**] créée." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "{num} pistes de la playlist {playlist_name} ont été ajoutés. {num_bad} piste(s) n’ont pu être chargé." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "{num} pistes de la playlist {playlist_name} ont été ajoutés." + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Playlist enregistrée" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "Impossible d'obtenir des playlists" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "Je n'ai pas la permission de me connecter et de parler dans votre salon vocal." + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Vous devez être dans le salon vocal pour utiliser la commande de playlist." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "le Global" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Global" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "le serveur" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Serveur" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "l'utilisateur" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Utilisateur" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__Trop de musiques dans la file d'attente, affichage des 500 premières seulement__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**Actuellement en streaming :**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Demandé par : **{user} **" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Joue à : " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "demandé par **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "File d'attente pour __{guild_name}__" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Page {page_num}/{total_pages} | {num_tracks} musiques, {num_remaining} restantes\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Lacture automatique" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Aléatoire" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Répétition" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Pistes correspondantes :" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Page {page_num}/{total_pages} | {num_tracks} pistes" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..e2ac85fb7f48d0d2496b53afaab7cdd216925f11 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/he-IL.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 688\n" +"Language: he_IL\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..14627ac377b087a215a1a354083ebf74eac78251 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/hi-IN.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 688\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..6ebc33efacb07a0cd79b17eea8c915b93a886384 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/hu-HU.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 688\n" +"Language: hu_HU\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..a283c623ddcf005a76b8027d4ed03a5ccb953211 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/id-ID.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 688\n" +"Language: id_ID\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Kunci Spotify API atau rahasia klien belum disetel dengan benar.\n" +"Gunakan `{prefix} audioset spotifyapi` untuk mendapatkan petunjuk." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Tampaknya ini bukan URL atau kode Spotify yang didukung." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} lagu tidak dapat diantrekan." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Antrean Daftar Putar" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Menambahkan {num} trek ke antrian. {maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} hingga dimulainya pemutaran playlist: dimulai dari #{position} dalam antrian" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Sambungan disetel ulang saat memuat daftar putar." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..91452a155d6a2dd3d694706d5cfaa2f72e870333 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/it-IT.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 688\n" +"Language: it_IT\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "La chiave API o il client secret di Spotify non sono stati impostati correttamente. \n" +"Usa `{prefix}audioset spotifyapi` per le istruzioni." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..e8a0b8c39e1a41353db0d2dea91372bc1ec5a1ac --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ja-JP.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 688\n" +"Language: ja_JP\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "{} つのサーバーで再生中" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..b6eef6869bee249e6078a4a45f4427b0c542fb1a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ko-KR.po @@ -0,0 +1,474 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 688\n" +"Language: ko_KR\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "트랙" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "{page_num}/{total_pages} 페이지" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "라바링크와 연결에 실패했습니다." + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "관리자에게 문의해주세요" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "먼저 음성체널에 연결하세요." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "라바링크와 연결되지 않았습니다." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "큐 최대 제한에 도달했습니다." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "트랙을 재생할수 없습니다" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "트랙 추가됨" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "이 서버에서는이 트랙을 사용할 수 없습니다." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "트랙이 최대 길이를 초과했습니다." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "트랙이 재생될때까지 {time}: 대기열의 #{position}" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "트랙 검색됨" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "검색 결과" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "폴더를 찾았습니다:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "로컬 폴더" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "파일을 찾았습니다:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "로컬 트랙" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "알 수 없음" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "잘못된 환경입니다." + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "로컬트랙 폴더가 없어요." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "{currency} 부족" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "{} 서버들에 있는 음악" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "대기열에 아무것도 없습니다." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "지금 라이브 스트리밍중인 {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{track} {time} 남음." + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "트랙 스킵됨" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "트랙 번호는 1 보다 크거나 같아야 합니다." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "현재 대기열에 {queuelen} 곡들만 있습니다." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} 트랙들 스킵됨" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "봇 관리자가 Spotify URL 또는 코드를 사용하기 전에 Spotify 클라이언트 ID 및 암호를 설정해 주어야 합니다. \n" +" `{prefix}audioset spotifyapi`을 참조하세요." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "봇 관리자가 Youtube URL 또는 코드를 사용하기 전에 Youtube API Key를 설정해 주어야 합니다. \n" +" `{prefix}audioset youtubeapi`을 참조하세요." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "트랙을 가져올 수 없습니다." + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "플래이리스트 불러오기가 끝날때까지 기다려주세요." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "아무것도 찾지 못했습니다." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "재생할 수 없는 트랙입니다." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "** {suffix} **는 완전히 지원되는 형식이 아니며 일부 트랙이 재생되지 않을 수 있습니다." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "트랙을 찾을수 없습니다" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "지금은 라바링크를 통해 음악을 가져올 수 없습니다. 몇분 뒤에 다시 시도해주세요." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "You deleted the translation \"Spotify API 키 또는 client secret이 올바르게 설정되지 않았습니다. \n" +"`{prefix}audioset spotifyapi`를 사용하여 명령어들을 확인하세요.\"" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "해당 트랙을 찾을 수 없습니다" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "지원되는 Spotify URL 또는 코드가 아닌 것 같습니다." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} 을 대기열에 추가할 수 없습니다." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "제목 없음" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "대기중인 재생 목록" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "대기열에 {num} 개의 트랙이 추가되었습니다. {maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "재생 목록 재생이 시작될 때까지 {time} 남았습니다.: 대기열의 #{position} 에서 시작합니다." + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "검색 결과 없음" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "해당 트랙을 찾는 중입니다. 잠시만 기다려 주세요." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "트랙 가져오는중 {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "일치하는 트랙 {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "트랙 불러오는중 {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "남은시간: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "재생 목록을 로드하는 동안 연결이 재설정되었습니다." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "트랙을 추가하는 중입니다. 잠시만 기다려 주세요." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "재생 목록 저장됨" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "재생 목록을 가져올 수 없습니다." + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "음성체널에 있어야 플래이리스트 명령어를 사용할수 있습니다." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "전체" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "서버" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "서버" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "사용자" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "사용자" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__너무나 많은 음악이 대기열에 있습니다, 앞에서부터 500개만 표시됩니다__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**현재 라이브 스트리밍중.**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "신청자: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "재생 중: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "신청자: **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "{page_num}/{total_pages} 페이지 | {num_tracks}곡 , {num_remaining} 남음\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "자동 재생" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "곡 섞기" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "반복" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "일치하는 트랙들:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..a1d075ab6a5d1fb31036a99c0d1bdd6f86fc1a99 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/nb-NO.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 688\n" +"Language: nb_NO\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "spor" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Side {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "Tilkoblingen til Lavalink mislyktes" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Vennligst sjekk konsollen eller loggene dine for detaljer." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Koble til en talekanal først." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Tilkoblingen til Lavalink er ikke etablert ennå." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Grensen for kø er nådd." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "Kan ikke spille spor" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Spor i kø" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Dette sporet er ikke tillatt på denne serveren." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "Spor overskrider maksimal lengde." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} til avspilling: #{position} i kø" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Spor Funnet:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "søkeresultater" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Mapper funnet:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "lokale mapper" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Filer funnet:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "lokale spor" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Ukjent" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - Navn: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Spor: < {ptracks} >\n" +" - Forfatter: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Ugyldig miljø" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Ingen localtracks mappe." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "Ikke nok {currency}" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} nødvendig, men du har {bal}." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "musikk i {} servere" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "Det er ingenting i køen." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Direkteavspilling for øyeblikket {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{time} forlot {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Spor hoppet over" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "Spornummer må være lik eller større enn 1." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "Det er kun {queuelen} sanger i kø for øyeblikket." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} spor hoppet over" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Eieren må angi Spotify-klient-ID og Spotify klient-sekretet, før Spotify-URLer og koder kan brukes. \n" +"Se `{prefix}audioset spotifyapi for instruksjoner." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Eieren må angi YouTube API-nøkkelen før Spotify URL-er eller koder kan brukes.\n" +"Se {prefix}audioset youtubeapi` for instruksjoner." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "Kan ikke hente sporing" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Vent til spillelisten er ferdig lastet." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Ingenting funnet." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "Sporet kan ikke spilles." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** er ikke et fullstendig støttet format og noen spor kan kanskje ikke spille." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Kunne ikke motta spor" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Jeg klarer ikke å finne et spor fra Lavalink i øyeblikket, prøv igjen om noen minutter." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API-nøkkelen eller klienten hemmelig har ikke blitt satt ordentlig. \n" +"Bruk `{prefix}audioset spotifyapi` for instruksjoner." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "Kan ikke finne spor" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Dette ser ikke ut til å være en støttet Spotify-URL eller kode." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} er ikke tillatt spørring." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Lokale spor vil ikke fungere hvis `Lavalink.jar` ikke kan se sporet.\n" +"Dette kan skyldes tillatelser eller at Lavalink.jar kjøres i en annen maskin enn de lokale sporene." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} spor kan ikke legges i kø." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Ingen tittel" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Spilleliste lagt i kø" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "La til {num} spor i avspillingskøen.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} til start av spilleliste avspilling: starter på #{position} i kø" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Ingenting funnet" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Vennligst vent, finner spor..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "Henter spor {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "Samsvarende spor {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Laster inn spor {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Omtrentlig tid gjenstår: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Tilkoblingen ble tilbakestilt under lasting av spillelisten." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "Du har ikke rettigheter til å administrere {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "Du har ikke rettigheter til å administrere spillelisten i {guild}." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "Du har ikke rettigheter til å administrere spilleliste eid av {user}." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "Du har ikke tillatelser til å administrere spillelister i {scope} omfang." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Ingen tilgang til spilleliste." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} spillelister samsvarer med {original_input}-: Vennligst prøv å være mer spesifikk, eller bruk spilleliste-ID." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: {playlist.id} >\n" +" - Sporer: < {tracks} >\n" +" - Forfatter: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "{playlists} spillelister funnet, hvilken ønsker du?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "For mange matcher ble funnet, og du valgte ikke hvilken du ville ha." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Spillelister du kan få tilgang til i denne serveren:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "Spillelister for {scope}:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Side {page_num}/{total_pages} ε {num} spillelister." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Vennligst vent, legger til spor..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Tom spilleliste {name} (`{id}`) [** {scope} **] opprettet." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "La til {num} spor fra {playlist_name} spillelisten. {num_bad} spor(er) kan ikke lastes." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "La til {num} spor fra {playlist_name} spillelisten." + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Spilleliste lagret" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "Kan ikke hente spillelister" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Du må være i talekanal for å bruke kommandoen spilleliste." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "den globale" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Globalt" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "serveren" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Server" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "brukeren" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Bruker" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__For mange sanger i køen, kun viser den første 500__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**Foreløpig direktestrømming:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Forespurt av: **{user}" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Spiller: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "forespurt av **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "Kø for __{guild_name}__" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Side {page_num}/{total_pages} + {num_tracks} spor, {num_remaining} gjenstående\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Auto-start" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Shuffle" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Gjenta" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Samsvarende spor:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Side {page_num}/{total_pages} + {num_tracks} spor" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..0b9a00520c15b791dc3d64d6bda1452a73f6819a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/nl-NL.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 688\n" +"Language: nl_NL\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Verbind eerst met een spraakkanaal." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Er is nog geen verbinding gemaakt met Lavalink." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Nummer toegevoegd" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} tot het afspelen volgt: #{position} in de wachtrij" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Geen lokale track-map gevonden." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "muziek in {} servers" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Geen resultaten." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "De Spotitify API-sleutel of clientgeheim is niet correct ingesteld. \n" +"Gebruik `{prefix}audioset spotifyapi` voor instructies." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Dit lijkt geen ondersteunde Spotify URL of code te zijn." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} nummers kunnen niet in de wachtrij worden geplaatst." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Afspeellijst toegevoegd" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Er zijn {num} nummers toegevoegd aan de wachtrij.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} tot het begin van het afspelen van de afspeellijst: begint bij #{position} in de wachtrij" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Nummers laden {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "De verbinding is gereset tijdens het laden van de afspeellijst." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Even geduld, nummers toevoegen..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..d3b990f83c0b12b227247874012dfefc82cdaa32 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pl-PL.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 688\n" +"Language: pl_PL\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "utwory" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Strona {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "Połączenie z Lavalink nie powiodło się" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Sprawdź swoją konsolę lub logi w celu uzyskania szczegółów." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Najpierw połącz się z kanałem głosowym." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Osiągnięto limit rozmiaru kolejki." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "Nie można odtworzyć utworów" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Utwór zakolejkowany" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Ten utwór nie jest dozwolony na tym serwerze." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "Utwór przekracza maksymalną długość." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} do odtwarzania utworu: #{position} w kolejce" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Znalezione utwory:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "wyniki wyszukiwania" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Znaleziono foldery:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "katalogi lokalne" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Znalezione pliki:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "utwory lokalne" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Nieznane" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - Nazwa: <{pname}>\n" +" - Zakres: < {scope} >\n" +" - ID: < {pid} >\n" +" - Utwory: < {ptracks} >\n" +" - Autor: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Nieprawidłowe środowisko" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Brak folderu localtracks." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "Za mało {currency}" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} wymagane, lecz Ty masz {bal}." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "grane na {} serwerach" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "Niczego nie ma w kolejce." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Aktualnie streamowane: {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "Pozostało {time} dla {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Utwór pominięty" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "Wartość musi być równa lub większa od 1." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "Obecnie jest tylko {queuelen} utworów w kolejce." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "Pominięto {skip_to_track} utworów" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Właściciel musi ustawić identyfikator ID klienta Spotify i sekretny klucz klienta Spotify, zanim będzie można użyć adresów URL lub kodów Spotify. \n" +"Zobacz instrukcje `{prefix}audioset spotifyapi`." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Właściciel musi ustawić klucz API YouTube zanim będzie można użyć adresów URL lub kodów Spotify.\n" +"Zobacz `{prefix}audioset youtubeapi` dla dalszych instrukcji." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "Nie można pobrać utworów" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Poczekaj, aż lista odtwarzania zakończy ładowanie." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Nic nie znaleziono." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "Utwór nie jest odtwarzalny." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** nie jest w pełni obsługiwanym formatem i niektóre utwory mogą nie być odtwarzane." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Nie można pobrać utworu" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "W tej chwili nie mogę pobrać utworu z Lavalinka, spróbuj ponownie za kilka minut." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Klucz Spotify API lub sekret klienta nie zostały poprawnie ustawione. \n" +"Użyj `{prefix}audioset spotifyapi` dla dalszych instrukcji." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "Nie można znaleźć utworów" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Wygląda na to, że nie jest to obsługiwany adres URL lub kod Spotify." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} nie jest dozwolonym zapytaniem." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Lokalne utwory nie będą działać, jeśli `Lavalink.jar` nie może zobaczyć ścieżki.\n" +"Może to być spowodowane uprawnieniami lub Lavalink.jar jest uruchamiany w innej maszynie niż lokalne utwory." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} utworów nie może zostać zakolejkowane." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Brak tytułu" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Lista odtwarzania zakolejkowana" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "Dodano {num} utworów do kolejki.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} do rozpoczęcia odtwarzania listy odtwarzania: zaczyna się od #{position} w kolejce" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Nic nie znaleziono" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Proszę czekać, wyszukiwanie utworów..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "Pobieranie utworu {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "Pasujących utworów {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Ładowanie utworu {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Pozostały przybliżony czas: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Połączenie zostało zresetowane podczas ładowania listy odtwarzania." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "Nie masz uprawnień do zarządzania {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "Nie masz uprawnień do zarządzania tą listą odtwarzania w {guild}." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "Nie masz uprawnień do zarządzania listą odtwarzania będącą własnością {user}." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "Nie masz uprawnień do zarządzania listami odtwarzania w zakresie {scope}." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Brak dostępu do listy odtwarzania." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} playlist pasuje do {original_input}: Spróbuj być bardziej szczegółowym lub użyć ID playlisty." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Zakres: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Utwory: < {tracks} >\n" +" - Autor: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "Znaleziono {playlists} list odtwarzania. Którą z nich chcesz?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "Znaleziono zbyt wiele dopasowań i nie wybrałeś/aś których potrzebujesz." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Listy odtwarzania dostępne na tym serwerze:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "Listy odtwarzania dla {scope}:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Strona {page_num}/{total_pages} | {num} list odtwarzania." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Proszę czekać, dodawanie utworów..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Utworzono pustą listę odtwarzania {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "Dodano {num} utworów z listy odtwarzania {playlist_name}. {num_bad} utwór(ów) nie mógł/mogły zostać załadowane." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "Dodano {num} utworów z listy odtwarzania {playlist_name}." + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Lista odtwarzania zapisana" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "Nie można pobrać list odtwarzania" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Musisz być na kanale głosowym, aby użyć komendy listy odtwarzania." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "globalny" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Globalny" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "serwer" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Serwer" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "użytkownik" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Użytkownik" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__Zbyt wiele piosenek w kolejce, pokazuję tylko pierwsze 500__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**Aktualnie streamowane:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Żądane przez: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Aktualnie gram: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "żądane przez **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "Kolejka dla __{guild_name}__" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Strona {page_num}/{total_pages} | {num_tracks} utworów, pozostało {num_remaining}\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Autoodtwarzanie" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Losowo" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Powtarzanie" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Pasujące utwory:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Strona {page_num}/{total_pages} | {num_tracks} utworów" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..01b0cc1312f12fc4520f59c75f08d19acca3fafe --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pt-BR.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 688\n" +"Language: pt_BR\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Faixa Enfileirada" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Desconhecido" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "música em {} servidores" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Nada encontrado." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Isto não parece ser uma URL ou código do Spotify válido." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Lista de reprodução enfileirada" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{num} faixas enfileiradas.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} até o início da reprodução da lista: começa na posição #{position} da fila" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Nada foi encontrado" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "A conexão foi redefinida durante o carregamento da lista de reprodução." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..cc05fbee7992244541d92666c29d5d698a245a2a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/pt-PT.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 688\n" +"Language: pt_PT\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..7c98614c844ef08f05a6e2001a5e43e4d152e8fa --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ro-RO.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 688\n" +"Language: ro_RO\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..568818d6459fa1652fb74e259b3408810e1f4db7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/ru-RU.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 688\n" +"Language: ru_RU\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "треки" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "Страница {page_num}/{total_pages}" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "Не удалось подключиться к Lavalink" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Пожалуйста, проверьте вашу консоль или логи для получения более подробной информации." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Сначала подключитесь к голосовому каналу." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Соединение с Lavalink еще не установлено." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Достигнут предел размера очереди." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "Не удается воспроизвести треки" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Трек поставлен в очередь" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Этот трек не разрешен на этом сервере." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "Этот трек превышает максимальную длину." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time} до воспроизведения трека: #{position} в очереди" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Найденные треки:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "результаты поиска" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Найденные папки:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "локальные папки" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Найденные файлы:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "локальные треки" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Неизвестный" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - Имя: <{pname}>\n" +" - Длина: < {scope} >\n" +" - ID: < {pid} >\n" +" - Треки: < {ptracks} >\n" +" - Автор: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Неверное окружение" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Нет локальной папки треков." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "Недостаточно {currency}" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} требуется, у вас {bal}." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "музыка на {} серверах" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "Очередь пуста." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Сейчас в прямом эфире {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{time} осталось в {track}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Трек пропущен" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "Номер трека должен быть больше или равен 1." + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "В настоящее время в очереди стоят только песни: {queuelen}." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} треков пропущено" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Владелец должен установить идентификатор клиента Spotify и секрет клиента Spotify, прежде чем можно будет использовать URL-адреса или коды Spotify..\n" +"Просмотрите `{prefix}audioset spotifyapi` для получения инструкций." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Владелец должен установить ключ YouTube API перед использованием URL-адресов или кодов Spotify.\n" +"Смотрите `{prefix}audioset youtubeapi` для получения инструкций." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "Не удается получить треки" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Дождитесь окончания загрузки плейлиста." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Ничего не найдено." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "Трек не воспроизводится." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** не является полностью поддерживаемым форматом, и некоторые треки не могут воспроизводиться." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Не удается получить трек" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "На данный момент я не могу получить трек от Lavalink, попробуйте еще раз через несколько минут." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "API ключ Spotify или секрет клиента были установлены неправильно. \n" +"Для получения инструкций используйте `{prefix}audioset spotifyapi`." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "Не удается найти треки" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Это не похоже на поддерживаемый Spotify URL или код." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} не является допустимым запросом." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "Локальные треки не будут работать, если `Lavalink.jar` не будет видеть трек.\n" +"Это может быть вызвано правами или потому что Lavalink.jar запускается на машине, отличной от локальных треков." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} треков не могут быть поставлены в очередь." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Без заголовка" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Плейлист поставлен в очередь" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{num} треков добавлено в очередь.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time} до начала воспроизведения плейлиста: начинается с #{position} в очереди" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Ничего не найдено" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Пожалуйста, подождите, поиск треков..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "Получение трека {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "Сопоставление трека {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "Загрузка трека {num}/{total}..." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Примерно времени осталось: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Соединение было сброшено при загрузке плейлиста." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "У вас нет прав для управления {name} (`{id}`) [**{scope}**]." + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "У вас нет прав для управления этим плейлистом в {guild}." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "У вас нет прав на управление плейлистом, принадлежащим {user}." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "У вас нет прав на управление плейлистами в {scope}области ." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Нет доступа к плейлисту." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} плейлисты соответствуют {original_input}: Пожалуйста, попробуйте более конкретно, или используйте ID плейлиста." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Область: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Треки: < {tracks} >\n" +" - Автор: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "Найдено плейлистов: {playlists}, какой из них вы хотите?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "Найдено слишком много совпадений, и вы не указали, какой один из них вы хотели." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Плейлисты, к которым вы можете получить доступ на этом сервере:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "Плейлисты для {scope}:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Страница {page_num}/{total_pages} | {num} плейлистов." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Пожалуйста, подождите, треки добавляются..." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Пустой плейлист {name} (`{id}`) [**{scope}**] создан." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "Добавлено {num} треков из плейлиста {playlist_name}. Не удалось загрузить {num_bad} трек(ов)." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "Добавлено {num} треков из плейлиста {playlist_name}." + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Плейлист сохранен" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "Невозможно получить плейлисты" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Вы должны быть в голосовом канале, чтобы использовать команду плейлиста." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "Глобальный" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Глобал" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "Сервер" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Сервер" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "Пользователь" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Пользователь" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__Слишком много песен в очереди, отображаются только первые 500__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**Сейчас в прямом эфире:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "Запрошено: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Воспроизводится: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "по запросу: **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "Очередь для __{guild_name}__" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Страница {page_num}/{total_pages} | {num_tracks} треков, {num_remaining} осталось\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Автовоспроизведение" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Перемешивание" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Повтор" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Соответствующие треки:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Страница {page_num}/{total_pages} | {num_tracks} треков" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..fd543d9f75a485d37bff37f5ceb88c0e05cafd06 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sk-SK.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 688\n" +"Language: sk_SK\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..51b52bee998fb2f5822e132df094e120e509c500 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sl-SI.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 688\n" +"Language: sl_SI\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Neveljavno okolje" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Skladbe ni mogoče dobiti" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Trenutno ne morem dobiti skladb od Lavalinka, poskusite znova čez nekaj minut." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API ključ ali Client Secret niso nastavljeni pravilno. \n" +"Uporabi `{prefix}audioset spotifyapi` za navodila." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..f9ccacb0693235af0781edc878296d3e9136e3da --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sr-CS.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 688\n" +"Language: sr_CS\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..d743df8ac21bb9d73999e3412292800ade403070 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sr-SP.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 688\n" +"Language: sr_SP\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..510665120e446d008b96d474fb725de8f41c2875 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/sv-SE.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 688\n" +"Language: sv_SE\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..6b78d1e767a18bb1bddb1ed945a4776294e17fe0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/tr-TR.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 688\n" +"Language: tr_TR\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "parçalar" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "{page_num}/{total_pages} sayfa" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "Lavalink bağlantısı başarısız" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "Console veya loglarınızı kontrol edin." + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "Önce bir sesli bir kanala katılın." + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "Lavalink ile bağlantı henüz sağlanmadı." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "Sıraya alma limitine ulaşıldı." + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "Parçalar Çalınamıyor" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "Şarkı sıraya eklendi" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "Bu şarkının sunucuda çalınmasına izin verilmiyor." + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "Şarkı izin verilen uzunluğu aşıyor." + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "Şarkının başlamasına {time} kadar süre var. #{position} sırada." + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "Bulunan şarkılar:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "arama sonuçları" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "Bulunan klasörler:" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "Yerel Klasörler" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "Bulunan klasörler:" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "Yerel şarkılar" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "Bilinmeyen" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr " - İsim: <{pname}>\n" +" - Kapsam: < {scope} >\n" +" - ID: < {pid} >\n" +" - Parçalar: < {ptracks} >\n" +" - Sahip: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "Geçersiz Ortam" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "Yerel şarkı dizini bulunamadı." + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "Yeterli {currency} yok" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "{required_credits} {currency} gerekli, ama sizde {bal} var." + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "{} sunucu da şarkı" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "Henüz burada bir şey yok." + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "Şuan canlı yayınlanıyor {track}" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "{track} şarkısının bitmesine kalan süre {time}" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "Şarkı Geçildi" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "Şarkı numarası 1'e eşit veya 1'den büyük olmalı" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "Sırada şu anda sadece {queuelen} parça var." + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "{skip_to_track} Parça Atlandı" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify URLleri veya kodları kullanılmadan önce bot sahibinin Spotify istemci IDsi ve istemci sırrını ayarlaması gerekir. \n" +"Yönergeler için `{prefix}audioset spotifyapi` komutunu kullanın." + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "Spotify URLleri veya kodları kullanılmadan önce bot sahibinin YouTube API anahtarı ayarlaması gerekir.\n" +"Yönergeler için `{prefix}audioset youtubeapi` komutunu kullanın." + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "Parçalar alınamıyor." + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "Playlist yüklenmesi bitene kadar bekleyin." + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "Hiçbir şey bulunamadı." + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "Parça çalınamaz." + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "**{suffix}** tamamen desteklenen bir format değil ve bazı parçalar çalınamayabilir." + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "Parça alınamıyor" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin." + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API anahtarı veya istemci sırrı düzgün ayarlanmamış. \n" +"Yönergeler için `{prefix}audioset spotifyapi` komutunu çalıştırın." + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "Parçalar bulunamadı" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "Bu geçerli bir Spotify URL'si ya da kodu gibi gözükmüyor." + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "{query} izin verilmeyen bir sorgudur." + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "`Lavalink.jar` parçayı bulamazsa yerel parçalar çalışmaz.\n" +"Bu izinler veya Lavalink.jar'ın parçaları bulundurandan farklı bir makinede çalıştırılmasından kaynaklanabilir." + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} şarkıları sıraya alınamaz." + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "Başlık Yok" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "Playlist sıraya alındı." + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "{num} adet şarkı sıraya eklendi.{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "Playlistin başlamasına {time} süre var: #{position} sırasında başlar." + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "Hiçbir şey bulunamadı" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "Lütfen bekleyin, şarkılar aranıyor..." + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "{num}/{total} şarkı yükleniyor..." + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "{num}/{total} şarkı eşleştiriliyor..." + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr " {num}/{total} şarkı yükleniyor." + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "Tahmini kalan süre: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "Playlist yüklenirken bağlantı yenilendi." + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "{name} (`{id}`) [**{scope}**] düzenlemek için yetkiniz yok!" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "{guild} sunucusunda çalma listesini düzenlemek için yeterli yetkiniz yok." + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "{user} kullanıcısının sahibi olduğu çalma listesini düzenlemek için yetkiniz yok." + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "{scope} kapsamındaki çalma listelerini oynatma izniniz yok." + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "Çalma listesine erişim yok." + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "{match_count} tane çalma listesi sonucu çıktı {original_input}: Lütfen daha spesifik bir şekilde aratın, ya da aradığınız çalma listesi ID'sini kullanın." + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "{number}. <{playlist.name}>\n" +" - Kapsam: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Parçalar: < {tracks} >\n" +" - Yapımcı: < {author} >\n\n" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "{playlists} çalma listesi bulundu, hangisini çalmamı istersiniz?" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "Çok fazla eşleşme bulundu ve herhangi bir seçim yapmadınız." + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "Bu sunucuda erişebildiğiniz çalma listeleri:" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "{scope} için çalma listeleri:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "Sayfa {page_num}/{total_pages} | {num} çalma listesi." + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "Lütfen bekleyin, şarkılar ekleniyor." + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "Boş çalma listesi {name} (`{id}`) [**{scope}**] oluşturuldu." + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "{num} sayıda şarkı {playlist_name} playlistinden sıraya eklendi. {num_bad} şarkı eklenemedi." + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "{num} sayıda şarkı {playlist_name} playlistinden sıraya eklendi. " + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "Çalma listesi kaydedildi" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "Çalma Listeleri Alınamadı" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "Bulunduğunuz kanala bağlanma ve konuşma iznim yok." + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "Playlist başlatabilmek için bir kanal da olmanız gerekli." + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "Evrensel" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "Küresel" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "Sunucu" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "Sunucu" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "Kullanıcı" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "Kullanıcı" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "__Sırada çok fazla şarkı var, sadece ilk 500 gösteriliyor__.\n\n" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "**Şuan canlı yayınlanıyor:**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "**{user}** tarafından sıraya eklendi." + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "Oynatılıyor: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "talep eden **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "__{guild_name}__ için sıra" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "Sayfa {page_num}/{total_pages} | {num_tracks} parça, kalan {num_remaining} \n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "Otomatik çalma" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "Karışık Oynat" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "Tekrarla" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "Eşleşen şarkılar:" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "Sayfa {page_num}/{total_pages} | {num_tracks} parça" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..1ef6e5b3a35f6d7cdbe98a45067943980a0410bf --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/uk-UA.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 688\n" +"Language: uk_UA\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..43141e050200b28b193f14384f0bb2ecf4a6f05e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/vi-VN.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 688\n" +"Language: vi_VN\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..f25fa2efd2ac47e7841c06e91eeb6169e8ab0615 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-CN.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 688\n" +"Language: zh_CN\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API 密钥或客户端密钥未正确设置 \n" +"使用 `{prefix}audioset spotifyapi` 获得指导" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "正在播放: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..391e9bbc66193facd6c866e89e735dc6ffcecd77 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-HK.po @@ -0,0 +1,471 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 688\n" +"Language: zh_HK\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..212840f9aa65fe53fd7e5d8f0035687ee41bf398 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/locales/zh-TW.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-17 03:05+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 688\n" +"Language: zh_TW\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "曲目" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:275 +msgid "Page {page_num}/{total_pages}" +msgstr "第{page_num}頁/共{total_pages}頁" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:591 +#: redbot/cogs/audio/core/utilities/playlists.py:530 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:562 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:555 +msgid "Connection to Lavalink has not yet been established." +msgstr "尚未與Lavalink建立連接。" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +#: redbot/cogs/audio/core/utilities/player.py:441 +#: redbot/cogs/audio/core/utilities/player.py:523 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:117 +msgid "Unable To Play Tracks" +msgstr "無法播放歌曲" + +#: redbot/cogs/audio/core/utilities/formatting.py:155 +#: redbot/cogs/audio/core/utilities/player.py:599 +msgid "Track Enqueued" +msgstr "已加入播放清單" + +#: redbot/cogs/audio/core/utilities/formatting.py:170 +#: redbot/cogs/audio/core/utilities/player.py:548 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:188 +#: redbot/cogs/audio/core/utilities/player.py:570 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:203 +#: redbot/cogs/audio/core/utilities/player.py:602 +msgid "{time} until track playback: #{position} in queue" +msgstr "{time}後開始播放: 在播放清單的第#{position}首歌開始" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "Tracks Found:" +msgstr "找到歌曲:" + +#: redbot/cogs/audio/core/utilities/formatting.py:264 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:267 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:270 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +#: redbot/cogs/audio/core/utilities/playlists.py:241 +msgid "Unknown" +msgstr "未知" + +#: redbot/cogs/audio/core/utilities/formatting.py:383 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +#: redbot/cogs/audio/core/utilities/player.py:235 +#: redbot/cogs/audio/core/utilities/player.py:245 +#: redbot/cogs/audio/core/utilities/player.py:327 +#: redbot/cogs/audio/core/utilities/player.py:650 +msgid "Invalid Environment" +msgstr "無效的環境。\n" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:109 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "在 {} 個伺服器中播放" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "播放清單中沒有項目。" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "跳過歌曲" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:236 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:246 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:255 +#: redbot/cogs/audio/core/utilities/player.py:364 +#: redbot/cogs/audio/core/utilities/playlists.py:595 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:256 +#: redbot/cogs/audio/core/utilities/player.py:365 +#: redbot/cogs/audio/core/utilities/playlists.py:596 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:267 +#: redbot/cogs/audio/core/utilities/player.py:309 +#: redbot/cogs/audio/core/utilities/player.py:407 +#: redbot/cogs/audio/core/utilities/playlists.py:606 +#: redbot/cogs/audio/core/utilities/playlists.py:639 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:311 +#: redbot/cogs/audio/core/utilities/player.py:422 +#: redbot/cogs/audio/core/utilities/playlists.py:608 +#: redbot/cogs/audio/core/utilities/playlists.py:641 +msgid "Track is not playable." +msgstr "此歌曲無法撥放。" + +#: redbot/cogs/audio/core/utilities/player.py:271 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:424 +#: redbot/cogs/audio/core/utilities/playlists.py:609 +#: redbot/cogs/audio/core/utilities/playlists.py:642 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:301 +#: redbot/cogs/audio/core/utilities/player.py:392 +#: redbot/cogs/audio/core/utilities/player.py:657 +#: redbot/cogs/audio/core/utilities/playlists.py:426 +#: redbot/cogs/audio/core/utilities/playlists.py:627 +#: redbot/cogs/audio/core/utilities/playlists.py:656 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:302 +#: redbot/cogs/audio/core/utilities/player.py:393 +#: redbot/cogs/audio/core/utilities/player.py:658 +#: redbot/cogs/audio/core/utilities/playlists.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:628 +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:328 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "Spotify API key 或 client secret 未正確設定。\n" +"請使用`{prefix} audioset spotifyapi`取得指示。" + +#: redbot/cogs/audio/core/utilities/player.py:352 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:353 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "這似乎不是支援的 Spotify URL 或代碼。" + +#: redbot/cogs/audio/core/utilities/player.py:379 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:415 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:486 +msgid " {bad_tracks} tracks cannot be queued." +msgstr " {bad_tracks} 首歌曲無法排入佇列。" + +#: redbot/cogs/audio/core/utilities/player.py:492 +msgid "No Title" +msgstr "無標題" + +#: redbot/cogs/audio/core/utilities/player.py:498 +msgid "Playlist Enqueued" +msgstr "已加入播放清單" + +#: redbot/cogs/audio/core/utilities/player.py:501 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "已將{num}首歌曲添加到播放清單中。{maxlength_msg}" + +#: redbot/cogs/audio/core/utilities/player.py:507 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "{time}後播放: 在播放清單的#{position}首之後" + +#: redbot/cogs/audio/core/utilities/player.py:588 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:623 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:629 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:630 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:631 +#: redbot/cogs/audio/core/utilities/playlists.py:342 +#: redbot/cogs/audio/core/utilities/playlists.py:415 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:632 +msgid "Approximate time remaining: {seconds}" +msgstr "大約剩餘時間: {seconds}" + +#: redbot/cogs/audio/core/utilities/player.py:667 +msgid "The connection was reset while loading the playlist." +msgstr "載入播放清單時重設了連線。" + +#: redbot/cogs/audio/core/utilities/playlists.py:84 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:102 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:109 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:113 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:117 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:225 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:242 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:259 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:278 +#: redbot/cogs/audio/core/utilities/playlists.py:284 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:309 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:315 +msgid "Playlists for {scope}:" +msgstr "{scope}的播放清單:" + +#: redbot/cogs/audio/core/utilities/playlists.py:319 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "第{page_num}頁/共{total_pages}頁 | {num}個播放清單。" + +#: redbot/cogs/audio/core/utilities/playlists.py:335 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:362 +#: redbot/cogs/audio/core/utilities/playlists.py:465 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "已建立空白的播放清單 {name} (`{id}`) [**{scope}**]。" + +#: redbot/cogs/audio/core/utilities/playlists.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:470 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:372 +#: redbot/cogs/audio/core/utilities/playlists.py:475 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:376 +#: redbot/cogs/audio/core/utilities/playlists.py:479 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:541 +#: redbot/cogs/audio/core/utilities/playlists.py:554 +#: redbot/cogs/audio/core/utilities/playlists.py:561 +#: redbot/cogs/audio/core/utilities/playlists.py:572 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:542 +msgid "I don't have permission to connect and speak in your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:573 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:682 +msgid "Global" +msgstr "全域" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:684 +msgid "Server" +msgstr "伺服器" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:686 +msgid "User" +msgstr "使用者" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "點歌者: **{user}**" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "正在播放: " + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "點歌者 **{user}**\n" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "第{page_num}頁/共{total_pages}頁 | 共{num_tracks}首歌曲, 剩餘{num_remaining}\n" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "自動播放" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "隨機播放" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "重複播放" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/__init__.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..182d1a8752ef150538023166c2783b46fb25e76a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/af-ZA.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 684\n" +"Language: af_ZA\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..d9d27eb0524c948fa39baccc502942fe8d746e6e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ar-SA.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 684\n" +"Language: ar_SA\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..ceae415e0578de92e023c11c5e0e898d1297dd4d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/bg-BG.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 684\n" +"Language: bg_BG\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..286e92d4c6e3b6a619ec88dcfb03ce5623c8033a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/bs-BA.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 684\n" +"Language: bs_BA\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..7cc6d4a75bcc6d87ccfa00c4716bb440ac1740b2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ca-ES.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 684\n" +"Language: ca_ES\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..76b331fbe6ea02741619ad225f27c50080197dfe --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/cs-CZ.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 684\n" +"Language: cs_CZ\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..c7693fde6c60f2bdc4d001cd497dbc70f76c0068 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/da-DK.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 684\n" +"Language: da_DK\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..0bdf5ae33c95b3822a80dcfd4a4e022f61d6553b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/de-DE.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 684\n" +"Language: de_DE\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..f3397c131ffcdf73ef5f09b64c65f7851114b6f4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/el-GR.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 684\n" +"Language: el_GR\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..47d63a369645b086791a5f6f290735680d88bba2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/es-ES.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 684\n" +"Language: es_ES\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..ebc6074499001176e4359e646ca419b251877614 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/fi-FI.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 684\n" +"Language: fi_FI\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..c007c423e0a9a22581641faa3522b0b8978acade --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/fr-FR.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 684\n" +"Language: fr_FR\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..d5c2629dcf49f47dcd2dd3a5249e152288b9575b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/he-IL.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 684\n" +"Language: he_IL\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..e1f07cc5bc7d3bace72b96caa2e013a85083c59b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/hi-IN.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 684\n" +"Language: hi_IN\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..76c87a4a0a6b504c37d2832ea0f074a7975c1750 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/hu-HU.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 684\n" +"Language: hu_HU\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..0786d4425ddfe2db8d68a1229291fbe0a85e6b6c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/id-ID.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 684\n" +"Language: id_ID\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..3663ea03ddc91f73a43d6a541317324ea67752d5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/it-IT.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 684\n" +"Language: it_IT\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..0fefafee43979706c16ca08cbeed90b1c08df4f4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ja-JP.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 684\n" +"Language: ja_JP\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..11d4c3713b2d024f98267e870cede3982a3e6360 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ko-KR.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 684\n" +"Language: ko_KR\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..dd93277a1265d6f350fe806c3c9fa54dd0812cca --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/nb-NO.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 684\n" +"Language: nb_NO\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..46c47a0cf79b46a1ebc238092bff2755e9e54a27 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/nl-NL.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 684\n" +"Language: nl_NL\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..f307d3b119bb43ead921f11223cb6a8f226c41fa --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pl-PL.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 684\n" +"Language: pl_PL\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..80eef5ec604fda668150c2b04dab1a1d18451947 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pt-BR.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 684\n" +"Language: pt_BR\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..515912c0f752161c60a0c1ce53ccd9ead6906cf2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/pt-PT.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 684\n" +"Language: pt_PT\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..d7ceb30f3d8dd5c5d64cee41dfce706310a0cd05 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ro-RO.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 684\n" +"Language: ro_RO\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..3874a6d150dfb45043432a4c045ffe18ce6e8dba --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/ru-RU.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 684\n" +"Language: ru_RU\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..18b7902eec006a1fe49be0d157bbaa45a34806a3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sk-SK.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 684\n" +"Language: sk_SK\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..86204d33f077996a4353923ab75df0e3b059f4aa --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sl-SI.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 684\n" +"Language: sl_SI\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..c2b0b9ac5612cdbb0d0fd6265ec7564cce9c5dc3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sr-CS.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 684\n" +"Language: sr_CS\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..7b62f636ef06c4360566346c2880a7986d6e46a3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sr-SP.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 684\n" +"Language: sr_SP\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..82b31d36f89db6b63de873aebf79fa35c6006ab5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/sv-SE.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 684\n" +"Language: sv_SE\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..c739009486046c0691505c6a9b64c357c5d844c5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/tr-TR.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 684\n" +"Language: tr_TR\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..fd9c594a08edfdda3175c7350c3db46a6f5f6a1f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/uk-UA.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 684\n" +"Language: uk_UA\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/vi-VN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/vi-VN.po new file mode 100644 index 0000000000000000000000000000000000000000..37400e564961a84c8f8005c5ffa9af674182f4c9 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/vi-VN.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 684\n" +"Language: vi_VN\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..4ecbaf6cd3d60a6741199b310e9a0074ef034ff5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-CN.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 684\n" +"Language: zh_CN\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..f2c10367277c7919efd03ae0b423b78917815745 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-HK.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 684\n" +"Language: zh_HK\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..da6485a02cf92529d2dc7d8e606d9de52c2ebb48 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/menus/locales/zh-TW.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 684\n" +"Language: zh_TW\n" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/miscellaneous.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/miscellaneous.py new file mode 100644 index 0000000000000000000000000000000000000000..959b61351861de6dd98d40919a2342787458d1cb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/miscellaneous.py @@ -0,0 +1,408 @@ +import asyncio +import contextlib +import datetime +import functools +import json +import re +import struct +from pathlib import Path +from typing import Any, Final, Mapping, MutableMapping, Pattern, Union, cast + +import discord +import lavalink +from red_commons.logging import getLogger + +from redbot.core import bank, commands +from redbot.core.commands import Context +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter, can_user_send_messages_in +from redbot.core.utils.chat_formatting import humanize_number + +from ...apis.playlist_interface import get_all_playlist_for_migration23 +from ...utils import PlaylistScope +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass, DataReader + +log = getLogger("red.cogs.Audio.cog.Utilities.miscellaneous") +_ = Translator("Audio", Path(__file__)) +_RE_TIME_CONVERTER: Final[Pattern] = re.compile(r"(?:(\d+):)?([0-5]?[0-9]):([0-5][0-9])") +_prefer_lyrics_cache = {} + + +class MiscellaneousUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def _clear_react( + self, message: discord.Message, emoji: MutableMapping = None + ) -> asyncio.Task: + """Non blocking version of clear_react.""" + return asyncio.create_task(self.clear_react(message, emoji)) + + async def maybe_charge_requester(self, ctx: commands.Context, jukebox_price: int) -> bool: + jukebox = await self.config.guild(ctx.guild).jukebox() + if jukebox and not await self._can_instaskip(ctx, ctx.author): + can_spend = await bank.can_spend(ctx.author, jukebox_price) + if can_spend: + await bank.withdraw_credits(ctx.author, jukebox_price) + else: + credits_name = await bank.get_currency_name(ctx.guild) + bal = await bank.get_balance(ctx.author) + await self.send_embed_msg( + ctx, + title=_("Not enough {currency}").format(currency=credits_name), + description=_( + "{required_credits} {currency} required, but you have {bal}." + ).format( + currency=credits_name, + required_credits=humanize_number(jukebox_price), + bal=humanize_number(bal), + ), + ) + return can_spend + else: + return True + + async def send_embed_msg( + self, ctx: commands.Context, author: Mapping[str, str] = None, **kwargs + ) -> discord.Message: + colour = kwargs.get("colour") or kwargs.get("color") or await self.bot.get_embed_color(ctx) + title = kwargs.get("title") or None + _type = kwargs.get("type", "rich") or "rich" + url = kwargs.get("url") or None + description = kwargs.get("description") or None + timestamp = kwargs.get("timestamp") + footer = kwargs.get("footer") + thumbnail = kwargs.get("thumbnail") + contents = dict(title=title, type=_type, url=url, description=description) + if hasattr(kwargs.get("embed"), "to_dict"): + embed = kwargs.get("embed") + if embed is not None: + embed = embed.to_dict() + else: + embed = {} + colour = embed.get("color") if embed.get("color") else colour + contents.update(embed) + embed = discord.Embed.from_dict(contents) + embed.color = colour + if timestamp and isinstance(timestamp, datetime.datetime): + embed.timestamp = timestamp + else: + embed.timestamp = datetime.datetime.now(tz=datetime.timezone.utc) + if footer: + embed.set_footer(text=footer) + if thumbnail: + embed.set_thumbnail(url=thumbnail) + if author: + name = author.get("name") + url = author.get("url") + if name and url: + embed.set_author(name=name, icon_url=url) + elif name: + embed.set_author(name=name) + return await ctx.send(embed=embed) + + def _has_notify_perms( + self, channel: Union[discord.TextChannel, discord.VoiceChannel, discord.Thread] + ) -> bool: + perms = channel.permissions_for(channel.guild.me) + return all((can_user_send_messages_in(channel.guild.me, channel), perms.embed_links)) + + async def maybe_run_pending_db_tasks(self, ctx: commands.Context) -> None: + if self.api_interface is not None: + await self.api_interface.run_tasks(ctx) + + async def _close_database(self) -> None: + if self.api_interface is not None: + await self.api_interface.run_all_pending_tasks() + self.api_interface.close() + + async def _check_api_tokens(self) -> MutableMapping: + spotify = await self.bot.get_shared_api_tokens("spotify") + youtube = await self.bot.get_shared_api_tokens("youtube") + return { + "spotify_client_id": spotify.get("client_id", ""), + "spotify_client_secret": spotify.get("client_secret", ""), + "youtube_api": youtube.get("api_key", ""), + } + + async def update_external_status(self) -> bool: + external = await self.config.use_external_lavalink() + if not external: + if self.managed_node_controller is not None: + await self.managed_node_controller.shutdown() + await self.config.use_external_lavalink.set(True) + return True + else: + return False + + def rsetattr(self, obj, attr, val) -> None: + pre, _, post = attr.rpartition(".") + setattr(self.rgetattr(obj, pre) if pre else obj, post, val) + + def rgetattr(self, obj, attr, *args) -> Any: + def _getattr(obj2, attr2): + return getattr(obj2, attr2, *args) + + return functools.reduce(_getattr, [obj] + attr.split(".")) + + async def remove_react( + self, + message: discord.Message, + react_emoji: Union[discord.Emoji, discord.Reaction, discord.PartialEmoji, str], + react_user: discord.abc.User, + ) -> None: + with contextlib.suppress(discord.HTTPException): + await message.remove_reaction(react_emoji, react_user) + + async def clear_react(self, message: discord.Message, emoji: MutableMapping = None) -> None: + try: + await message.clear_reactions() + except discord.Forbidden: + if not emoji: + return + with contextlib.suppress(discord.HTTPException): + async for key in AsyncIter(emoji.values(), delay=0.2): + await message.remove_reaction(key, self.bot.user) + except discord.HTTPException: + return + + def get_track_json( + self, + player: lavalink.Player, + position: Union[int, str] = None, + other_track: lavalink.Track = None, + ) -> MutableMapping: + if position == "np": + queued_track = player.current + elif position is None: + queued_track = other_track + else: + queued_track = player.queue[position] + return self.track_to_json(queued_track) + + def track_to_json(self, track: lavalink.Track) -> MutableMapping: + track_keys = track._info.keys() + track_values = track._info.values() + track_id = track.track_identifier + track_info = {} + for k, v in zip(track_keys, track_values): + track_info[k] = v + keys = ["track", "info", "extras"] + values = [track_id, track_info] + track_obj = {} + for key, value in zip(keys, values): + track_obj[key] = value + return track_obj + + def time_convert(self, length: Union[int, str]) -> int: + if isinstance(length, int): + return length + + match = _RE_TIME_CONVERTER.match(length) + if match is not None: + hr = int(match.group(1)) if match.group(1) else 0 + mn = int(match.group(2)) if match.group(2) else 0 + sec = int(match.group(3)) if match.group(3) else 0 + pos = sec + (mn * 60) + (hr * 3600) + return pos + else: + try: + return int(length) + except ValueError: + return 0 + + async def queue_duration(self, ctx: commands.Context) -> int: + player = lavalink.get_player(ctx.guild.id) + dur = [ + i.length + async for i in AsyncIter(player.queue, steps=50).filter(lambda x: not x.is_stream) + ] + queue_dur = sum(dur) + if not player.queue: + queue_dur = 0 + try: + if not player.current.is_stream: + remain = player.current.length - player.position + else: + remain = 0 + except AttributeError: + remain = 0 + queue_total_duration = remain + queue_dur + return queue_total_duration + + async def track_remaining_duration(self, ctx: commands.Context) -> int: + player = lavalink.get_player(ctx.guild.id) + if not player.current: + return 0 + try: + if not player.current.is_stream: + remain = player.current.length - player.position + else: + remain = 0 + except AttributeError: + remain = 0 + return remain + + def get_time_string(self, seconds: int) -> str: + m, s = divmod(seconds, 60) + h, m = divmod(m, 60) + d, h = divmod(h, 24) + + if d > 0: + msg = "{0}d {1}h" + elif d == 0 and h > 0: + msg = "{1}h {2}m" + elif d == 0 and h == 0 and m > 0: + msg = "{2}m {3}s" + elif d == 0 and h == 0 and m == 0 and s > 0: + msg = "{3}s" + else: + msg = "" + return msg.format(d, h, m, s) + + def format_time(self, time: int) -> str: + """Formats the given time into DD:HH:MM:SS""" + seconds = time / 1000 + days, seconds = divmod(seconds, 24 * 60 * 60) + hours, seconds = divmod(seconds, 60 * 60) + minutes, seconds = divmod(seconds, 60) + day = "" + hour = "" + if days: + day = "%02d:" % days + if hours or day: + hour = "%02d:" % hours + minutes = "%02d:" % minutes + sec = "%02d" % seconds + return f"{day}{hour}{minutes}{sec}" + + async def get_lyrics_status(self, ctx: Context) -> bool: + global _prefer_lyrics_cache + prefer_lyrics = _prefer_lyrics_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).prefer_lyrics() + ) + return prefer_lyrics + + async def data_schema_migration(self, from_version: int, to_version: int) -> None: + database_entries = [] + time_now = int(datetime.datetime.now(datetime.timezone.utc).timestamp()) + if from_version == to_version: + return + if from_version < 2 <= to_version: + all_guild_data = await self.config.all_guilds() + all_playlist = {} + async for guild_id, guild_data in AsyncIter(all_guild_data.items()): + temp_guild_playlist = guild_data.pop("playlists", None) + if temp_guild_playlist: + guild_playlist = {} + async for count, (name, data) in AsyncIter( + temp_guild_playlist.items() + ).enumerate(start=1000): + if not data or not name: + continue + playlist = {"id": count, "name": name, "guild": int(guild_id)} + playlist.update(data) + guild_playlist[str(count)] = playlist + + tracks_in_playlist = data.get("tracks", []) or [] + async for t in AsyncIter(tracks_in_playlist): + uri = t.get("info", {}).get("uri") + if uri: + t = {"loadType": "V2_COMPAT", "tracks": [t], "query": uri} + data = json.dumps(t) + if all( + k in data + for k in ["loadType", "playlistInfo", "isSeekable", "isStream"] + ): + database_entries.append( + { + "query": uri, + "data": data, + "last_updated": time_now, + "last_fetched": time_now, + } + ) + if guild_playlist: + all_playlist[str(guild_id)] = guild_playlist + await self.config.custom(PlaylistScope.GUILD.value).set(all_playlist) + # new schema is now in place + await self.config.schema_version.set(2) + + # migration done, now let's delete all the old stuff + async for guild_id in AsyncIter(all_guild_data): + await self.config.guild( + cast(discord.Guild, discord.Object(id=guild_id)) + ).clear_raw("playlists") + if from_version < 3 <= to_version: + for scope in PlaylistScope.list(): + scope_playlist = await get_all_playlist_for_migration23( + self.bot, self.playlist_api, self.config, scope + ) + async for p in AsyncIter(scope_playlist): + await p.save() + await self.config.custom(scope).clear() + await self.config.schema_version.set(3) + if from_version < 4 <= to_version: + # At the time of the introduction of this schema migration, + # none of these were settable by users even though they're registered in Config + # so this shouldn't have ever been set but there's no real harm in doing this + # and schema migrations are a good practice. + global_data = await self.config.all() + # We're intentionally not setting entire `global_data` to + # avoid storing the default values when they were not already set. + logging_data = global_data.get("yaml", {}).get("logging", {}) + max_history = logging_data.get("file", {}).pop("max_history", ...) + if max_history is not ...: + await self.config.yaml.logging.logback.rollingpolicy.max_history.set(max_history) + max_size = logging_data.get("file", {}).pop("max_size", ...) + if max_size is not ...: + await self.config.yaml.logging.logback.rollingpolicy.max_size.set(max_size) + path = logging_data.pop("path", ...) + if path is not ...: + await self.config.yaml.logging.file.path.set(path) + await self.config.schema_version.set(4) + + if database_entries: + await self.api_interface.local_cache_api.lavalink.insert(database_entries) + + def decode_track(self, track: str, decode_errors: str = "ignore") -> MutableMapping: + """ + Decodes a base64 track string into an AudioTrack object. + Parameters + ---------- + track: :class:`str` + The base64 track string. + decode_errors: :class:`str` + The action to take upon encountering erroneous characters within track titles. + Returns + ------- + :class:`AudioTrack` + """ + reader = DataReader(track) + + flags = (reader.read_int() & 0xC0000000) >> 30 + (version,) = ( + struct.unpack("B", reader.read_byte()) if flags & 1 != 0 else 1 + ) # pylint: disable=unused-variable + + title = reader.read_utf().decode(errors=decode_errors) + author = reader.read_utf().decode() + length = reader.read_long() + identifier = reader.read_utf().decode() + is_stream = reader.read_boolean() + uri = reader.read_utf().decode() if reader.read_boolean() else None + source = reader.read_utf().decode() + position = reader.read_long() # noqa: F841 pylint: disable=unused-variable + + track_object = { + "track": track, + "info": { + "title": title, + "author": author, + "length": length, + "identifier": identifier, + "isStream": is_stream, + "uri": uri, + "isSeekable": not is_stream, + }, + } + + return track_object diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/parsers.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/parsers.py new file mode 100644 index 0000000000000000000000000000000000000000..44b5ffc85d667ea9528eb47a64d9237074007bb1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/parsers.py @@ -0,0 +1,35 @@ +import re +import struct + +from typing import Final, Optional + +import aiohttp +from red_commons.logging import getLogger + +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.Parsing") + +STREAM_TITLE: Final[re.Pattern] = re.compile(rb"StreamTitle='([^']*)';") + + +class ParsingUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def icyparser(self, url: str) -> Optional[str]: + try: + async with self.session.get(url, headers={"Icy-MetaData": "1"}) as resp: + metaint = int(resp.headers["icy-metaint"]) + for _ in range(5): + await resp.content.readexactly(metaint) + metadata_length = struct.unpack("B", await resp.content.readexactly(1))[0] * 16 + metadata = await resp.content.readexactly(metadata_length) + m = re.search(STREAM_TITLE, metadata.rstrip(b"\0")) + if m: + title = m.group(1) + if title: + title = title.decode("utf-8", errors="replace") + return title + else: + return None + except (KeyError, aiohttp.ClientConnectionError, aiohttp.ClientResponseError): + return None diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/player.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/player.py new file mode 100644 index 0000000000000000000000000000000000000000..286d021ac1201ffee6d45b7c9b39d9998a91ad73 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/player.py @@ -0,0 +1,728 @@ +import time +from pathlib import Path + +from typing import List, Optional, Tuple, Union + +import aiohttp +import discord +import lavalink +from red_commons.logging import getLogger + +from lavalink import NodeNotFound, PlayerNotFound + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import bold, escape + +from ...audio_dataclasses import _PARTIALLY_SUPPORTED_MUSIC_EXT, Query +from ...errors import QueryUnauthorized, SpotifyFetchError, TrackEnqueueError +from ...utils import Notifier +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.player") +_ = Translator("Audio", Path(__file__)) + + +class PlayerUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def maybe_reset_error_counter(self, player: lavalink.Player) -> None: + guild = self.rgetattr(player, "channel.guild.id", None) + if not guild: + return + now = time.time() + seconds_allowed = 10 + last_error = self._error_timer.setdefault(guild, now) + if now - seconds_allowed > last_error: + self._error_timer[guild] = 0 + self._error_counter[guild] = 0 + + async def increase_error_counter(self, player: lavalink.Player) -> bool: + guild = self.rgetattr(player, "channel.guild.id", None) + if not guild: + return False + now = time.time() + self._error_counter[guild] += 1 + self._error_timer[guild] = now + return self._error_counter[guild] >= 5 + + async def get_active_player_count(self) -> Tuple[Optional[str], int]: + try: + current = next( + ( + player.current + for player in lavalink.active_players() + if player.current is not None + ), + None, + ) + get_single_title = await self.get_track_description_unformatted( + current, self.local_folder_current_path + ) + playing_servers = len(lavalink.active_players()) + except (IndexError, NodeNotFound, PlayerNotFound): + get_single_title = None + playing_servers = 0 + return get_single_title, playing_servers + + async def update_bot_presence(self, track: Optional[str], playing_servers: int) -> None: + if playing_servers == 0: + await self.bot.change_presence(activity=None) + elif playing_servers == 1: + await self.bot.change_presence( + activity=discord.Activity(name=track, type=discord.ActivityType.listening) + ) + elif playing_servers > 1: + await self.bot.change_presence( + activity=discord.Activity( + name=_("music in {} servers").format(playing_servers), + type=discord.ActivityType.playing, + ) + ) + + async def _can_instaskip(self, ctx: commands.Context, member: discord.Member) -> bool: + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + + if member.bot: + return True + + if member.id == ctx.guild.owner_id: + return True + + if dj_enabled and await self._has_dj_role(ctx, member): + return True + + if await self.bot.is_owner(member): + return True + + if await self.bot.is_mod(member): + return True + + if await self.maybe_move_player(ctx): + return True + + return False + + async def is_requester_alone(self, ctx: commands.Context) -> bool: + channel_members = self.rgetattr(ctx, "guild.me.voice.channel.members", []) + nonbots = sum(m.id != ctx.author.id for m in channel_members if not m.bot) + return not nonbots + + async def _has_dj_role(self, ctx: commands.Context, member: discord.Member) -> bool: + dj_role = self._dj_role_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_role() + ) + return member.get_role(dj_role) is not None + + async def is_requester(self, ctx: commands.Context, member: discord.Member) -> bool: + try: + player = lavalink.get_player(ctx.guild.id) + log.debug("Current requester is %s", player.current.requester) + return player.current.requester.id == member.id + except Exception as exc: + log.trace("Caught error in `is_requester`", exc_info=exc) + return False + + async def _skip_action(self, ctx: commands.Context, skip_to_track: int = None) -> None: + player = lavalink.get_player(ctx.guild.id) + autoplay = await self.config.guild(player.guild).auto_play() + if not player.current or (not player.queue and not autoplay): + try: + pos, dur = player.position, player.current.length + except AttributeError: + await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + return + time_remain = self.format_time(dur - pos) + if player.current.is_stream: + embed = discord.Embed(title=_("There's nothing in the queue.")) + embed.set_footer( + text=_("Currently livestreaming {track}").format(track=player.current.title) + ) + else: + embed = discord.Embed(title=_("There's nothing in the queue.")) + embed.set_footer( + text=_("{time} left on {track}").format( + time=time_remain, track=player.current.title + ) + ) + await self.send_embed_msg(ctx, embed=embed) + return + elif autoplay and not player.queue: + embed = discord.Embed( + title=_("Track Skipped"), + description=await self.get_track_description( + player.current, self.local_folder_current_path + ), + ) + await self.send_embed_msg(ctx, embed=embed) + await player.skip() + return + + queue_to_append = [] + if skip_to_track is not None and skip_to_track != 1: + if skip_to_track < 1: + await self.send_embed_msg( + ctx, title=_("Track number must be equal to or greater than 1.") + ) + return + elif skip_to_track > len(player.queue): + await self.send_embed_msg( + ctx, + title=_("There are only {queuelen} songs currently queued.").format( + queuelen=len(player.queue) + ), + ) + return + embed = discord.Embed( + title=_("{skip_to_track} Tracks Skipped").format(skip_to_track=skip_to_track) + ) + await self.send_embed_msg(ctx, embed=embed) + if player.repeat: + queue_to_append = player.queue[0 : min(skip_to_track - 1, len(player.queue) - 1)] + player.queue = player.queue[ + min(skip_to_track - 1, len(player.queue) - 1) : len(player.queue) + ] + else: + embed = discord.Embed( + title=_("Track Skipped"), + description=await self.get_track_description( + player.current, self.local_folder_current_path + ), + ) + await self.send_embed_msg(ctx, embed=embed) + self.bot.dispatch("red_audio_skip_track", player.guild, player.current, ctx.author) + await player.play() + player.queue += queue_to_append + + def update_player_lock(self, ctx: commands.Context, true_or_false: bool) -> None: + if true_or_false: + self.play_lock[ctx.guild.id] = True + else: + self.play_lock[ctx.guild.id] = False + + def _player_check(self, ctx: commands.Context) -> bool: + if self.lavalink_connection_aborted: + return False + try: + lavalink.get_player(ctx.guild.id) + return True + except (NodeNotFound, PlayerNotFound): + return False + + async def self_deafen(self, player: lavalink.Player) -> None: + guild_id = self.rgetattr(player, "channel.guild.id", None) + if not guild_id: + return + if not await self.config.guild_from_id(guild_id).auto_deafen(): + return + await player.guild.change_voice_state(channel=player.channel, self_deaf=True) + + async def _get_spotify_tracks( + self, ctx: commands.Context, query: Query, forced: bool = False + ) -> Union[discord.Message, List[lavalink.Track], lavalink.Track]: + if ctx.invoked_with in ["play", "genre"]: + enqueue_tracks = True + else: + enqueue_tracks = False + player = lavalink.get_player(ctx.guild.id) + api_data = await self._check_api_tokens() + if any([not api_data["spotify_client_id"], not api_data["spotify_client_secret"]]): + return await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=_( + "The owner needs to set the Spotify client ID and Spotify client secret, " + "before Spotify URLs or codes can be used. " + "\nSee `{prefix}audioset spotifyapi` for instructions." + ).format(prefix=ctx.prefix), + ) + elif not api_data["youtube_api"]: + return await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=_( + "The owner needs to set the YouTube API key before Spotify URLs or " + "codes can be used.\nSee `{prefix}audioset youtubeapi` for instructions." + ).format(prefix=ctx.prefix), + ) + try: + if self.play_lock[ctx.guild.id]: + return await self.send_embed_msg( + ctx, + title=_("Unable To Get Tracks"), + description=_("Wait until the playlist has finished loading."), + ) + except KeyError: + pass + + if query.single_track: + try: + res = await self.api_interface.spotify_query( + ctx, "track", query.id, skip_youtube=True, notifier=None + ) + if not res: + title = _("Nothing found.") + embed = discord.Embed(title=title) + if query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + title = _("Track is not playable.") + description = _( + "**{suffix}** is not a fully supported " + "format and some tracks may not play." + ).format(suffix=query.suffix) + embed = discord.Embed(title=title, description=description) + return await self.send_embed_msg(ctx, embed=embed) + except SpotifyFetchError as error: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, title=error.message.format(prefix=ctx.prefix) + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + self.update_player_lock(ctx, False) + try: + if enqueue_tracks: + new_query = Query.process_input(res[0], self.local_folder_current_path) + new_query.start_time = query.start_time + return await self._enqueue_tracks(ctx, new_query) + else: + query = Query.process_input(res[0], self.local_folder_current_path) + try: + result, called_api = await self.api_interface.fetch_track( + ctx, player, query + ) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from the Lavalink node at the moment, " + "try again in a few minutes." + ), + ) + tracks = result.tracks + if not tracks: + embed = discord.Embed(title=_("Nothing found.")) + if query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + embed = discord.Embed(title=_("Track is not playable.")) + embed.description = _( + "**{suffix}** is not a fully supported format and some " + "tracks may not play." + ).format(suffix=query.suffix) + return await self.send_embed_msg(ctx, embed=embed) + single_track = tracks[0] + single_track.start_timestamp = query.start_time * 1000 + single_track = [single_track] + + return single_track + + except KeyError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=_( + "The Spotify API key or client secret has not been set properly. " + "\nUse `{prefix}audioset spotifyapi` for instructions." + ).format(prefix=ctx.prefix), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + elif query.is_album or query.is_playlist: + try: + self.update_player_lock(ctx, True) + track_list = await self.fetch_spotify_playlist( + ctx, + "album" if query.is_album else "playlist", + query, + enqueue_tracks, + forced=forced, + ) + finally: + self.update_player_lock(ctx, False) + return track_list + else: + return await self.send_embed_msg( + ctx, + title=_("Unable To Find Tracks"), + description=_("This doesn't seem to be a supported Spotify URL or code."), + ) + + async def _enqueue_tracks( + self, ctx: commands.Context, query: Union[Query, list], enqueue: bool = True + ) -> Union[discord.Message, List[lavalink.Track], lavalink.Track]: + player = lavalink.get_player(ctx.guild.id) + try: + if self.play_lock[ctx.guild.id]: + return await self.send_embed_msg( + ctx, + title=_("Unable To Get Tracks"), + description=_("Wait until the playlist has finished loading."), + ) + except KeyError: + self.update_player_lock(ctx, True) + guild_data = await self.config.guild(ctx.guild).all() + first_track_only = False + single_track = None + index = None + playlist_data = None + playlist_url = None + seek = 0 + if type(query) is not list: + if not await self.is_query_allowed(self.config, ctx, f"{query}", query_obj=query): + raise QueryUnauthorized( + _("{query} is not an allowed query.").format(query=query.to_string_user()) + ) + if query.single_track: + first_track_only = True + index = query.track_index + if query.start_time: + seek = query.start_time + if query.is_url: + playlist_url = query.uri + try: + result, called_api = await self.api_interface.fetch_track(ctx, player, query) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink node at the moment, " + "try again in a few minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + tracks = result.tracks + playlist_data = result.playlist_info + if not enqueue: + return tracks + if not tracks: + self.update_player_lock(ctx, False) + title = _("Nothing found.") + embed = discord.Embed(title=title) + if result.exception_message: + if "Status Code" in result.exception_message: + embed.set_footer(text=result.exception_message[:2000]) + else: + embed.set_footer(text=result.exception_message[:2000].replace("\n", "")) + if await self.config.use_external_lavalink() and query.is_local: + embed.description = _( + "Local tracks will not work " + "if the `Lavalink.jar` cannot see the track.\n" + "This may be due to permissions or because Lavalink.jar is being run " + "in a different machine than the local tracks." + ) + elif query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + title = _("Track is not playable.") + embed = discord.Embed(title=title) + embed.description = _( + "**{suffix}** is not a fully supported format and some " + "tracks may not play." + ).format(suffix=query.suffix) + return await self.send_embed_msg(ctx, embed=embed) + else: + tracks = query + queue_dur = await self.queue_duration(ctx) + queue_total_duration = self.format_time(queue_dur) + before_queue_length = len(player.queue) + + if not first_track_only and len(tracks) > 1: + # a list of Tracks where all should be enqueued + # this is a Spotify playlist already made into a list of Tracks or a + # url where Lavalink handles providing all Track objects to use, like a + # YouTube or SoundCloud playlist + if len(player.queue) >= 10000: + return await self.send_embed_msg(ctx, title=_("Queue size limit reached.")) + track_len = 0 + empty_queue = not player.queue + async for track in AsyncIter(tracks): + if len(player.queue) >= 10000: + continue + track_query = Query.process_input(track, self.local_folder_current_path) + if not await self.is_query_allowed( + self.config, + ctx, + f"{track.title} {track.author} {track.uri} " f"{str(track_query)}", + query_obj=track_query, + ): + log.debug("Query is not allowed in %r (%s)", ctx.guild.name, ctx.guild.id) + continue + elif guild_data["maxlength"] > 0: + if self.is_track_length_allowed(track, guild_data["maxlength"]): + track_len += 1 + track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, track) + self.bot.dispatch( + "red_audio_track_enqueue", player.guild, track, ctx.author + ) + + else: + track_len += 1 + track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, track) + self.bot.dispatch("red_audio_track_enqueue", player.guild, track, ctx.author) + player.maybe_shuffle(0 if empty_queue else 1) + + if len(tracks) > track_len: + maxlength_msg = _(" {bad_tracks} tracks cannot be queued.").format( + bad_tracks=(len(tracks) - track_len) + ) + else: + maxlength_msg = "" + playlist_name = escape( + playlist_data.name if playlist_data else _("No Title"), formatting=True + ) + title = _("Playlist Enqueued") if not query.is_album else _("Album Enqueued") + embed = discord.Embed( + description=bold(f"[{playlist_name}]({playlist_url})") + if playlist_url + else playlist_name, + title=title, + ) + embed.set_footer( + text=_("Added {num} tracks to the queue.{maxlength_msg}").format( + num=track_len, maxlength_msg=maxlength_msg + ) + ) + if not guild_data["shuffle"] and queue_dur > 0: + embed.set_footer( + text=_( + "{time} until start of playlist playback: starts at #{position} in queue" + ).format(time=queue_total_duration, position=before_queue_length + 1) + ) + if not player.current: + await player.play() + self.update_player_lock(ctx, False) + message = await self.send_embed_msg(ctx, embed=embed) + return tracks or message + else: + single_track = None + # a ytsearch: prefixed item where we only need the first Track returned + # this is in the case of [p]play , a single Spotify url/code + # or this is a localtrack item + try: + if len(player.queue) >= 10000: + return await self.send_embed_msg(ctx, title=_("Queue size limit reached.")) + + single_track = ( + tracks + if isinstance(tracks, lavalink.rest_api.Track) + else tracks[index] + if index + else tracks[0] + ) + if seek and seek > 0: + single_track.start_timestamp = seek * 1000 + query = Query.process_input(single_track, self.local_folder_current_path) + if not await self.is_query_allowed( + self.config, + ctx, + ( + f"{single_track.title} {single_track.author} {single_track.uri} " + f"{str(query)}" + ), + query_obj=query, + ): + log.debug("Query is not allowed in %r (%s)", ctx.guild.name, ctx.guild.id) + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, title=_("This track is not allowed in this server.") + ) + elif guild_data["maxlength"] > 0: + if self.is_track_length_allowed(single_track, guild_data["maxlength"]): + single_track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, single_track) + player.maybe_shuffle() + self.bot.dispatch( + "red_audio_track_enqueue", + player.guild, + single_track, + ctx.author, + ) + else: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, title=_("Track exceeds maximum length.") + ) + + else: + single_track.extras.update( + { + "enqueue_time": int(time.time()), + "vc": player.channel.id, + "requester": ctx.author.id, + } + ) + player.add(ctx.author, single_track) + player.maybe_shuffle() + self.bot.dispatch( + "red_audio_track_enqueue", player.guild, single_track, ctx.author + ) + except IndexError: + self.update_player_lock(ctx, False) + title = _("Nothing found") + desc = None + if await self.bot.is_owner(ctx.author): + desc = _("Please check your console or logs for details.") + return await self.send_embed_msg(ctx, title=title, description=desc) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + description = await self.get_track_description( + single_track, self.local_folder_current_path + ) + embed = discord.Embed(title=_("Track Enqueued"), description=description) + if not guild_data["shuffle"] and queue_dur > 0: + embed.set_footer( + text=_("{time} until track playback: #{position} in queue").format( + time=queue_total_duration, position=before_queue_length + 1 + ) + ) + + if not player.current: + await player.play() + self.update_player_lock(ctx, False) + message = await self.send_embed_msg(ctx, embed=embed) + return single_track or message + + async def fetch_spotify_playlist( + self, + ctx: commands.Context, + stype: str, + query: Query, + enqueue: bool = False, + forced: bool = False, + ): + player = lavalink.get_player(ctx.guild.id) + try: + embed1 = discord.Embed(title=_("Please wait, finding tracks...")) + playlist_msg = await self.send_embed_msg(ctx, embed=embed1) + notifier = Notifier( + ctx, + playlist_msg, + { + "spotify": _("Getting track {num}/{total}..."), + "youtube": _("Matching track {num}/{total}..."), + "lavalink": _("Loading track {num}/{total}..."), + "lavalink_time": _("Approximate time remaining: {seconds}"), + }, + ) + track_list = await self.api_interface.spotify_enqueue( + ctx, + stype, + query.id, + enqueue=enqueue, + player=player, + lock=self.update_player_lock, + notifier=notifier, + forced=forced, + query_global=self.global_api_user.get("can_read"), + ) + except SpotifyFetchError as error: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Invalid Environment"), + description=error.message.format(prefix=ctx.prefix), + ) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink at the moment, " + "try again in a few minutes." + ), + error=True, + ) + except (RuntimeError, aiohttp.ServerDisconnectedError): + self.update_player_lock(ctx, False) + error_embed = discord.Embed( + title=_("The connection was reset while loading the playlist.") + ) + await self.send_embed_msg(ctx, embed=error_embed) + return None + except Exception as e: + self.update_player_lock(ctx, False) + raise e + finally: + self.update_player_lock(ctx, False) + return track_list + + async def set_player_settings(self, ctx: commands.Context) -> None: + player = lavalink.get_player(ctx.guild.id) + shuffle = await self.config.guild(ctx.guild).shuffle() + repeat = await self.config.guild(ctx.guild).repeat() + volume = await self.config.guild(ctx.guild).volume() + shuffle_bumped = await self.config.guild(ctx.guild).shuffle_bumped() + player.repeat = repeat + player.shuffle = shuffle + player.shuffle_bumped = shuffle_bumped + if player.volume != volume: + await player.set_volume(volume) + + async def maybe_move_player(self, ctx: commands.Context) -> bool: + try: + player = lavalink.get_player(ctx.guild.id) + except PlayerNotFound: + return False + try: + in_channel = sum( + not m.bot for m in ctx.guild.get_member(self.bot.user.id).voice.channel.members + ) + except AttributeError: + return False + + if not ctx.author.voice: + user_channel = None + else: + user_channel = ctx.author.voice.channel + + if in_channel == 0 and user_channel: + if ( + (player.channel != user_channel) + and not player.current + and player.position == 0 + and len(player.queue) == 0 + ): + await player.move_to( + user_channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + return True + else: + return False + + def is_track_length_allowed(self, track: lavalink.Track, maxlength: int) -> bool: + if track.is_stream: + return True + length = track.length / 1000 + if length > maxlength: + return False + return True diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/playlists.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/playlists.py new file mode 100644 index 0000000000000000000000000000000000000000..a5301c8fb1ea39ef06b321724b203ff1566c0caa --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/playlists.py @@ -0,0 +1,733 @@ +import asyncio +import contextlib +import datetime +import json +import math +import random +import time +from pathlib import Path + +from typing import List, MutableMapping, Optional, Tuple, Union + +import aiohttp +import discord +import lavalink +from lavalink import NodeNotFound +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import box +from redbot.core.utils.menus import start_adding_reactions +from redbot.core.utils.predicates import ReactionPredicate + +from ...apis.playlist_interface import Playlist, PlaylistCompat23, create_playlist +from ...audio_dataclasses import _PARTIALLY_SUPPORTED_MUSIC_EXT, Query +from ...errors import TooManyMatches, TrackEnqueueError +from ...utils import Notifier, PlaylistScope +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.playlists") +_ = Translator("Audio", Path(__file__)) +CURATED_DATA = ( + "https://gist.githubusercontent.com/aikaterna/4b5de6c420cd6f12b83cb895ca2de16a/raw/json" +) + + +class PlaylistUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def can_manage_playlist( + self, + scope: str, + playlist: Playlist, + ctx: commands.Context, + user, + guild, + bypass: bool = False, + ) -> bool: + is_owner = await self.bot.is_owner(ctx.author) + has_perms = False + user_to_query = user + guild_to_query = guild + dj_enabled = None + playlist_author = ( + guild.get_member(playlist.author) + if guild + else self.bot.get_user(playlist.author) or user + ) + + is_different_user = len({playlist.author, user_to_query.id, ctx.author.id}) != 1 + is_different_guild = True if guild_to_query is None else ctx.guild.id != guild_to_query.id + if getattr(playlist, "id", 0) == 42069: + has_perms = bypass + elif is_owner: + has_perms = True + elif playlist.scope == PlaylistScope.USER.value: + if not is_different_user: + has_perms = True + elif playlist.scope == PlaylistScope.GUILD.value and not is_different_guild: + dj_enabled = self._dj_status_cache.setdefault( + ctx.guild.id, await self.config.guild(ctx.guild).dj_enabled() + ) + if ( + guild.owner_id == ctx.author.id + or (dj_enabled and await self._has_dj_role(ctx, ctx.author)) + or (await self.bot.is_mod(ctx.author)) + or (not dj_enabled and not is_different_user) + ): + has_perms = True + + if has_perms is False: + if hasattr(playlist, "name"): + msg = _( + "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." + ).format( + user=playlist_author, + name=playlist.name, + id=playlist.id, + scope=self.humanize_scope( + playlist.scope, + ctx=guild_to_query + if playlist.scope == PlaylistScope.GUILD.value + else playlist_author + if playlist.scope == PlaylistScope.USER.value + else None, + ), + ) + elif playlist.scope == PlaylistScope.GUILD.value and ( + is_different_guild or dj_enabled + ): + msg = _( + "You do not have the permissions to manage that playlist in {guild}." + ).format(guild=guild_to_query) + elif ( + playlist.scope in [PlaylistScope.GUILD.value, PlaylistScope.USER.value] + and is_different_user + ): + msg = _( + "You do not have the permissions to manage playlist owned by {user}." + ).format(user=playlist_author) + else: + msg = _( + "You do not have the permissions to manage playlists in {scope} scope." + ).format(scope=self.humanize_scope(scope, the=True)) + + await self.send_embed_msg(ctx, title=_("No access to playlist."), description=msg) + return False + return True + + async def get_playlist_match( + self, + context: commands.Context, + matches: MutableMapping, + scope: str, + author: discord.User, + guild: discord.Guild, + specified_user: bool = False, + ) -> Tuple[Optional[Playlist], str, str]: + """ + Parameters + ---------- + context: commands.Context + The context in which this is being called. + matches: dict + A dict of the matches found where key is scope and value is matches. + scope:str + The custom config scope. A value from :code:`PlaylistScope`. + author: discord.User + The user. + guild: discord.Guild + The guild. + specified_user: bool + Whether or not a user ID was specified via argparse. + Returns + ------- + Tuple[Optional[Playlist], str, str] + Tuple of Playlist or None if none found, original user input and scope. + Raises + ------ + `TooManyMatches` + When more than 10 matches are found or + When multiple matches are found but none is selected. + + """ + correct_scope_matches: List[Playlist] + original_input = matches.get("arg") + lazy_match = False + if scope is None: + correct_scope_matches_temp: MutableMapping = matches.get("all") + lazy_match = True + else: + correct_scope_matches_temp: MutableMapping = matches.get(scope) + guild_to_query = guild.id + user_to_query = author.id + correct_scope_matches_user = [] + correct_scope_matches_guild = [] + correct_scope_matches_global = [] + if not correct_scope_matches_temp: + return None, original_input, scope or PlaylistScope.GUILD.value + if lazy_match or (scope == PlaylistScope.USER.value): + correct_scope_matches_user = [ + p for p in matches.get(PlaylistScope.USER.value) if user_to_query == p.scope_id + ] + if lazy_match or (scope == PlaylistScope.GUILD.value and not correct_scope_matches_user): + if specified_user: + correct_scope_matches_guild = [ + p + for p in matches.get(PlaylistScope.GUILD.value) + if guild_to_query == p.scope_id and p.author == user_to_query + ] + else: + correct_scope_matches_guild = [ + p + for p in matches.get(PlaylistScope.GUILD.value) + if guild_to_query == p.scope_id + ] + if lazy_match or ( + scope == PlaylistScope.GLOBAL.value + and not correct_scope_matches_user + and not correct_scope_matches_guild + ): + if specified_user: + correct_scope_matches_global = [ + p for p in matches.get(PlaylistScope.GLOBAL.value) if p.author == user_to_query + ] + else: + correct_scope_matches_global = [p for p in matches.get(PlaylistScope.GLOBAL.value)] + + correct_scope_matches = [ + *correct_scope_matches_global, + *correct_scope_matches_guild, + *correct_scope_matches_user, + ] + match_count = len(correct_scope_matches) + if match_count > 1: + correct_scope_matches2 = [ + p for p in correct_scope_matches if p.name == str(original_input).strip() + ] + if correct_scope_matches2: + correct_scope_matches = correct_scope_matches2 + elif original_input.isnumeric(): + arg = int(original_input) + correct_scope_matches3 = [p for p in correct_scope_matches if p.id == arg] + if correct_scope_matches3: + correct_scope_matches = correct_scope_matches3 + match_count = len(correct_scope_matches) + # We done all the trimming we can with the info available time to ask the user + if match_count > 10: + if original_input.isnumeric(): + arg = int(original_input) + correct_scope_matches = [p for p in correct_scope_matches if p.id == arg] + if match_count > 10: + raise TooManyMatches( + _( + "{match_count} playlists match {original_input}: " + "Please try to be more specific, or use the playlist ID." + ).format(match_count=match_count, original_input=original_input) + ) + elif match_count == 1: + return correct_scope_matches[0], original_input, correct_scope_matches[0].scope + elif match_count == 0: + return None, original_input, scope or PlaylistScope.GUILD.value + + # TODO : Convert this section to a new paged reaction menu when Toby Menus are Merged + pos_len = 3 + playlists = f"{'#':{pos_len}}\n" + number = 0 + correct_scope_matches = sorted(correct_scope_matches, key=lambda x: x.name.lower()) + async for number, playlist in AsyncIter(correct_scope_matches).enumerate(start=1): + author = self.bot.get_user(playlist.author) or playlist.author or _("Unknown") + line = _( + "{number}." + " <{playlist.name}>\n" + " - Scope: < {scope} >\n" + " - ID: < {playlist.id} >\n" + " - Tracks: < {tracks} >\n" + " - Author: < {author} >\n\n" + ).format( + number=number, + playlist=playlist, + scope=self.humanize_scope(playlist.scope), + tracks=len(playlist.tracks), + author=author, + ) + playlists += line + + embed = discord.Embed( + title=_("{playlists} playlists found, which one would you like?").format( + playlists=number + ), + description=box(playlists, lang="md"), + colour=await context.embed_colour(), + ) + msg = await context.send(embed=embed) + available_emojis = ReactionPredicate.NUMBER_EMOJIS[1:] + available_emojis.append("🔟") + emojis = available_emojis[: len(correct_scope_matches)] + emojis.append("\N{CROSS MARK}") + start_adding_reactions(msg, emojis) + pred = ReactionPredicate.with_emojis(emojis, msg, user=context.author) + try: + await context.bot.wait_for("reaction_add", check=pred, timeout=60) + except asyncio.TimeoutError: + with contextlib.suppress(discord.HTTPException): + await msg.delete() + raise TooManyMatches( + _("Too many matches found and you did not select which one you wanted.") + ) + if emojis[pred.result] == "\N{CROSS MARK}": + with contextlib.suppress(discord.HTTPException): + await msg.delete() + raise TooManyMatches( + _("Too many matches found and you did not select which one you wanted.") + ) + with contextlib.suppress(discord.HTTPException): + await msg.delete() + return ( + correct_scope_matches[pred.result], + original_input, + correct_scope_matches[pred.result].scope, + ) + + async def _build_playlist_list_page( + self, ctx: commands.Context, page_num: int, abc_names: List, scope: Optional[str] + ) -> discord.Embed: + plist_num_pages = math.ceil(len(abc_names) / 5) + plist_idx_start = (page_num - 1) * 5 + plist_idx_end = plist_idx_start + 5 + plist = "" + async for i, playlist_info in AsyncIter( + abc_names[plist_idx_start:plist_idx_end] + ).enumerate(start=plist_idx_start): + item_idx = i + 1 + plist += "`{}.` {}".format(item_idx, playlist_info) + if scope is None: + embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Playlists you can access in this server:"), + description=plist, + ) + else: + embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Playlists for {scope}:").format(scope=scope), + description=plist, + ) + embed.set_footer( + text=_("Page {page_num}/{total_pages} | {num} playlists.").format( + page_num=page_num, total_pages=plist_num_pages, num=len(abc_names) + ) + ) + return embed + + async def _load_v3_playlist( + self, + ctx: commands.Context, + scope: str, + uploaded_playlist_name: str, + uploaded_playlist_url: str, + track_list: List, + author: Union[discord.User, discord.Member], + guild: Union[discord.Guild], + ) -> None: + embed1 = discord.Embed(title=_("Please wait, adding tracks...")) + playlist_msg = await self.send_embed_msg(ctx, embed=embed1) + track_count = len(track_list) + uploaded_track_count = len(track_list) + await asyncio.sleep(1) + embed2 = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Loading track {num}/{total}...").format( + num=track_count, total=uploaded_track_count + ), + ) + await playlist_msg.edit(embed=embed2) + + playlist = await create_playlist( + ctx, + self.playlist_api, + scope, + uploaded_playlist_name, + uploaded_playlist_url, + track_list, + author, + guild, + ) + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + if not track_count: + msg = _("Empty playlist {name} (`{id}`) [**{scope}**] created.").format( + name=playlist.name, id=playlist.id, scope=scope_name + ) + elif uploaded_track_count != track_count: + bad_tracks = uploaded_track_count - track_count + msg = _( + "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) " + "could not be loaded." + ).format(num=track_count, playlist_name=playlist.name, num_bad=bad_tracks) + else: + msg = _("Added {num} tracks from the {playlist_name} playlist.").format( + num=track_count, playlist_name=playlist.name + ) + embed3 = discord.Embed( + colour=await ctx.embed_colour(), title=_("Playlist Saved"), description=msg + ) + await playlist_msg.edit(embed=embed3) + database_entries = [] + time_now = int(datetime.datetime.now(datetime.timezone.utc).timestamp()) + async for t in AsyncIter(track_list): + uri = t.get("info", {}).get("uri") + if uri: + t = {"loadType": "V2_COMPAT", "tracks": [t], "query": uri} + data = json.dumps(t) + if all(k in data for k in ["loadType", "playlistInfo", "isSeekable", "isStream"]): + database_entries.append( + { + "query": uri, + "data": data, + "last_updated": time_now, + "last_fetched": time_now, + } + ) + if database_entries: + await self.api_interface.local_cache_api.lavalink.insert(database_entries) + + async def _load_v2_playlist( + self, + ctx: commands.Context, + uploaded_track_list, + player: lavalink.player.Player, + playlist_url: str, + uploaded_playlist_name: str, + scope: str, + author: Union[discord.User, discord.Member], + guild: Union[discord.Guild], + ): + track_list = [] + successful_count = 0 + uploaded_track_count = len(uploaded_track_list) + + embed1 = discord.Embed(title=_("Please wait, adding tracks...")) + playlist_msg = await self.send_embed_msg(ctx, embed=embed1) + notifier = Notifier(ctx, playlist_msg, {"playlist": _("Loading track {num}/{total}...")}) + async for track_count, song_url in AsyncIter(uploaded_track_list).enumerate(start=1): + try: + try: + result, called_api = await self.api_interface.fetch_track( + ctx, player, Query.process_input(song_url, self.local_folder_current_path) + ) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from the Lavalink node at the moment, " + "try again in a few minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + + track = result.tracks[0] + except Exception as exc: + log.verbose("Failed to get track for %r", song_url, exc_info=exc) + continue + try: + track_obj = self.get_track_json(player, other_track=track) + track_list.append(track_obj) + successful_count += 1 + except Exception as exc: + log.verbose("Failed to create track for %r", track, exc_info=exc) + continue + if (track_count % 2 == 0) or (track_count == len(uploaded_track_list)): + await notifier.notify_user( + current=track_count, total=len(uploaded_track_list), key="playlist" + ) + playlist = await create_playlist( + ctx, + self.playlist_api, + scope, + uploaded_playlist_name, + playlist_url, + track_list, + author, + guild, + ) + scope_name = self.humanize_scope( + scope, ctx=guild if scope == PlaylistScope.GUILD.value else author + ) + if not successful_count: + msg = _("Empty playlist {name} (`{id}`) [**{scope}**] created.").format( + name=playlist.name, id=playlist.id, scope=scope_name + ) + elif uploaded_track_count != successful_count: + bad_tracks = uploaded_track_count - successful_count + msg = _( + "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) " + "could not be loaded." + ).format(num=successful_count, playlist_name=playlist.name, num_bad=bad_tracks) + else: + msg = _("Added {num} tracks from the {playlist_name} playlist.").format( + num=successful_count, playlist_name=playlist.name + ) + embed3 = discord.Embed( + colour=await ctx.embed_colour(), title=_("Playlist Saved"), description=msg + ) + await playlist_msg.edit(embed=embed3) + + async def _maybe_update_playlist( + self, ctx: commands.Context, player: lavalink.player.Player, playlist: Playlist + ) -> Tuple[List[lavalink.Track], List[lavalink.Track], Playlist]: + if getattr(playlist, "id", 0) == 42069: + _, updated_tracks = await self._get_bundled_playlist_tracks() + results = {} + old_tracks = playlist.tracks_obj + new_tracks = [lavalink.Track(data=track) for track in updated_tracks] + removed = list(set(old_tracks) - set(new_tracks)) + added = list(set(new_tracks) - set(old_tracks)) + if removed or added: + await playlist.edit(results) + + return added, removed, playlist + + if playlist.url is None: + return [], [], playlist + results = {} + updated_tracks = await self.fetch_playlist_tracks( + ctx, + player, + Query.process_input(playlist.url, self.local_folder_current_path), + skip_cache=True, + ) + if isinstance(updated_tracks, discord.Message): + return [], [], playlist + if not updated_tracks: + # No Tracks available on url Lets set it to none to avoid repeated calls here + results["url"] = None + if updated_tracks: # Tracks have been updated + results["tracks"] = updated_tracks + + old_tracks = playlist.tracks_obj + new_tracks = [lavalink.Track(data=track) for track in updated_tracks] + removed = list(set(old_tracks) - set(new_tracks)) + added = list(set(new_tracks) - set(old_tracks)) + if removed or added: + await playlist.edit(results) + + return added, removed, playlist + + async def _playlist_check(self, ctx: commands.Context) -> bool: + if not self._player_check(ctx): + if self.lavalink_connection_aborted: + msg = _("Connection to Lavalink node has failed") + desc = None + if await self.bot.is_owner(ctx.author): + desc = _("Please check your console or logs for details.") + await self.send_embed_msg(ctx, title=msg, description=desc) + return False + try: + if ( + not self.can_join_and_speak(ctx.author.voice.channel) + or not ctx.author.voice.channel.permissions_for(ctx.me).move_members + and self.is_vc_full(ctx.author.voice.channel) + ): + await self.send_embed_msg( + ctx, + title=_("Unable To Get Playlists"), + description=_( + "I don't have permission to connect and speak in your channel." + ), + ) + return False + await lavalink.connect( + ctx.author.voice.channel, + self_deaf=await self.config.guild_from_id(ctx.guild.id).auto_deafen(), + ) + except NodeNotFound: + await self.send_embed_msg( + ctx, + title=_("Unable To Get Playlists"), + description=_("Connection to Lavalink node has not yet been established."), + ) + return False + except AttributeError: + await self.send_embed_msg( + ctx, + title=_("Unable To Get Playlists"), + description=_("Connect to a voice channel first."), + ) + return False + player = lavalink.get_player(ctx.guild.id) + player.store("notify_channel", ctx.channel.id) + if ( + not ctx.author.voice or ctx.author.voice.channel != player.channel + ) and not await self._can_instaskip(ctx, ctx.author): + await self.send_embed_msg( + ctx, + title=_("Unable To Get Playlists"), + description=_("You must be in the voice channel to use the playlist command."), + ) + return False + await self._eq_check(ctx, player) + await self.set_player_settings(ctx) + return True + + async def fetch_playlist_tracks( + self, + ctx: commands.Context, + player: lavalink.player.Player, + query: Query, + skip_cache: bool = False, + ) -> Union[discord.Message, None, List[MutableMapping]]: + search = query.is_search + tracklist = [] + + if query.is_spotify: + try: + if self.play_lock[ctx.guild.id]: + return await self.send_embed_msg( + ctx, + title=_("Unable To Get Tracks"), + description=_("Wait until the playlist has finished loading."), + ) + except KeyError: + pass + tracks = await self._get_spotify_tracks(ctx, query, forced=skip_cache) + + if isinstance(tracks, discord.Message): + return None + + if not tracks: + embed = discord.Embed(title=_("Nothing found.")) + if query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + embed = discord.Embed(title=_("Track is not playable.")) + embed.description = _( + "**{suffix}** is not a fully supported format and some " + "tracks may not play." + ).format(suffix=query.suffix) + return await self.send_embed_msg(ctx, embed=embed) + async for track in AsyncIter(tracks): + track_obj = self.get_track_json(player, other_track=track) + tracklist.append(track_obj) + self.update_player_lock(ctx, False) + elif query.is_search: + try: + result, called_api = await self.api_interface.fetch_track( + ctx, player, query, forced=skip_cache + ) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink node at the moment, try again in a few " + "minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + + tracks = result.tracks + if not tracks: + embed = discord.Embed(title=_("Nothing found.")) + if query.is_local and query.suffix in _PARTIALLY_SUPPORTED_MUSIC_EXT: + embed = discord.Embed(title=_("Track is not playable.")) + embed.description = _( + "**{suffix}** is not a fully supported format and some " + "tracks may not play." + ).format(suffix=query.suffix) + return await self.send_embed_msg(ctx, embed=embed) + else: + try: + result, called_api = await self.api_interface.fetch_track( + ctx, player, query, forced=skip_cache + ) + except TrackEnqueueError: + self.update_player_lock(ctx, False) + return await self.send_embed_msg( + ctx, + title=_("Unable to Get Track"), + description=_( + "I'm unable to get a track from Lavalink node at the moment, try again in a few " + "minutes." + ), + ) + except Exception as e: + self.update_player_lock(ctx, False) + raise e + + tracks = result.tracks + + if not search and len(tracklist) == 0: + async for track in AsyncIter(tracks): + track_obj = self.get_track_json(player, other_track=track) + tracklist.append(track_obj) + elif len(tracklist) == 0: + track_obj = self.get_track_json(player, other_track=tracks[0]) + tracklist.append(track_obj) + return tracklist + + def humanize_scope( + self, scope: str, ctx: Union[discord.Guild, discord.abc.User, str] = None, the: bool = None + ) -> Optional[str]: + if scope == PlaylistScope.GLOBAL.value: + return _("the Global") if the else _("Global") + elif scope == PlaylistScope.GUILD.value: + return ctx.name if ctx else _("the Server") if the else _("Server") + elif scope == PlaylistScope.USER.value: + return str(ctx) if ctx else _("the User") if the else _("User") + + async def _get_bundled_playlist_tracks(self): + async with aiohttp.ClientSession(json_serialize=json.dumps) as session: + async with session.get( + CURATED_DATA + f"?timestamp={int(time.time())}", + headers={"content-type": "application/json"}, + ) as response: + if response.status != 200: + return 0, [] + try: + data = json.loads(await response.read()) + except Exception as exc: + log.error( + "Curated playlist couldn't be parsed, report this error.", exc_info=exc + ) + data = {} + web_version = data.get("version", 0) + entries = data.get("entries", []) + if entries: + random.shuffle(entries) + tracks = [] + async for entry in AsyncIter(entries, steps=25): + with contextlib.suppress(Exception): + tracks.append(self.decode_track(entry)) + return web_version, tracks + + async def _build_bundled_playlist(self, forced=False): + current_version = await self.config.bundled_playlist_version() + web_version, tracks = await self._get_bundled_playlist_tracks() + + if not forced and current_version >= web_version: + return + + playlist_data = dict() + playlist_data["name"] = "Aikaterna's curated tracks" + playlist_data["tracks"] = tracks + + playlist = await PlaylistCompat23.from_json( + bot=self.bot, + playlist_api=self.playlist_api, + scope=PlaylistScope.GLOBAL.value, + playlist_number=42069, + data=playlist_data, + guild=None, + author=self.bot.user.id, + ) + await playlist.save() + await self.config.bundled_playlist_version.set(web_version) + log.info("Curated playlist has been updated.") diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/queue.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/queue.py new file mode 100644 index 0000000000000000000000000000000000000000..d6d8c3a8bee29241d62cf518cb67ecdf4875da4a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/queue.py @@ -0,0 +1,168 @@ +import math +from pathlib import Path + +from typing import List, Tuple + +import discord +import lavalink +from red_commons.logging import getLogger + +from rapidfuzz import process +from redbot.core import commands +from redbot.core.i18n import Translator +from redbot.core.utils import AsyncIter +from redbot.core.utils.chat_formatting import humanize_number + +from ...audio_dataclasses import LocalPath, Query +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.queue") +_ = Translator("Audio", Path(__file__)) + + +class QueueUtilities(MixinMeta, metaclass=CompositeMetaClass): + async def _build_queue_page( + self, + ctx: commands.Context, + queue: list, + player: lavalink.player.Player, + page_num: int, + ) -> discord.Embed: + shuffle = await self.config.guild(ctx.guild).shuffle() + repeat = await self.config.guild(ctx.guild).repeat() + autoplay = await self.config.guild(ctx.guild).auto_play() + + queue_num_pages = math.ceil(len(queue) / 10) + queue_idx_start = (page_num - 1) * 10 + queue_idx_end = queue_idx_start + 10 + if len(player.queue) > 500: + queue_list = _("__Too many songs in the queue, only showing the first 500__.\n\n") + else: + queue_list = "" + + arrow = await self.draw_time(ctx) + pos = self.format_time(player.position) + + if player.current.is_stream: + dur = "LIVE" + else: + dur = self.format_time(player.current.length) + + query = Query.process_input(player.current, self.local_folder_current_path) + current_track_description = await self.get_track_description( + player.current, self.local_folder_current_path + ) + if query.is_stream: + queue_list += _("**Currently livestreaming:**\n") + queue_list += f"{current_track_description}\n" + queue_list += _("Requested by: **{user}**").format(user=player.current.requester) + queue_list += f"\n\n{arrow}`{pos}`/`{dur}`\n\n" + else: + queue_list += _("Playing: ") + queue_list += f"{current_track_description}\n" + queue_list += _("Requested by: **{user}**").format(user=player.current.requester) + queue_list += f"\n\n{arrow}`{pos}`/`{dur}`\n\n" + + async for i, track in AsyncIter(queue[queue_idx_start:queue_idx_end]).enumerate( + start=queue_idx_start + ): + req_user = track.requester + track_idx = i + 1 + track_description = await self.get_track_description( + track, self.local_folder_current_path, shorten=True + ) + queue_list += f"`{track_idx}.` {track_description}, " + queue_list += _("requested by **{user}**\n").format(user=req_user) + + embed = discord.Embed( + colour=await ctx.embed_colour(), + title=_("Queue for __{guild_name}__").format(guild_name=ctx.guild.name), + description=queue_list, + ) + + if await self.config.guild(ctx.guild).thumbnail() and player.current.thumbnail: + embed.set_thumbnail(url=player.current.thumbnail) + queue_dur = await self.queue_duration(ctx) + queue_total_duration = self.format_time(queue_dur) + text = _( + "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" + ).format( + page_num=humanize_number(page_num), + total_pages=humanize_number(queue_num_pages), + num_tracks=len(player.queue), + num_remaining=queue_total_duration, + ) + text += ( + _("Auto-Play") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if autoplay else "\N{CROSS MARK}") + ) + text += ( + (" | " if text else "") + + _("Shuffle") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if shuffle else "\N{CROSS MARK}") + ) + text += ( + (" | " if text else "") + + _("Repeat") + + ": " + + ("\N{WHITE HEAVY CHECK MARK}" if repeat else "\N{CROSS MARK}") + ) + embed.set_footer(text=text) + return embed + + async def _build_queue_search_list( + self, queue_list: List[lavalink.Track], search_words: str + ) -> List[Tuple[int, str]]: + tracks = {} + async for queue_idx, track in AsyncIter(queue_list).enumerate(start=1): + if not self.match_url(track.uri): + query = Query.process_input(track, self.local_folder_current_path) + if ( + query.is_local + and query.local_track_path is not None + and track.title == "Unknown title" + ): + track_title = query.local_track_path.to_string_user() + else: + track_title = "{} - {}".format(track.author, track.title) + else: + track_title = track.title + + tracks[queue_idx] = track_title + search_results = process.extract(search_words, tracks, limit=50) + search_list = [] + async for title, percent_match, queue_position in AsyncIter(search_results): + if percent_match > 89: + search_list.append((queue_position, title)) + return search_list + + async def _build_queue_search_page( + self, ctx: commands.Context, page_num: int, search_list: List[Tuple[int, str]] + ) -> discord.Embed: + search_num_pages = math.ceil(len(search_list) / 10) + search_idx_start = (page_num - 1) * 10 + search_idx_end = search_idx_start + 10 + track_match = "" + async for i, track in AsyncIter(search_list[search_idx_start:search_idx_end]).enumerate( + start=search_idx_start + ): + track_idx = i + 1 + if type(track) is str: + track_location = LocalPath(track, self.local_folder_current_path).to_string_user() + track_match += "`{}.` **{}**\n".format(track_idx, track_location) + else: + track_match += "`{}.` **{}**\n".format(track[0], track[1]) + embed = discord.Embed( + colour=await ctx.embed_colour(), title=_("Matching Tracks:"), description=track_match + ) + embed.set_footer( + text=_("Page {page_num}/{total_pages} | {num_tracks} tracks").format( + page_num=humanize_number(page_num), + total_pages=humanize_number(search_num_pages), + num_tracks=len(search_list), + ) + ) + return embed diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/validation.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/validation.py new file mode 100644 index 0000000000000000000000000000000000000000..4ba82c96f9e992cfb84c7b9dbcb0b400dbbb8680 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/core/utilities/validation.py @@ -0,0 +1,98 @@ +import re + +from typing import Final, List, Optional, Pattern, Set, Union +from urllib.parse import urlparse + +import discord +from red_commons.logging import getLogger + +from redbot.core import Config +from redbot.core.commands import Context + +from ...audio_dataclasses import Query +from ..abc import MixinMeta +from ..cog_utils import CompositeMetaClass + +log = getLogger("red.cogs.Audio.cog.Utilities.validation") + +_RE_YT_LIST_PLAYLIST: Final[Pattern] = re.compile( + r"^(https?://)?(www\.)?(youtube\.com|youtu\.?be)(/playlist\?).*(list=)(.*)(&|$)" +) + + +class ValidationUtilities(MixinMeta, metaclass=CompositeMetaClass): + def match_url(self, url: str) -> bool: + try: + query_url = urlparse(url) + return all([query_url.scheme, query_url.netloc, query_url.path]) + except Exception: + return False + + def match_yt_playlist(self, url: str) -> bool: + if _RE_YT_LIST_PLAYLIST.match(url): + return True + return False + + def is_url_allowed(self, url: str) -> bool: + valid_tld = [ + "youtube.com", + "youtu.be", + "soundcloud.com", + "bandcamp.com", + "vimeo.com", + "twitch.tv", + "spotify.com", + "localtracks", + ] + query_url = urlparse(url) + url_domain = ".".join(query_url.netloc.split(".")[-2:]) + if not query_url.netloc: + url_domain = ".".join(query_url.path.split("/")[0].split(".")[-2:]) + return True if url_domain in valid_tld else False + + def is_vc_full(self, channel: discord.VoiceChannel) -> bool: + return not (channel.user_limit == 0 or channel.user_limit > len(channel.members)) + + def can_join_and_speak(self, channel: discord.VoiceChannel) -> bool: + current_perms = channel.permissions_for(channel.guild.me) + return current_perms.speak and current_perms.connect + + async def is_query_allowed( + self, + config: Config, + ctx_or_channel: Optional[ + Union[Context, discord.TextChannel, discord.VoiceChannel, discord.Thread] + ], + query: str, + query_obj: Query, + ) -> bool: + """Checks if the query is allowed in this server or globally.""" + if ctx_or_channel: + guild = ctx_or_channel.guild + channel = ( + ctx_or_channel.channel if isinstance(ctx_or_channel, Context) else ctx_or_channel + ) + query = query.lower().strip() + else: + guild = None + if query_obj is not None: + query = query_obj.lavalink_query.replace("ytsearch:", "youtubesearch").replace( + "scsearch:", "soundcloudsearch" + ) + global_whitelist = set(await config.url_keyword_whitelist()) + global_whitelist = [i.lower() for i in global_whitelist] + if global_whitelist: + return any(i in query for i in global_whitelist) + global_blacklist = set(await config.url_keyword_blacklist()) + global_blacklist = [i.lower() for i in global_blacklist] + if any(i in query for i in global_blacklist): + return False + if guild is not None: + whitelist_unique: Set[str] = set(await config.guild(guild).url_keyword_whitelist()) + whitelist: List[str] = [i.lower() for i in whitelist_unique] + if whitelist: + return any(i in query for i in whitelist) + blacklist_unique: Set[str] = set(await config.guild(guild).url_keyword_blacklist()) + blacklist: List[str] = [i.lower() for i in blacklist_unique] + return not any(i in query for i in blacklist) + return True diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/equalizer.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/equalizer.py new file mode 100644 index 0000000000000000000000000000000000000000..0d7d7ea8295a59610aaedb5602b4abdef305bffe --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/equalizer.py @@ -0,0 +1,53 @@ +# The equalizer class and some audio eq functions are derived from +# 180093157554388993's work, with his permission +from pathlib import Path +from typing import Final + +from redbot.core.i18n import Translator + +_ = Translator("Audio", Path(__file__)) + + +class Equalizer: + def __init__(self): + self.band_count: Final[int] = 15 + self.bands = [0.0 for _loop_counter in range(self.band_count)] + + def set_gain(self, band: int, gain: float): + if band < 0 or band >= self.band_count: + raise IndexError(f"Band {band} does not exist!") + + gain = min(max(gain, -0.25), 1.0) + + self.bands[band] = gain + + def get_gain(self, band: int): + if band < 0 or band >= self.band_count: + raise IndexError(f"Band {band} does not exist!") + return self.bands[band] + + def visualise(self): + block = "" + bands = [str(band + 1).zfill(2) for band in range(self.band_count)] + bottom = (" " * 8) + " ".join(bands) + gains = [1.0, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.0, -0.1, -0.2, -0.25] + + for gain in gains: + prefix = "" + if gain > 0: + prefix = "+" + elif gain == 0: + prefix = " " + + block += f"{prefix}{gain:.2f} | " + + for value in self.bands: + if value >= gain: + block += "[] " + else: + block += " " + + block += "\n" + + block += bottom + return block diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..e0a2908eb6c16a896fc025dda8ba52cdb2f506c5 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/af-ZA.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 51\n" +"Language: af_ZA\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ar-SA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ar-SA.po new file mode 100644 index 0000000000000000000000000000000000000000..851d278572d512eee8ff9eb2d5941a9d96cc6f9b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ar-SA.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 51\n" +"Language: ar_SA\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..1f10ca9d04fcda66029c81ffff670d520550fad4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/bg-BG.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 51\n" +"Language: bg_BG\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..5afae4964f3d22941267d985ffc01bc121977f98 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/bs-BA.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 51\n" +"Language: bs_BA\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..5fbe760f21e2d085d4ba25b77e68dc30e27be7c2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ca-ES.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 51\n" +"Language: ca_ES\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..bbdfd2657882fc93ab101033e2b3b2f17bcfd738 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/cs-CZ.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 51\n" +"Language: cs_CZ\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/da-DK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/da-DK.po new file mode 100644 index 0000000000000000000000000000000000000000..5bbc0a5aff294ceb136caa705496a41ef45a5327 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/da-DK.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 51\n" +"Language: da_DK\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/de-DE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/de-DE.po new file mode 100644 index 0000000000000000000000000000000000000000..5c0df8d56e32685e9fb6cb8fb0dfff1c4ca2bd26 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/de-DE.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 51\n" +"Language: de_DE\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" bezieht sich nicht auf einen eindeutigen Server. Bitte verwenden Sie die ID für den Server, den Sie angeben möchten." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "\"{arg}\" wurde nicht gefunden. Es muss die ID oder der Name sein oder einen Benutzer erwähnen, den der Bot sehen kann." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "Konnte '{}' keiner Playlist zuordnen." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..6b6c10e4ccd69e08b08ed07490a81164602f4d10 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/el-GR.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 51\n" +"Language: el_GR\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/en-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/en-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..368476580cfe4102d22a4500df1850dceec45d72 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/en-PT.po @@ -0,0 +1,1290 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-14 02:15\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: Pirate English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en-PT\n" +"X-Crowdin-File: /cogs/audio/locales/messages.pot\n" +"Language: en_PT\n" + +#: redbot/cogs/audio/audio.py:47 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + +#: redbot/cogs/audio/audio.py:260 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/audio.py:300 redbot/cogs/audio/audio.py:1317 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/audio.py:304 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/audio.py:331 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/audio.py:350 +msgid "Track Error" +msgstr "" + +#: redbot/cogs/audio/audio.py:355 +msgid "Skipping..." +msgstr "" + +#: redbot/cogs/audio/audio.py:363 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:369 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over [p]audioset emptydisconnect.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:377 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:385 +#, docstring +msgid "Toggle DJ mode.\\n\\n DJ mode allows users with the DJ role to use audio commands.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:392 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/audio.py:400 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:405 +msgid "DJ role enabled: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:411 +#, docstring +msgid "Auto-disconnection after x seconds while stopped. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:413 redbot/cogs/audio/audio.py:436 +#: redbot/cogs/audio/audio.py:543 redbot/cogs/audio/audio.py:687 +msgid "Can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/audio.py:418 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:423 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/audio.py:434 +#, docstring +msgid "Set a price for queueing tracks for non-mods. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:439 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:444 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/audio.py:455 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\\n\\n Leave the path blank to reset the path to the default, the Audio data directory.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:463 +msgid "The localtracks path location has been reset to the default location." +msgstr "" + +#: redbot/cogs/audio/audio.py:466 +msgid "This setting is only for bot owners to set a localtracks folder location if the Lavalink.jar is being ran from outside of the Audio data directory.\\nIn the example below, the full path for 'ParentDirectory' must be passed to this command.\\nThe path must not contain spaces.\\n```\\nParentDirectory\\n |__ localtracks (folder)\\n | |__ Awesome Album Name (folder)\\n | |__01 Cool Song.mp3\\n | |__02 Groovy Song.mp3\\n |\\n |__ Lavalink.jar\\n |__ application.yml\\n```\\nThe folder path given to this command must contain the Lavalink.jar, the application.yml, and the localtracks folder.\\nUse this command with no path given to reset it to the default, the Audio data directory for this bot.\\nDo you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/audio.py:505 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/audio.py:520 +msgid "The path that was entered does not have {filelist} file in that location. The path will still be saved, but please check the path and the file location before attempting to play local tracks or start your Lavalink.jar." +msgstr "" + +#: redbot/cogs/audio/audio.py:530 +msgid "Localtracks path set to: {local_path}." +msgstr "" + +#: redbot/cogs/audio/audio.py:536 +#, docstring +msgid "Max length of a track to queue in seconds. 0 to disable.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n Invalid input will turn the max length setting off." +msgstr "" + +#: redbot/cogs/audio/audio.py:545 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:549 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/audio.py:559 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/audio.py:563 +msgid "Verbose mode on: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:569 +#, docstring +msgid "Toggle the domain restriction on Audio.\\n\\n When toggled off, users will be able to play songs from non-commercial websites and links.\\n When toggled on, users are restricted to YouTube, SoundCloud, Mixer, Vimeo, Twitch, and Bandcamp links." +msgstr "" + +#: redbot/cogs/audio/audio.py:576 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:582 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/audio.py:585 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:589 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/audio.py:604 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/audio.py:606 +msgid "Auto-disconnect: [{dc}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:609 +msgid "Disconnect timer: [{num_seconds}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:613 +msgid "DJ Role: [{role.name}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:615 +msgid "Jukebox: [{jukebox_name}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:616 +msgid "Command price: [{jukebox_price}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:618 +msgid "Max track length: [{tracklength}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:621 +msgid "Repeat: [{repeat}]\\nShuffle: [{shuffle}]\\nSong notify msgs: [{notify}]\\nSongs as status: [{status}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:628 +msgid "Thumbnails: [{0}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:630 +msgid "Vote skip: [{vote_enabled}]\\nSkip percentage: [{vote_percent}%]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:633 +msgid "---Lavalink Settings--- \\nCog version: [{version}]\\nJar build: [{jarbuild}]\\nExternal server: [{use_external_lavalink}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:640 +msgid "Localtracks path: [{localpath}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:648 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/audio.py:649 +msgid "1. Go to Spotify developers and log in with your Spotify account.\\n(https://developer.spotify.com/dashboard/applications)\\n2. Click \\\"Create An App\\\".\\n3. Fill out the form provided with your app name, etc.\\n4. When asked if you're developing commercial integration select \\\"No\\\".\\n5. Accept the terms and conditions.\\n6. Copy your client ID and your client secret into:\\n`{prefix}set api spotify client_id, client_secret,`" +msgstr "" + +#: redbot/cogs/audio/audio.py:665 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/audio.py:669 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:675 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/audio.py:679 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:685 +#, docstring +msgid "Percentage needed for non-mods to skip tracks. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:693 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/audio.py:698 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/audio.py:707 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/audio.py:726 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/audio.py:754 redbot/cogs/audio/audio.py:782 +#: redbot/cogs/audio/audio.py:819 redbot/cogs/audio/audio.py:847 +#: redbot/cogs/audio/audio.py:914 redbot/cogs/audio/audio.py:932 +#: redbot/cogs/audio/audio.py:956 redbot/cogs/audio/audio.py:1026 +#: redbot/cogs/audio/audio.py:1280 redbot/cogs/audio/audio.py:1371 +#: redbot/cogs/audio/audio.py:1388 redbot/cogs/audio/audio.py:1411 +#: redbot/cogs/audio/audio.py:1419 redbot/cogs/audio/audio.py:2190 +#: redbot/cogs/audio/audio.py:2527 redbot/cogs/audio/audio.py:2860 +#: redbot/cogs/audio/audio.py:3201 redbot/cogs/audio/audio.py:3255 +#: redbot/cogs/audio/audio.py:3305 redbot/cogs/audio/audio.py:3497 +#: redbot/cogs/audio/audio.py:3575 redbot/cogs/audio/audio.py:3605 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/audio.py:758 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/audio.py:764 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/audio.py:779 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:788 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/audio.py:792 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:795 redbot/cogs/audio/audio.py:2875 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/audio.py:810 +msgid "Moved {track} to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:817 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:826 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/audio.py:830 +msgid "There are other people listening to music." +msgstr "" + +#: redbot/cogs/audio/audio.py:845 +#, docstring +msgid "Equalizer management." +msgstr "" + +#: redbot/cogs/audio/audio.py:865 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:887 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:890 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:897 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/audio.py:903 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:930 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/audio.py:946 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/audio.py:954 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:958 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:972 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:981 redbot/cogs/audio/audio.py:2213 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/audio.py:985 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/audio.py:994 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:1019 +#, docstring +msgid "Set an eq band with a band number or name and value.\\n\\n Band positions are 1-15 and values have a range of -0.25 to 1.0.\\n Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k, 6.3k, 10k, and 16k Hz.\\n Setting a band value to -0.25 nullifies it while +0.25 is double.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:1063 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/audio.py:1099 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/audio.py:1104 +#, docstring +msgid "Play all songs in a localtracks folder." +msgstr "" + +#: redbot/cogs/audio/audio.py:1115 +msgid "No localtracks folder named {name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1121 +#, docstring +msgid "Play a local track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1126 +msgid "No local track folders found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1169 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/audio.py:1174 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1181 redbot/cogs/audio/audio.py:2816 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/audio.py:1269 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/audio.py:1278 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/audio.py:1298 +msgid "Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/audio.py:1308 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/audio.py:1368 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1377 +msgid "You must be in the voice channel pause or resume." +msgstr "" + +#: redbot/cogs/audio/audio.py:1384 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:1401 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/audio.py:1407 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/audio.py:1417 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/audio.py:1443 +msgid "Nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:1465 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/audio.py:1474 +#, docstring +msgid "Play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1481 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/audio.py:1484 redbot/cogs/audio/audio.py:2437 +#: redbot/cogs/audio/audio.py:2928 redbot/cogs/audio/audio.py:3047 +msgid "Connection to Lavalink has failed." +msgstr "" + +#: redbot/cogs/audio/audio.py:1486 redbot/cogs/audio/audio.py:2439 +#: redbot/cogs/audio/audio.py:2930 redbot/cogs/audio/audio.py:3049 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/audio.py:1495 redbot/cogs/audio/audio.py:2449 +#: redbot/cogs/audio/audio.py:2939 redbot/cogs/audio/audio.py:3543 +msgid "I don't have permission to connect to your channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:1501 redbot/cogs/audio/audio.py:2461 +#: redbot/cogs/audio/audio.py:2945 redbot/cogs/audio/audio.py:3056 +#: redbot/cogs/audio/audio.py:3555 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/audio.py:1504 redbot/cogs/audio/audio.py:2457 +#: redbot/cogs/audio/audio.py:2948 redbot/cogs/audio/audio.py:3059 +#: redbot/cogs/audio/audio.py:3558 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/audio.py:1508 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:1519 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/audio.py:1525 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/audio.py:1565 +msgid "The owner needs to set the Spotify client ID, Spotify client secret, and YouTube API key before Spotify URLs or codes can be used. \\nSee `{prefix}audioset youtubeapi` and `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1575 redbot/cogs/audio/audio.py:2493 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/audio.py:1592 redbot/cogs/audio/audio.py:1657 +#: redbot/cogs/audio/audio.py:2499 redbot/cogs/audio/audio.py:2509 +#: redbot/cogs/audio/audio.py:2973 redbot/cogs/audio/audio.py:3027 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1600 +msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1639 redbot/cogs/audio/audio.py:1776 +msgid "This doesn't seem to be a valid Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/audio.py:1688 redbot/cogs/audio/audio.py:2320 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/audio.py:1689 redbot/cogs/audio/audio.py:2321 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/audio.py:1695 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1711 redbot/cogs/audio/audio.py:3125 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/audio.py:1717 +msgid "Nothing found. Check your Lavalink logs for details." +msgstr "" + +#: redbot/cogs/audio/audio.py:1732 redbot/cogs/audio/audio.py:3108 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/audio.py:1736 redbot/cogs/audio/audio.py:3114 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1741 redbot/cogs/audio/audio.py:3119 +msgid "#{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1761 +msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1793 redbot/cogs/audio/audio.py:2384 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/audio.py:1809 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1826 redbot/cogs/audio/audio.py:2401 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/audio.py:1840 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/audio.py:1850 +msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/audio.py:1871 +#, docstring +msgid "Playlist configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:1876 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\\n\\n The track(s) will be appended to the end of the playlist.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:1888 redbot/cogs/audio/audio.py:2028 +#: redbot/cogs/audio/audio.py:2241 +msgid "You are not the author of that playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1898 +msgid "{track} is already in {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1907 redbot/cogs/audio/audio.py:2032 +#: redbot/cogs/audio/audio.py:2081 redbot/cogs/audio/audio.py:2244 +msgid "No playlist with that name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1914 +msgid "{track} appended to {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1920 +msgid "{num} tracks appended to {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1928 +#, docstring +msgid "Copy a playlist from one server to another." +msgstr "" + +#: redbot/cogs/audio/audio.py:1932 +msgid "Invalid server ID for source server." +msgstr "" + +#: redbot/cogs/audio/audio.py:1934 +msgid "Invalid server ID for target server." +msgstr "" + +#: redbot/cogs/audio/audio.py:1939 +msgid "No playlist with that name in {from_guild_name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1950 +msgid "Playlist {name} copied from {from_guild_name} to {to_guild_name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1962 +msgid "A playlist with that name already exists in {to_guild_name}.\\nPlease enter a new name for this playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1975 +msgid "Try the playlist copy command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1980 +msgid "Playlist name already exists in {to_guild_name}, try the playlist copy command again with a different name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1986 redbot/cogs/audio/audio.py:2220 +msgid "No playlist name entered, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:1991 +msgid "Playlist {name} copied from {from_guild_name} to {to_guild_name}.\\nNew playlist name on {to_guild_name}: {new_name}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2003 +#, docstring +msgid "Create an empty playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2007 redbot/cogs/audio/audio.py:2183 +msgid "You need the DJ role to save playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2011 redbot/cogs/audio/audio.py:2187 +#: redbot/cogs/audio/audio.py:2217 +msgid "Playlist name already exists, try again with a different name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2017 +msgid "Empty playlist {name} created." +msgstr "" + +#: redbot/cogs/audio/audio.py:2021 +#, docstring +msgid "Delete a saved playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2033 +msgid "{name} playlist deleted." +msgstr "" + +#: redbot/cogs/audio/audio.py:2039 +#, docstring +msgid "Download a copy of a playlist.\\n\\n These files can be used with the [p]playlist upload command.\\n Red v2-compatible playlists can be generated by passing True\\n for the v2 variable." +msgstr "" + +#: redbot/cogs/audio/audio.py:2061 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2063 redbot/cogs/audio/audio.py:2331 +msgid "That playlist doesn't exist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2076 +#, docstring +msgid "Retrieve information from a saved playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2101 +msgid "Playlist info for {playlist_name}:\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2105 +msgid "Playlist info for {playlist_name}:\\nURL: {url}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2116 +msgid "Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/audio.py:2126 +#, docstring +msgid "List saved playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2129 +msgid "No saved playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2141 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2142 +msgid "Author: {name}\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2166 +msgid "Playlists for {server_name}:" +msgstr "" + +#: redbot/cogs/audio/audio.py:2170 +msgid "Page {page_num}/{total_pages} | {num} playlists" +msgstr "" + +#: redbot/cogs/audio/audio.py:2179 +#, docstring +msgid "Save the queue to a playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2193 redbot/cogs/audio/audio.py:2590 +#: redbot/cogs/audio/audio.py:2593 redbot/cogs/audio/audio.py:2613 +#: redbot/cogs/audio/audio.py:2756 redbot/cogs/audio/audio.py:2759 +#: redbot/cogs/audio/audio.py:2775 redbot/cogs/audio/audio.py:2778 +#: redbot/cogs/audio/audio.py:2810 redbot/cogs/audio/audio.py:2812 +#: redbot/cogs/audio/audio.py:3418 redbot/cogs/audio/audio.py:3422 +#: redbot/cogs/audio/audio.py:3429 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2202 +msgid "Please enter a name for this playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2227 +msgid "Playlist {name} saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/audio.py:2234 +#, docstring +msgid "Remove a track from a playlist by url." +msgstr "" + +#: redbot/cogs/audio/audio.py:2248 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2252 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2259 +msgid "{num} entries have been removed from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2266 +msgid "The track has been removed from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2273 +#, docstring +msgid "Save a playlist from a url." +msgstr "" + +#: redbot/cogs/audio/audio.py:2285 +msgid "Playlist {name} saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/audio.py:2292 +#, docstring +msgid "Load a playlist into the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2336 +#, docstring +msgid "Convert a Red v2 playlist file to a playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2342 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/audio.py:2350 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:2354 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/audio.py:2358 +msgid "Only playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/audio.py:2363 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/audio.py:2379 +msgid "A playlist already exists with this name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2407 +msgid "No tracks found." +msgstr "" + +#: redbot/cogs/audio/audio.py:2413 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/audio.py:2418 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2422 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/audio.py:2433 +msgid "You need the DJ role to use playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2471 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/audio.py:2525 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/audio.py:2535 redbot/cogs/audio/audio.py:3317 +msgid "You need the DJ role to skip tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2540 redbot/cogs/audio/audio.py:3311 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:2543 +msgid "Turn shuffle off to use this command." +msgstr "" + +#: redbot/cogs/audio/audio.py:2545 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/audio.py:2562 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/audio.py:2571 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2622 +msgid "**Currently livestreaming:**" +msgstr "" + +#: redbot/cogs/audio/audio.py:2628 redbot/cogs/audio/audio.py:2638 +#: redbot/cogs/audio/audio.py:2644 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/audio.py:2631 +msgid "Requested by: **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2639 +msgid "Requested by: **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2646 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/audio.py:2664 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2668 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2673 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2684 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining" +msgstr "" + +#: redbot/cogs/audio/audio.py:2693 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/audio.py:2695 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/audio.py:2740 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/audio.py:2743 redbot/cogs/audio/audio.py:3182 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2752 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2764 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2766 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/audio.py:2771 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:2783 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2794 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2798 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:2806 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2829 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2835 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2843 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2849 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:2857 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2863 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/audio.py:2866 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2871 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2887 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2894 +#, docstring +msgid "Pick a track with a search.\\n\\n Use `[p]search list ` to queue all tracks found\\n on YouTube. `[p]search sc ` will search SoundCloud\\n instead of YouTube.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:2958 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2997 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3003 +msgid "{time} until start of search playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:3169 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3170 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/audio.py:3173 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3174 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/audio.py:3176 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3177 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/audio.py:3195 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`)." +msgstr "" + +#: redbot/cogs/audio/audio.py:3206 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3211 +msgid "You need the DJ role to use seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3217 redbot/cogs/audio/audio.py:3510 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/audio.py:3221 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/audio.py:3230 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3236 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/audio.py:3241 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3249 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3261 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3265 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3273 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3279 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3287 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/audio.py:3303 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/audio.py:3322 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/audio.py:3326 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/audio.py:3329 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/audio.py:3342 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/audio.py:3345 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/audio.py:3425 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3432 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3441 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/audio.py:3454 +msgid "Can't skip to a track while shuffle is enabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:3470 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/audio.py:3493 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:3503 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:3514 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:3516 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/audio.py:3531 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:3535 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/audio.py:3565 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/audio.py:3571 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3583 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/audio.py:3589 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/audio.py:3602 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3613 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:3618 +#, docstring +msgid "Toggle using external lavalink servers." +msgstr "" + +#: redbot/cogs/audio/audio.py:3625 redbot/cogs/audio/audio.py:3635 +msgid "External lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3642 +#, docstring +msgid "Set the lavalink server host." +msgstr "" + +#: redbot/cogs/audio/audio.py:3646 redbot/cogs/audio/audio.py:3651 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3648 redbot/cogs/audio/audio.py:3664 +#: redbot/cogs/audio/audio.py:3682 redbot/cogs/audio/audio.py:3698 +msgid "External lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/audio.py:3657 +#, docstring +msgid "Set the lavalink server password." +msgstr "" + +#: redbot/cogs/audio/audio.py:3662 redbot/cogs/audio/audio.py:3668 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3675 +#, docstring +msgid "Set the lavalink REST server port." +msgstr "" + +#: redbot/cogs/audio/audio.py:3680 redbot/cogs/audio/audio.py:3685 +msgid "REST port set to {port}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3691 +#, docstring +msgid "Set the lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/audio.py:3696 redbot/cogs/audio/audio.py:3701 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3801 +msgid "Not enough {currency} ({required_credits} required)." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/en-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/en-US.po new file mode 100644 index 0000000000000000000000000000000000000000..4dc9b69c11be6fa4d7c58aff270b99bd26afe2c1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/en-US.po @@ -0,0 +1,1317 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-14 04:24+0000\n" +"PO-Revision-Date: 2020-01-07 21:49\n" +"Last-Translator: FULL NAME \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en\n" +"X-Crowdin-File: /audio/locales/messages.pot\n" +"Language: en_US\n" + +#: redbot/cogs/audio/audio.py:47 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + +#: redbot/cogs/audio/audio.py:260 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/audio.py:300 redbot/cogs/audio/audio.py:1385 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/audio.py:304 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/audio.py:331 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/audio.py:350 +msgid "Track Error" +msgstr "" + +#: redbot/cogs/audio/audio.py:355 +msgid "Skipping..." +msgstr "" + +#: redbot/cogs/audio/audio.py:363 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:369 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over [p]audioset emptydisconnect.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:377 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:385 +#, docstring +msgid "Toggle DJ mode.\\n\\n DJ mode allows users with the DJ role to use audio commands.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:392 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/audio.py:400 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:405 +msgid "DJ role enabled: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:411 +#, docstring +msgid "Auto-disconnection after x seconds while stopped. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:413 redbot/cogs/audio/audio.py:436 +#: redbot/cogs/audio/audio.py:543 redbot/cogs/audio/audio.py:687 +msgid "Can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/audio.py:418 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:423 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/audio.py:434 +#, docstring +msgid "Set a price for queueing tracks for non-mods. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:439 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:444 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/audio.py:455 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\\n\\n Leave the path blank to reset the path to the default, the Audio data directory.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:463 +msgid "The localtracks path location has been reset to the default location." +msgstr "" + +#: redbot/cogs/audio/audio.py:466 +msgid "This setting is only for bot owners to set a localtracks folder location if the Lavalink.jar is being ran from outside of the Audio data directory.\\nIn the example below, the full path for 'ParentDirectory' must be passed to this command.\\nThe path must not contain spaces.\\n```\\nParentDirectory\\n |__ localtracks (folder)\\n | |__ Awesome Album Name (folder)\\n | |__01 Cool Song.mp3\\n | |__02 Groovy Song.mp3\\n |\\n |__ Lavalink.jar\\n |__ application.yml\\n```\\nThe folder path given to this command must contain the Lavalink.jar, the application.yml, and the localtracks folder.\\nUse this command with no path given to reset it to the default, the Audio data directory for this bot.\\nDo you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/audio.py:505 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/audio.py:520 +msgid "The path that was entered does not have {filelist} file in that location. The path will still be saved, but please check the path and the file location before attempting to play local tracks or start your Lavalink.jar." +msgstr "" + +#: redbot/cogs/audio/audio.py:530 +msgid "Localtracks path set to: {local_path}." +msgstr "" + +#: redbot/cogs/audio/audio.py:536 +#, docstring +msgid "Max length of a track to queue in seconds. 0 to disable.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n Invalid input will turn the max length setting off." +msgstr "" + +#: redbot/cogs/audio/audio.py:545 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:549 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/audio.py:559 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/audio.py:563 +msgid "Verbose mode on: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:569 +#, docstring +msgid "Toggle the domain restriction on Audio.\\n\\n When toggled off, users will be able to play songs from non-commercial websites and links.\\n When toggled on, users are restricted to YouTube, SoundCloud, Mixer, Vimeo, Twitch, and Bandcamp links." +msgstr "" + +#: redbot/cogs/audio/audio.py:576 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:582 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/audio.py:585 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:589 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/audio.py:604 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/audio.py:606 +msgid "Auto-disconnect: [{dc}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:609 +msgid "Disconnect timer: [{num_seconds}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:613 +msgid "DJ Role: [{role.name}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:615 +msgid "Jukebox: [{jukebox_name}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:616 +msgid "Command price: [{jukebox_price}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:618 +msgid "Max track length: [{tracklength}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:621 +msgid "Repeat: [{repeat}]\\nShuffle: [{shuffle}]\\nSong notify msgs: [{notify}]\\nSongs as status: [{status}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:628 +msgid "Thumbnails: [{0}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:630 +msgid "Vote skip: [{vote_enabled}]\\nSkip percentage: [{vote_percent}%]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:633 +msgid "---Lavalink Settings--- \\nCog version: [{version}]\\nJar build: [{jarbuild}]\\nExternal server: [{use_external_lavalink}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:640 +msgid "Localtracks path: [{localpath}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:648 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/audio.py:649 +msgid "1. Go to Spotify developers and log in with your Spotify account.\\n(https://developer.spotify.com/dashboard/applications)\\n2. Click \\\"Create An App\\\".\\n3. Fill out the form provided with your app name, etc.\\n4. When asked if you're developing commercial integration select \\\"No\\\".\\n5. Accept the terms and conditions.\\n6. Copy your client ID and your client secret into:\\n`{prefix}set api spotify client_id, client_secret,`" +msgstr "" + +#: redbot/cogs/audio/audio.py:665 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/audio.py:669 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:675 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/audio.py:679 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:685 +#, docstring +msgid "Percentage needed for non-mods to skip tracks. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:693 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/audio.py:698 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/audio.py:707 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/audio.py:726 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/audio.py:754 redbot/cogs/audio/audio.py:782 +#: redbot/cogs/audio/audio.py:819 redbot/cogs/audio/audio.py:846 +#: redbot/cogs/audio/audio.py:957 redbot/cogs/audio/audio.py:984 +#: redbot/cogs/audio/audio.py:1014 redbot/cogs/audio/audio.py:1086 +#: redbot/cogs/audio/audio.py:1348 redbot/cogs/audio/audio.py:1439 +#: redbot/cogs/audio/audio.py:1456 redbot/cogs/audio/audio.py:1479 +#: redbot/cogs/audio/audio.py:1487 redbot/cogs/audio/audio.py:2258 +#: redbot/cogs/audio/audio.py:2595 redbot/cogs/audio/audio.py:2929 +#: redbot/cogs/audio/audio.py:3270 redbot/cogs/audio/audio.py:3324 +#: redbot/cogs/audio/audio.py:3375 redbot/cogs/audio/audio.py:3567 +#: redbot/cogs/audio/audio.py:3645 redbot/cogs/audio/audio.py:3675 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/audio.py:758 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/audio.py:764 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/audio.py:779 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:788 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/audio.py:792 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:795 redbot/cogs/audio/audio.py:2944 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/audio.py:810 +msgid "Moved {track} to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:817 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:826 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/audio.py:830 +msgid "There are other people listening to music." +msgstr "" + +#: redbot/cogs/audio/audio.py:844 +#, docstring +msgid "Equalizer management." +msgstr "" + +#: redbot/cogs/audio/audio.py:872 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:880 redbot/cogs/audio/audio.py:897 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/audio.py:906 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:909 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:912 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/audio.py:913 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/audio.py:936 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/audio.py:944 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:964 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:982 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/audio.py:989 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/audio.py:1004 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/audio.py:1012 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:1019 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:1022 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:1032 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:1041 redbot/cogs/audio/audio.py:2281 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1045 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/audio.py:1054 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:1079 +#, docstring +msgid "Set an eq band with a band number or name and value.\\n\\n Band positions are 1-15 and values have a range of -0.25 to 1.0.\\n Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k, 6.3k, 10k, and 16k Hz.\\n Setting a band value to -0.25 nullifies it while +0.25 is double.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:1092 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:1131 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/audio.py:1167 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/audio.py:1172 +#, docstring +msgid "Play all songs in a localtracks folder." +msgstr "" + +#: redbot/cogs/audio/audio.py:1183 +msgid "No localtracks folder named {name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1189 +#, docstring +msgid "Play a local track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1194 +msgid "No local track folders found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1237 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/audio.py:1242 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1249 redbot/cogs/audio/audio.py:2884 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/audio.py:1337 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/audio.py:1346 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/audio.py:1366 +msgid "Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/audio.py:1376 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/audio.py:1436 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1445 +msgid "You must be in the voice channel pause or resume." +msgstr "" + +#: redbot/cogs/audio/audio.py:1452 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:1469 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/audio.py:1475 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/audio.py:1485 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/audio.py:1511 +msgid "Nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:1533 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/audio.py:1542 +#, docstring +msgid "Play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1549 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/audio.py:1552 redbot/cogs/audio/audio.py:2505 +#: redbot/cogs/audio/audio.py:2997 redbot/cogs/audio/audio.py:3116 +msgid "Connection to Lavalink has failed." +msgstr "" + +#: redbot/cogs/audio/audio.py:1554 redbot/cogs/audio/audio.py:2507 +#: redbot/cogs/audio/audio.py:2999 redbot/cogs/audio/audio.py:3118 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/audio.py:1563 redbot/cogs/audio/audio.py:2517 +#: redbot/cogs/audio/audio.py:3008 redbot/cogs/audio/audio.py:3613 +msgid "I don't have permission to connect to your channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:1569 redbot/cogs/audio/audio.py:2529 +#: redbot/cogs/audio/audio.py:3014 redbot/cogs/audio/audio.py:3125 +#: redbot/cogs/audio/audio.py:3625 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/audio.py:1572 redbot/cogs/audio/audio.py:2525 +#: redbot/cogs/audio/audio.py:3017 redbot/cogs/audio/audio.py:3128 +#: redbot/cogs/audio/audio.py:3628 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/audio.py:1576 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:1587 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/audio.py:1593 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/audio.py:1633 +msgid "The owner needs to set the Spotify client ID, Spotify client secret, and YouTube API key before Spotify URLs or codes can be used. \\nSee `{prefix}audioset youtubeapi` and `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1643 redbot/cogs/audio/audio.py:2561 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/audio.py:1660 redbot/cogs/audio/audio.py:1725 +#: redbot/cogs/audio/audio.py:2567 redbot/cogs/audio/audio.py:2577 +#: redbot/cogs/audio/audio.py:3042 redbot/cogs/audio/audio.py:3096 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1668 +msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1707 redbot/cogs/audio/audio.py:1844 +msgid "This doesn't seem to be a valid Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/audio.py:1756 redbot/cogs/audio/audio.py:2388 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/audio.py:1757 redbot/cogs/audio/audio.py:2389 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/audio.py:1763 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1779 redbot/cogs/audio/audio.py:3194 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/audio.py:1785 +msgid "Nothing found. Check your Lavalink logs for details." +msgstr "" + +#: redbot/cogs/audio/audio.py:1800 redbot/cogs/audio/audio.py:3177 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/audio.py:1804 redbot/cogs/audio/audio.py:3183 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1809 redbot/cogs/audio/audio.py:3188 +msgid "#{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1829 +msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1861 redbot/cogs/audio/audio.py:2452 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/audio.py:1877 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1894 redbot/cogs/audio/audio.py:2469 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/audio.py:1908 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/audio.py:1918 +msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/audio.py:1939 +#, docstring +msgid "Playlist configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:1944 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\\n\\n The track(s) will be appended to the end of the playlist.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:1956 redbot/cogs/audio/audio.py:2096 +#: redbot/cogs/audio/audio.py:2309 +msgid "You are not the author of that playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1966 +msgid "{track} is already in {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1975 redbot/cogs/audio/audio.py:2100 +#: redbot/cogs/audio/audio.py:2149 redbot/cogs/audio/audio.py:2312 +msgid "No playlist with that name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1982 +msgid "{track} appended to {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1988 +msgid "{num} tracks appended to {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1996 +#, docstring +msgid "Copy a playlist from one server to another." +msgstr "" + +#: redbot/cogs/audio/audio.py:2000 +msgid "Invalid server ID for source server." +msgstr "" + +#: redbot/cogs/audio/audio.py:2002 +msgid "Invalid server ID for target server." +msgstr "" + +#: redbot/cogs/audio/audio.py:2007 +msgid "No playlist with that name in {from_guild_name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:2018 +msgid "Playlist {name} copied from {from_guild_name} to {to_guild_name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:2030 +msgid "A playlist with that name already exists in {to_guild_name}.\\nPlease enter a new name for this playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2043 +msgid "Try the playlist copy command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2048 +msgid "Playlist name already exists in {to_guild_name}, try the playlist copy command again with a different name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2054 redbot/cogs/audio/audio.py:2288 +msgid "No playlist name entered, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:2059 +msgid "Playlist {name} copied from {from_guild_name} to {to_guild_name}.\\nNew playlist name on {to_guild_name}: {new_name}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2071 +#, docstring +msgid "Create an empty playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2075 redbot/cogs/audio/audio.py:2251 +msgid "You need the DJ role to save playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2079 redbot/cogs/audio/audio.py:2255 +#: redbot/cogs/audio/audio.py:2285 +msgid "Playlist name already exists, try again with a different name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2085 +msgid "Empty playlist {name} created." +msgstr "" + +#: redbot/cogs/audio/audio.py:2089 +#, docstring +msgid "Delete a saved playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2101 +msgid "{name} playlist deleted." +msgstr "" + +#: redbot/cogs/audio/audio.py:2107 +#, docstring +msgid "Download a copy of a playlist.\\n\\n These files can be used with the [p]playlist upload command.\\n Red v2-compatible playlists can be generated by passing True\\n for the v2 variable." +msgstr "" + +#: redbot/cogs/audio/audio.py:2129 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2131 redbot/cogs/audio/audio.py:2399 +msgid "That playlist doesn't exist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2144 +#, docstring +msgid "Retrieve information from a saved playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2169 +msgid "Playlist info for {playlist_name}:\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2173 +msgid "Playlist info for {playlist_name}:\\nURL: {url}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2184 +msgid "Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/audio.py:2194 +#, docstring +msgid "List saved playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2197 +msgid "No saved playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2209 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2210 +msgid "Author: {name}\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2234 +msgid "Playlists for {server_name}:" +msgstr "" + +#: redbot/cogs/audio/audio.py:2238 +msgid "Page {page_num}/{total_pages} | {num} playlists" +msgstr "" + +#: redbot/cogs/audio/audio.py:2247 +#, docstring +msgid "Save the queue to a playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2261 redbot/cogs/audio/audio.py:2658 +#: redbot/cogs/audio/audio.py:2661 redbot/cogs/audio/audio.py:2681 +#: redbot/cogs/audio/audio.py:2824 redbot/cogs/audio/audio.py:2827 +#: redbot/cogs/audio/audio.py:2843 redbot/cogs/audio/audio.py:2846 +#: redbot/cogs/audio/audio.py:2878 redbot/cogs/audio/audio.py:2880 +#: redbot/cogs/audio/audio.py:3488 redbot/cogs/audio/audio.py:3492 +#: redbot/cogs/audio/audio.py:3499 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2270 +msgid "Please enter a name for this playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2295 +msgid "Playlist {name} saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/audio.py:2302 +#, docstring +msgid "Remove a track from a playlist by url." +msgstr "" + +#: redbot/cogs/audio/audio.py:2316 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2320 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2327 +msgid "{num} entries have been removed from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2334 +msgid "The track has been removed from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2341 +#, docstring +msgid "Save a playlist from a url." +msgstr "" + +#: redbot/cogs/audio/audio.py:2353 +msgid "Playlist {name} saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/audio.py:2360 +#, docstring +msgid "Load a playlist into the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2404 +#, docstring +msgid "Convert a Red v2 playlist file to a playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2410 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/audio.py:2418 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:2422 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/audio.py:2426 +msgid "Only playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/audio.py:2431 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/audio.py:2447 +msgid "A playlist already exists with this name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2475 +msgid "No tracks found." +msgstr "" + +#: redbot/cogs/audio/audio.py:2481 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/audio.py:2486 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2490 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/audio.py:2501 +msgid "You need the DJ role to use playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2539 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/audio.py:2593 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/audio.py:2603 redbot/cogs/audio/audio.py:3387 +msgid "You need the DJ role to skip tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2608 redbot/cogs/audio/audio.py:3381 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:2611 +msgid "Turn shuffle off to use this command." +msgstr "" + +#: redbot/cogs/audio/audio.py:2613 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/audio.py:2630 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/audio.py:2639 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2690 +msgid "**Currently livestreaming:**" +msgstr "" + +#: redbot/cogs/audio/audio.py:2696 redbot/cogs/audio/audio.py:2706 +#: redbot/cogs/audio/audio.py:2712 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/audio.py:2699 +msgid "Requested by: **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2707 +msgid "Requested by: **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2714 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/audio.py:2732 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2736 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2741 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2752 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining" +msgstr "" + +#: redbot/cogs/audio/audio.py:2761 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/audio.py:2763 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/audio.py:2808 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/audio.py:2811 redbot/cogs/audio/audio.py:3251 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2820 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2832 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2834 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/audio.py:2839 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:2851 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2862 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2866 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:2874 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2897 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2903 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2911 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2917 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:2926 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2932 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/audio.py:2935 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2940 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2956 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2963 +#, docstring +msgid "Pick a track with a search.\\n\\n Use `[p]search list ` to queue all tracks found\\n on YouTube. `[p]search sc ` will search SoundCloud\\n instead of YouTube.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:3027 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:3066 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3072 +msgid "{time} until start of search playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:3238 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3239 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/audio.py:3242 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3243 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/audio.py:3245 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3246 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/audio.py:3264 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`)." +msgstr "" + +#: redbot/cogs/audio/audio.py:3275 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3280 +msgid "You need the DJ role to use seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3286 redbot/cogs/audio/audio.py:3580 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/audio.py:3290 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/audio.py:3299 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3305 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/audio.py:3310 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3318 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3330 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3334 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3342 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3348 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3357 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/audio.py:3373 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/audio.py:3392 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/audio.py:3396 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/audio.py:3399 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/audio.py:3412 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/audio.py:3415 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/audio.py:3495 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3502 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3511 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/audio.py:3524 +msgid "Can't skip to a track while shuffle is enabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:3540 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/audio.py:3563 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:3573 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:3584 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:3586 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/audio.py:3601 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:3605 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/audio.py:3635 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/audio.py:3641 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3653 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/audio.py:3659 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/audio.py:3672 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3683 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:3688 +#, docstring +msgid "Toggle using external lavalink servers." +msgstr "" + +#: redbot/cogs/audio/audio.py:3695 redbot/cogs/audio/audio.py:3705 +msgid "External lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3712 +#, docstring +msgid "Set the lavalink server host." +msgstr "" + +#: redbot/cogs/audio/audio.py:3716 redbot/cogs/audio/audio.py:3721 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3718 redbot/cogs/audio/audio.py:3734 +#: redbot/cogs/audio/audio.py:3752 redbot/cogs/audio/audio.py:3768 +msgid "External lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/audio.py:3727 +#, docstring +msgid "Set the lavalink server password." +msgstr "" + +#: redbot/cogs/audio/audio.py:3732 redbot/cogs/audio/audio.py:3738 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3745 +#, docstring +msgid "Set the lavalink REST server port." +msgstr "" + +#: redbot/cogs/audio/audio.py:3750 redbot/cogs/audio/audio.py:3755 +msgid "REST port set to {port}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3761 +#, docstring +msgid "Set the lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/audio.py:3766 redbot/cogs/audio/audio.py:3771 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3871 +msgid "Not enough {currency} ({required_credits} required)." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/es-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/es-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..75facd7f4e4903d91570590d4ceb8ab0d2bc79ff --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/es-ES.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 51\n" +"Language: es_ES\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"El ámbito debe ser una versión válida de uno de los siguientes:\n" +" Global\n" +" Guild\n" +" User\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "\n" +"El autor debe ser una versión válida de uno de los siguientes:\n" +" ID del Usuario\n" +" Mención al Usuario \n" +" \n" +" Nombre de Usuario#123\n" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "\n" +"El servidor debe ser una versión válida de uno de los siguientes:\n" +" ID del Servidor\n" +" Nombre Exacto del Servidor\n" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "\"{arg}\" no se ha encontrado. Debe ser el ID o el nombre completo de un servidor que el bot pueda ver." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" no se refiere a un servidor único. Por favor, utilice el ID del servidor que está intentando especificar." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "\"{arg}\" no se ha encontrado. Debe ser el ID o nombre o mencionar a un usuario que el bot pueda ver." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "No se pudo emparejar '{}' a una lista de reproducción." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Nada" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "No puedes usar `--guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "No puedes usar `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "No puedes usar `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/fi-FI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/fi-FI.po new file mode 100644 index 0000000000000000000000000000000000000000..1667f0bf80fbb63731b1312e1848aa89f407a12d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/fi-FI.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 51\n" +"Language: fi_FI\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"Tason tulee olla yksi seuraavista:\n" +"​ ​ ​ ​ Global (Globaali)\n" +"​ ​ ​ ​ Guild (Palvelin)\n" +"​ ​ ​ ​ User (Käyttäjä)\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "\n" +"Tekijän tulee olla yksi seuraavista:\n" +"​ ​ ​ ​ Käyttäjä-ID\n" +"​ ​ ​ ​ Käyttäjän maininta\n" +"​ ​ ​ ​ Käyttäjänimi#123\n" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "\n" +"Palvelimen tulee olla yksi seuraavista:\n" +"​ ​ ​ ​ Palvelimen ID\n" +"​ ​ ​ ​ Palvelimen tarkka nimi\n" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "\"{arg}\" ei löytynyt. Sen täytyy olla sellaisen palvelimen ID tai nimi kokonaisuudessaan, minkä botti näkee." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" ei viittaa uniikkiin palvelimeen. Käytä sen palvelimen ID:tä jota tarkoitat." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "\"{arg}\" ei löytynyt. Sen täytyy olla botin näkemän käyttäjän ID, nimi tai maininta." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "Mitään soittolistaa joka täsmäisi '{}' ei löytynyt." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Ei mitään" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "Et voi käyttää argumenttia `--guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "Et voi käyttää argumenttia `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "Et voi käyttää argumenttia `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/fr-FR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/fr-FR.po new file mode 100644 index 0000000000000000000000000000000000000000..a0fd2e1181a3faf15aba26b5784d8a7f6c6e2ab2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/fr-FR.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 51\n" +"Language: fr_FR\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"Scope doit être un des éléments suivant:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "\n" +"Author doit être un des éléments suivant:\n" +"​ ​ ​ ​ Id d'un utilisateur\n" +"​ ​ ​ ​ Mention d'un utilisateur\n" +"​ ​ ​ ​ Nom d'utilisateur#123\n" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "\n" +"Guild doit être une version valide d'un des éléments suivant :\n" +"​ ​ ​ ​ Id d'un serveur\n" +"​ ​ ​ ​ Nom exact d'un serveur\n" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "Impossible de faire correspondre '{}' à une playlist." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Rien" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "Vous ne pouvez pas utiliser `--guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "Vous ne pouvez pas utiliser `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "Vous ne pouvez pas utiliser `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..dc1899bcfefcde2434cfeb6a14d2a8c375f561d4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/he-IL.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 51\n" +"Language: he_IL\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..045d0cfa0898275b14455e755b06b1ed5e71f318 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/hi-IN.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 51\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/hu-HU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/hu-HU.po new file mode 100644 index 0000000000000000000000000000000000000000..8f5b36e022b9582491b033c32a86c8987a0206aa --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/hu-HU.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 51\n" +"Language: hu_HU\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/id-ID.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/id-ID.po new file mode 100644 index 0000000000000000000000000000000000000000..c8fda0ee439811d75223b3d0455c4f7e9af2c775 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/id-ID.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 51\n" +"Language: id_ID\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/it-IT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/it-IT.po new file mode 100644 index 0000000000000000000000000000000000000000..e69cc51d7bce31d6aeb2f7015c85ddc5917d6be3 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/it-IT.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 51\n" +"Language: it_IT\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ja-JP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ja-JP.po new file mode 100644 index 0000000000000000000000000000000000000000..106b850e3754f45dacc2d3b868c6ed0874592fd0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ja-JP.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 51\n" +"Language: ja_JP\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..a131131ce1a694dd0648c711695bd1bc95eac4b7 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ko-KR.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 51\n" +"Language: ko_KR\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/lol-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/lol-US.po new file mode 100644 index 0000000000000000000000000000000000000000..6534eb353e2f723953577ebae424eda9b670c660 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/lol-US.po @@ -0,0 +1,1290 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-06 16:14\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: LOLCAT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: lol\n" +"X-Crowdin-File: /cogs/audio/locales/messages.pot\n" +"Language: lol_US\n" + +#: redbot/cogs/audio/audio.py:47 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + +#: redbot/cogs/audio/audio.py:260 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/audio.py:300 redbot/cogs/audio/audio.py:1317 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/audio.py:304 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/audio.py:331 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/audio.py:350 +msgid "Track Error" +msgstr "" + +#: redbot/cogs/audio/audio.py:355 +msgid "Skipping..." +msgstr "" + +#: redbot/cogs/audio/audio.py:363 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:369 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over [p]audioset emptydisconnect.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:377 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:385 +#, docstring +msgid "Toggle DJ mode.\\n\\n DJ mode allows users with the DJ role to use audio commands.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:392 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/audio.py:400 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:405 +msgid "DJ role enabled: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:411 +#, docstring +msgid "Auto-disconnection after x seconds while stopped. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:413 redbot/cogs/audio/audio.py:436 +#: redbot/cogs/audio/audio.py:543 redbot/cogs/audio/audio.py:687 +msgid "Can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/audio.py:418 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:423 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/audio.py:434 +#, docstring +msgid "Set a price for queueing tracks for non-mods. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:439 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:444 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/audio.py:455 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\\n\\n Leave the path blank to reset the path to the default, the Audio data directory.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:463 +msgid "The localtracks path location has been reset to the default location." +msgstr "" + +#: redbot/cogs/audio/audio.py:466 +msgid "This setting is only for bot owners to set a localtracks folder location if the Lavalink.jar is being ran from outside of the Audio data directory.\\nIn the example below, the full path for 'ParentDirectory' must be passed to this command.\\nThe path must not contain spaces.\\n```\\nParentDirectory\\n |__ localtracks (folder)\\n | |__ Awesome Album Name (folder)\\n | |__01 Cool Song.mp3\\n | |__02 Groovy Song.mp3\\n |\\n |__ Lavalink.jar\\n |__ application.yml\\n```\\nThe folder path given to this command must contain the Lavalink.jar, the application.yml, and the localtracks folder.\\nUse this command with no path given to reset it to the default, the Audio data directory for this bot.\\nDo you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/audio.py:505 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/audio.py:520 +msgid "The path that was entered does not have {filelist} file in that location. The path will still be saved, but please check the path and the file location before attempting to play local tracks or start your Lavalink.jar." +msgstr "" + +#: redbot/cogs/audio/audio.py:530 +msgid "Localtracks path set to: {local_path}." +msgstr "" + +#: redbot/cogs/audio/audio.py:536 +#, docstring +msgid "Max length of a track to queue in seconds. 0 to disable.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n Invalid input will turn the max length setting off." +msgstr "" + +#: redbot/cogs/audio/audio.py:545 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:549 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/audio.py:559 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/audio.py:563 +msgid "Verbose mode on: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:569 +#, docstring +msgid "Toggle the domain restriction on Audio.\\n\\n When toggled off, users will be able to play songs from non-commercial websites and links.\\n When toggled on, users are restricted to YouTube, SoundCloud, Mixer, Vimeo, Twitch, and Bandcamp links." +msgstr "" + +#: redbot/cogs/audio/audio.py:576 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:582 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/audio.py:585 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:589 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/audio.py:604 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/audio.py:606 +msgid "Auto-disconnect: [{dc}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:609 +msgid "Disconnect timer: [{num_seconds}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:613 +msgid "DJ Role: [{role.name}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:615 +msgid "Jukebox: [{jukebox_name}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:616 +msgid "Command price: [{jukebox_price}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:618 +msgid "Max track length: [{tracklength}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:621 +msgid "Repeat: [{repeat}]\\nShuffle: [{shuffle}]\\nSong notify msgs: [{notify}]\\nSongs as status: [{status}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:628 +msgid "Thumbnails: [{0}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:630 +msgid "Vote skip: [{vote_enabled}]\\nSkip percentage: [{vote_percent}%]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:633 +msgid "---Lavalink Settings--- \\nCog version: [{version}]\\nJar build: [{jarbuild}]\\nExternal server: [{use_external_lavalink}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:640 +msgid "Localtracks path: [{localpath}]\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:648 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/audio.py:649 +msgid "1. Go to Spotify developers and log in with your Spotify account.\\n(https://developer.spotify.com/dashboard/applications)\\n2. Click \\\"Create An App\\\".\\n3. Fill out the form provided with your app name, etc.\\n4. When asked if you're developing commercial integration select \\\"No\\\".\\n5. Accept the terms and conditions.\\n6. Copy your client ID and your client secret into:\\n`{prefix}set api spotify client_id, client_secret,`" +msgstr "" + +#: redbot/cogs/audio/audio.py:665 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/audio.py:669 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:675 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/audio.py:679 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:685 +#, docstring +msgid "Percentage needed for non-mods to skip tracks. 0 to disable." +msgstr "" + +#: redbot/cogs/audio/audio.py:693 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/audio.py:698 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/audio.py:707 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/audio.py:726 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/audio.py:754 redbot/cogs/audio/audio.py:782 +#: redbot/cogs/audio/audio.py:819 redbot/cogs/audio/audio.py:847 +#: redbot/cogs/audio/audio.py:914 redbot/cogs/audio/audio.py:932 +#: redbot/cogs/audio/audio.py:956 redbot/cogs/audio/audio.py:1026 +#: redbot/cogs/audio/audio.py:1280 redbot/cogs/audio/audio.py:1371 +#: redbot/cogs/audio/audio.py:1388 redbot/cogs/audio/audio.py:1411 +#: redbot/cogs/audio/audio.py:1419 redbot/cogs/audio/audio.py:2190 +#: redbot/cogs/audio/audio.py:2527 redbot/cogs/audio/audio.py:2860 +#: redbot/cogs/audio/audio.py:3201 redbot/cogs/audio/audio.py:3255 +#: redbot/cogs/audio/audio.py:3305 redbot/cogs/audio/audio.py:3497 +#: redbot/cogs/audio/audio.py:3575 redbot/cogs/audio/audio.py:3605 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/audio.py:758 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/audio.py:764 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/audio.py:779 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:788 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/audio.py:792 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:795 redbot/cogs/audio/audio.py:2875 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/audio.py:810 +msgid "Moved {track} to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:817 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:826 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/audio.py:830 +msgid "There are other people listening to music." +msgstr "" + +#: redbot/cogs/audio/audio.py:845 +#, docstring +msgid "Equalizer management." +msgstr "" + +#: redbot/cogs/audio/audio.py:865 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:887 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:890 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/audio.py:897 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/audio.py:903 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:930 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/audio.py:946 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/audio.py:954 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:958 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:972 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:981 redbot/cogs/audio/audio.py:2213 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/audio.py:985 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/audio.py:994 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/audio.py:1019 +#, docstring +msgid "Set an eq band with a band number or name and value.\\n\\n Band positions are 1-15 and values have a range of -0.25 to 1.0.\\n Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k, 6.3k, 10k, and 16k Hz.\\n Setting a band value to -0.25 nullifies it while +0.25 is double.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:1063 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/audio.py:1099 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/audio.py:1104 +#, docstring +msgid "Play all songs in a localtracks folder." +msgstr "" + +#: redbot/cogs/audio/audio.py:1115 +msgid "No localtracks folder named {name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1121 +#, docstring +msgid "Play a local track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1126 +msgid "No local track folders found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1169 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/audio.py:1174 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1181 redbot/cogs/audio/audio.py:2816 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/audio.py:1269 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/audio.py:1278 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/audio.py:1298 +msgid "Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/audio.py:1308 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/audio.py:1368 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1377 +msgid "You must be in the voice channel pause or resume." +msgstr "" + +#: redbot/cogs/audio/audio.py:1384 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:1401 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/audio.py:1407 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/audio.py:1417 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/audio.py:1443 +msgid "Nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:1465 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/audio.py:1474 +#, docstring +msgid "Play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/audio.py:1481 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/audio.py:1484 redbot/cogs/audio/audio.py:2437 +#: redbot/cogs/audio/audio.py:2928 redbot/cogs/audio/audio.py:3047 +msgid "Connection to Lavalink has failed." +msgstr "" + +#: redbot/cogs/audio/audio.py:1486 redbot/cogs/audio/audio.py:2439 +#: redbot/cogs/audio/audio.py:2930 redbot/cogs/audio/audio.py:3049 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/audio.py:1495 redbot/cogs/audio/audio.py:2449 +#: redbot/cogs/audio/audio.py:2939 redbot/cogs/audio/audio.py:3543 +msgid "I don't have permission to connect to your channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:1501 redbot/cogs/audio/audio.py:2461 +#: redbot/cogs/audio/audio.py:2945 redbot/cogs/audio/audio.py:3056 +#: redbot/cogs/audio/audio.py:3555 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/audio.py:1504 redbot/cogs/audio/audio.py:2457 +#: redbot/cogs/audio/audio.py:2948 redbot/cogs/audio/audio.py:3059 +#: redbot/cogs/audio/audio.py:3558 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/audio.py:1508 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:1519 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/audio.py:1525 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/audio.py:1565 +msgid "The owner needs to set the Spotify client ID, Spotify client secret, and YouTube API key before Spotify URLs or codes can be used. \\nSee `{prefix}audioset youtubeapi` and `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1575 redbot/cogs/audio/audio.py:2493 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/audio.py:1592 redbot/cogs/audio/audio.py:1657 +#: redbot/cogs/audio/audio.py:2499 redbot/cogs/audio/audio.py:2509 +#: redbot/cogs/audio/audio.py:2973 redbot/cogs/audio/audio.py:3027 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/audio.py:1600 +msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1639 redbot/cogs/audio/audio.py:1776 +msgid "This doesn't seem to be a valid Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/audio.py:1688 redbot/cogs/audio/audio.py:2320 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/audio.py:1689 redbot/cogs/audio/audio.py:2321 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/audio.py:1695 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1711 redbot/cogs/audio/audio.py:3125 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/audio.py:1717 +msgid "Nothing found. Check your Lavalink logs for details." +msgstr "" + +#: redbot/cogs/audio/audio.py:1732 redbot/cogs/audio/audio.py:3108 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/audio.py:1736 redbot/cogs/audio/audio.py:3114 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1741 redbot/cogs/audio/audio.py:3119 +msgid "#{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:1761 +msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/audio.py:1793 redbot/cogs/audio/audio.py:2384 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/audio.py:1809 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1826 redbot/cogs/audio/audio.py:2401 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/audio.py:1840 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/audio.py:1850 +msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/audio.py:1871 +#, docstring +msgid "Playlist configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:1876 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\\n\\n The track(s) will be appended to the end of the playlist.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:1888 redbot/cogs/audio/audio.py:2028 +#: redbot/cogs/audio/audio.py:2241 +msgid "You are not the author of that playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1898 +msgid "{track} is already in {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1907 redbot/cogs/audio/audio.py:2032 +#: redbot/cogs/audio/audio.py:2081 redbot/cogs/audio/audio.py:2244 +msgid "No playlist with that name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1914 +msgid "{track} appended to {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1920 +msgid "{num} tracks appended to {playlist}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1928 +#, docstring +msgid "Copy a playlist from one server to another." +msgstr "" + +#: redbot/cogs/audio/audio.py:1932 +msgid "Invalid server ID for source server." +msgstr "" + +#: redbot/cogs/audio/audio.py:1934 +msgid "Invalid server ID for target server." +msgstr "" + +#: redbot/cogs/audio/audio.py:1939 +msgid "No playlist with that name in {from_guild_name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1950 +msgid "Playlist {name} copied from {from_guild_name} to {to_guild_name}." +msgstr "" + +#: redbot/cogs/audio/audio.py:1962 +msgid "A playlist with that name already exists in {to_guild_name}.\\nPlease enter a new name for this playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:1975 +msgid "Try the playlist copy command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1980 +msgid "Playlist name already exists in {to_guild_name}, try the playlist copy command again with a different name." +msgstr "" + +#: redbot/cogs/audio/audio.py:1986 redbot/cogs/audio/audio.py:2220 +msgid "No playlist name entered, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:1991 +msgid "Playlist {name} copied from {from_guild_name} to {to_guild_name}.\\nNew playlist name on {to_guild_name}: {new_name}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2003 +#, docstring +msgid "Create an empty playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2007 redbot/cogs/audio/audio.py:2183 +msgid "You need the DJ role to save playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2011 redbot/cogs/audio/audio.py:2187 +#: redbot/cogs/audio/audio.py:2217 +msgid "Playlist name already exists, try again with a different name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2017 +msgid "Empty playlist {name} created." +msgstr "" + +#: redbot/cogs/audio/audio.py:2021 +#, docstring +msgid "Delete a saved playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2033 +msgid "{name} playlist deleted." +msgstr "" + +#: redbot/cogs/audio/audio.py:2039 +#, docstring +msgid "Download a copy of a playlist.\\n\\n These files can be used with the [p]playlist upload command.\\n Red v2-compatible playlists can be generated by passing True\\n for the v2 variable." +msgstr "" + +#: redbot/cogs/audio/audio.py:2061 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2063 redbot/cogs/audio/audio.py:2331 +msgid "That playlist doesn't exist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2076 +#, docstring +msgid "Retrieve information from a saved playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2101 +msgid "Playlist info for {playlist_name}:\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2105 +msgid "Playlist info for {playlist_name}:\\nURL: {url}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2116 +msgid "Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/audio.py:2126 +#, docstring +msgid "List saved playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2129 +msgid "No saved playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2141 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2142 +msgid "Author: {name}\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2166 +msgid "Playlists for {server_name}:" +msgstr "" + +#: redbot/cogs/audio/audio.py:2170 +msgid "Page {page_num}/{total_pages} | {num} playlists" +msgstr "" + +#: redbot/cogs/audio/audio.py:2179 +#, docstring +msgid "Save the queue to a playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2193 redbot/cogs/audio/audio.py:2590 +#: redbot/cogs/audio/audio.py:2593 redbot/cogs/audio/audio.py:2613 +#: redbot/cogs/audio/audio.py:2756 redbot/cogs/audio/audio.py:2759 +#: redbot/cogs/audio/audio.py:2775 redbot/cogs/audio/audio.py:2778 +#: redbot/cogs/audio/audio.py:2810 redbot/cogs/audio/audio.py:2812 +#: redbot/cogs/audio/audio.py:3418 redbot/cogs/audio/audio.py:3422 +#: redbot/cogs/audio/audio.py:3429 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2202 +msgid "Please enter a name for this playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2227 +msgid "Playlist {name} saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/audio.py:2234 +#, docstring +msgid "Remove a track from a playlist by url." +msgstr "" + +#: redbot/cogs/audio/audio.py:2248 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2252 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2259 +msgid "{num} entries have been removed from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2266 +msgid "The track has been removed from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2273 +#, docstring +msgid "Save a playlist from a url." +msgstr "" + +#: redbot/cogs/audio/audio.py:2285 +msgid "Playlist {name} saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/audio.py:2292 +#, docstring +msgid "Load a playlist into the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2336 +#, docstring +msgid "Convert a Red v2 playlist file to a playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2342 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/audio.py:2350 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/audio.py:2354 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/audio.py:2358 +msgid "Only playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/audio.py:2363 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/audio.py:2379 +msgid "A playlist already exists with this name." +msgstr "" + +#: redbot/cogs/audio/audio.py:2407 +msgid "No tracks found." +msgstr "" + +#: redbot/cogs/audio/audio.py:2413 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/audio.py:2418 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/audio.py:2422 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/audio.py:2433 +msgid "You need the DJ role to use playlists." +msgstr "" + +#: redbot/cogs/audio/audio.py:2471 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/audio.py:2525 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/audio.py:2535 redbot/cogs/audio/audio.py:3317 +msgid "You need the DJ role to skip tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2540 redbot/cogs/audio/audio.py:3311 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:2543 +msgid "Turn shuffle off to use this command." +msgstr "" + +#: redbot/cogs/audio/audio.py:2545 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/audio.py:2562 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/audio.py:2571 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2622 +msgid "**Currently livestreaming:**" +msgstr "" + +#: redbot/cogs/audio/audio.py:2628 redbot/cogs/audio/audio.py:2638 +#: redbot/cogs/audio/audio.py:2644 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/audio.py:2631 +msgid "Requested by: **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2639 +msgid "Requested by: **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2646 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/audio.py:2664 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2668 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2673 +msgid "requested by **{user}**\\n" +msgstr "" + +#: redbot/cogs/audio/audio.py:2684 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining" +msgstr "" + +#: redbot/cogs/audio/audio.py:2693 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/audio.py:2695 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/audio.py:2740 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/audio.py:2743 redbot/cogs/audio/audio.py:3182 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/audio.py:2752 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2764 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2766 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/audio.py:2771 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:2783 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2794 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2798 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:2806 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2829 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2835 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2843 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/audio.py:2849 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:2857 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2863 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/audio.py:2866 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2871 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2887 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:2894 +#, docstring +msgid "Pick a track with a search.\\n\\n Use `[p]search list ` to queue all tracks found\\n on YouTube. `[p]search sc ` will search SoundCloud\\n instead of YouTube.\\n " +msgstr "" + +#: redbot/cogs/audio/audio.py:2958 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/audio.py:2997 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3003 +msgid "{time} until start of search playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/audio.py:3169 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3170 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/audio.py:3173 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3174 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/audio.py:3176 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3177 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/audio.py:3195 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`)." +msgstr "" + +#: redbot/cogs/audio/audio.py:3206 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3211 +msgid "You need the DJ role to use seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3217 redbot/cogs/audio/audio.py:3510 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/audio.py:3221 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/audio.py:3230 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/audio.py:3236 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/audio.py:3241 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3249 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3261 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3265 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3273 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/audio.py:3279 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3287 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/audio.py:3303 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/audio.py:3322 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/audio.py:3326 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/audio.py:3329 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/audio.py:3342 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/audio.py:3345 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/audio.py:3425 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3432 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/audio.py:3441 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/audio.py:3454 +msgid "Can't skip to a track while shuffle is enabled." +msgstr "" + +#: redbot/cogs/audio/audio.py:3470 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/audio.py:3493 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/audio.py:3503 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:3514 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/audio.py:3516 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/audio.py:3531 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/audio.py:3535 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/audio.py:3565 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/audio.py:3571 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3583 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/audio.py:3589 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/audio.py:3602 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/audio.py:3613 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/audio.py:3618 +#, docstring +msgid "Toggle using external lavalink servers." +msgstr "" + +#: redbot/cogs/audio/audio.py:3625 redbot/cogs/audio/audio.py:3635 +msgid "External lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3642 +#, docstring +msgid "Set the lavalink server host." +msgstr "" + +#: redbot/cogs/audio/audio.py:3646 redbot/cogs/audio/audio.py:3651 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3648 redbot/cogs/audio/audio.py:3664 +#: redbot/cogs/audio/audio.py:3682 redbot/cogs/audio/audio.py:3698 +msgid "External lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/audio.py:3657 +#, docstring +msgid "Set the lavalink server password." +msgstr "" + +#: redbot/cogs/audio/audio.py:3662 redbot/cogs/audio/audio.py:3668 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3675 +#, docstring +msgid "Set the lavalink REST server port." +msgstr "" + +#: redbot/cogs/audio/audio.py:3680 redbot/cogs/audio/audio.py:3685 +msgid "REST port set to {port}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3691 +#, docstring +msgid "Set the lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/audio.py:3696 redbot/cogs/audio/audio.py:3701 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/audio.py:3801 +msgid "Not enough {currency} ({required_credits} required)." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/nb-NO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/nb-NO.po new file mode 100644 index 0000000000000000000000000000000000000000..89615714aafa942c99a51591f11376756cfc119e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/nb-NO.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 51\n" +"Language: nb_NO\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"Omfang må være en gyldig versjon av et av følgende:\n" +" Global\n" +" Guild\n" +" User\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "\n" +"Skribent må være en gyldig versjon av en av følgende:\n" +" User ID\n" +" User Mention\n" +"lUser Name#123\n" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "\n" +"Guild må være en gyldig versjon av et av følgende:\n" +"⋅Guild ID\n" +" Exact guild name\n" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "\"{arg}\" ble ikke funnet. Det må være ID-en til den serveren som boten kan se." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" refererer ikke til en unik server. Bruk ID'en til serveren du prøver å spesifisere." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "\"{arg}\" ble ikke funnet. Det må være ID-en eller navnet eller nevne en bruker som boten kan se." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "Kan ikke koble til '{}' i en spilleliste." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Ingenting" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "Du kan ikke bruke `-guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "Du kan ikke bruke `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "Du kan ikke bruke `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/nl-NL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/nl-NL.po new file mode 100644 index 0000000000000000000000000000000000000000..ed018ce08bb1e29a8bdc70362ed85bd62749f1cd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/nl-NL.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 51\n" +"Language: nl_NL\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pl-PL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pl-PL.po new file mode 100644 index 0000000000000000000000000000000000000000..7b166cf9c6c1475fb31e876affde8d59a1fb5dd2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pl-PL.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 51\n" +"Language: pl_PL\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"Zakres musi być poprawną wersją jednego z poniższych:\n" +" ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "\n" +"Autor musi być prawidłową wersją jednego z następujących elementów::\n" +"​ ​ ​ ​ ID użytkownika\n" +"​ ​ ​ ​ Wzmianka użytkowika\n" +"​ ​ ​ ​ Nazwa Użytkownika#123\n" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "\n" +"Gildia musi być poprawną wersją jednego z poniższych:\n" +" ​ ​ ​ ID Gildii\n" +"​ ​ ​ ​Dokładna nazwa gildii\n" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "Nie znaleziono \"{arg}\". Musi to być identyfikator lub pełna nazwa serwera, który bot może zobaczyć." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" nie odnosi się do unikalnego serwera. Użyj identyfikatora serwera, który próbujesz określić." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "Nie znaleziono \"{arg}\". Musi to być identyfikator lub nazwa lub wzmianka o użytkowniku, którego bot widzi." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "Nie można dopasować „{}” do listy odtwarzania." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Nie znaleziono" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "Nie możesz użyć `--guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "Nie możesz użyć `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "Nie możesz użyć `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pt-BR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pt-BR.po new file mode 100644 index 0000000000000000000000000000000000000000..3df0679fdfd30d85f18002e70db406f420a6eec4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pt-BR.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 51\n" +"Language: pt_BR\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pt-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pt-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..54b1f3c87134669413016c9d17d971f746fea526 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/pt-PT.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 51\n" +"Language: pt_PT\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..6ffa6cf90be2fd8c220ba6e697b85430f0e8413d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ro-RO.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 51\n" +"Language: ro_RO\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ru-RU.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ru-RU.po new file mode 100644 index 0000000000000000000000000000000000000000..e3b95a3c7489c1f640667c2516b56bbe3dc1492e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/ru-RU.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 51\n" +"Language: ru_RU\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "{arg}\" не найден. Это должен быть ID или полное имя сервера, которое может увидеть бот." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "{arg}\" не относится к уникальному серверу. Пожалуйста, используйте ID сервера, который вы пытаетесь указать." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "Не удалось сопоставить '{}' с плейлистом." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Ничего" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "Вы не можете использовать `--guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "Вы не можете использовать `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "Вы не можете использовать `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sk-SK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sk-SK.po new file mode 100644 index 0000000000000000000000000000000000000000..3088ba92f286433c5d1793e0c41e6b7763e69de1 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sk-SK.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 51\n" +"Language: sk_SK\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sl-SI.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sl-SI.po new file mode 100644 index 0000000000000000000000000000000000000000..644197e17ad8a258f11a47f2ef214e20ad1b760f --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sl-SI.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 51\n" +"Language: sl_SI\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"Obseg mora biti veljavna različica enega od naslednjih:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "\n" +"Avtor mora biti različica enega od naslednjih:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "\n" +"Guild mora biti veljavna različica enega od naslednjih:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "\"{arg}\" ne obstaja. Mora biti ID ali polno ime strežnika katerega lahko bot vidi." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" ne cilja na strežnik. Uporabi ID strežnika katerega želiš izbrati." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "\"{arg}\" ne obstaja. Vsebovati mora ID ali ime ali omembo katerega bor lahko vidi." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "'{}' ne ustreza nobenemu seznamu predvajanja." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Nič" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "Ne moreš uporabiti `--guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "Ne moreš uporabiti `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "Ne moreš uporabiti `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..035bf437667d9c92bd8edff8f34852e7ad848579 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sr-CS.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 51\n" +"Language: sr_CS\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..d093e082ded13fbe93b13a2265a36200eca5592e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sr-SP.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 51\n" +"Language: sr_SP\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sv-SE.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sv-SE.po new file mode 100644 index 0000000000000000000000000000000000000000..0c2ef5ce3554eaa3b8bf8004aa696869b589fdf2 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/sv-SE.po @@ -0,0 +1,80 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 51\n" +"Language: sv_SE\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"Tillämpningsområdet måste vara en giltig version av något av följande:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "\"{arg}\" hittades inte. Det måste vara ett ID eller ett komplett namn på en server som roboten kan se." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" refererar inte till en unik server. Använd ID för servern du försöker specificera." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "\"{arg}\" hittades inte. Det måste vara ID eller namn eller nämna en användare som roboten kan se." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "Kunde inte matcha '{}' till en spellista." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Ingenting" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "Du kan inte använda `--guild`" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "Du kan inte använda `--to-server`" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "Du kan inte använda `--from-server`" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/tr-TR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/tr-TR.po new file mode 100644 index 0000000000000000000000000000000000000000..e1814ff42f82b64d1f51a839754985cf88250741 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/tr-TR.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 51\n" +"Language: tr_TR\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "\n" +"Kapsam bunlardan biri olmalıdır:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "\n" +"Yapımcı bunlardan biri olmalıdır:\n" +"​ ​ ​ ​ Kullanıcı IDsi\n" +"​ ​ ​ ​ Kullanıcı etiketi\n" +"​ ​ ​ ​ Kullanıcı Adı#123\n" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "\n" +"Sunucu bunlardan biri olmalıdır:\n" +"​ ​ ​ ​ Sunucu IDsi\n" +"​ ​ ​ ​ Sunucu tam adı\n" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "\"{arg}\" bulunamadı. Botun görebildiği bir sunucunun IDsi veya tam adı olmak zorundadır." + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "\"{arg}\" kesin bir sunucuya denk gelmemekte. Lütfen belirtmeye çalıştığınız sunucunun ID sini kullanın." + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "\"{arg}\" bulunamadı. Botun görebildiği bir kişinin etiketlenmesi veya o kişinin IDsi olmak zorundadır." + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "'{}' bir çalma listesi ile eşleşmiyor." + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "Hiçbir şey" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "`--guild` kullanamazsınız" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "`--to-server` kullanamazsınız" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "`--from-server` kullanamazsınız" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/uk-UA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/uk-UA.po new file mode 100644 index 0000000000000000000000000000000000000000..30cb9252cf048dd1bd9cf9140827440c0f54450c --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/uk-UA.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 51\n" +"Language: uk_UA\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-CN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-CN.po new file mode 100644 index 0000000000000000000000000000000000000000..1c287a70af9df23f3a0ec5c5f965430122f18483 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-CN.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 51\n" +"Language: zh_CN\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-HK.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-HK.po new file mode 100644 index 0000000000000000000000000000000000000000..16e33371869b2f9f948c5b3ab618265b70eb8d73 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-HK.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 51\n" +"Language: zh_HK\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-TW.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-TW.po new file mode 100644 index 0000000000000000000000000000000000000000..9549e70eea36da80ce8f173217833402636429e0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/locales/zh-TW.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 51\n" +"Language: zh_TW\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/utils.py b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..42a591426e9179729a342ff214ce092df234916e --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/audio/utils.py @@ -0,0 +1,350 @@ +import asyncio +import contextlib +import math +import platform +import re +import sys +import time + +from enum import Enum, unique +from pathlib import Path +from typing import MutableMapping, Tuple, Union + +import discord +import psutil +from red_commons.logging import getLogger + +from redbot.core import commands +from redbot.core.bot import Red +from redbot.core.i18n import Translator + +log = getLogger("red.cogs.Audio.task.callback") +_ = Translator("Audio", Path(__file__)) + + +def get_max_allocation_size(exec) -> Tuple[int, bool]: + if platform.architecture(exec)[0] == "64bit": + max_heap_allowed = psutil.virtual_memory().total + thinks_is_64_bit = True + else: + max_heap_allowed = 4 * 1024**3 + thinks_is_64_bit = False + return max_heap_allowed, thinks_is_64_bit + + +def get_jar_ram_defaults() -> Tuple[str, str]: + min_ram = 64 * 1024**2 + # We don't know the java executable at this stage - not worth the extra work required here + max_allocation, is_64bit = get_max_allocation_size(sys.executable) + max_ram_allowed = max_allocation * 0.5 if is_64bit else max_allocation + max_ram = max(min_ram, max_ram_allowed) + size_name = ("", "K", "M", "G", "T") + i = int(math.floor(math.log(min_ram, 1024))) + p = math.pow(1024, i) + s = int(min_ram // p) + min_ram = f"{s}{size_name[i]}" + + i = int(math.floor(math.log(max_ram, 1024))) + p = math.pow(1024, i) + s = int(max_ram // p) + max_ram = f"{s}{size_name[i]}" + + return min_ram, max_ram + + +MIN_JAVA_RAM, MAX_JAVA_RAM = get_jar_ram_defaults() + +DEFAULT_LAVALINK_YAML = { + # The nesting structure of this dict is very important, it's a 1:1 mirror of application.yaml in JSON + "yaml__server__address": "localhost", + "yaml__server__port": 2333, + "yaml__lavalink__server__password": "youshallnotpass", + "yaml__lavalink__server__sources__http": True, + "yaml__lavalink__server__sources__bandcamp": True, + "yaml__lavalink__server__sources__local": True, + "yaml__lavalink__server__sources__soundcloud": True, + "yaml__lavalink__server__sources__youtube": True, + "yaml__lavalink__server__sources__twitch": True, + "yaml__lavalink__server__sources__vimeo": True, + "yaml__lavalink__server__bufferDurationMs": 400, + "yaml__lavalink__server__frameBufferDurationMs": 1000, + # 100 pages - 100 entries per page = 10,000 tracks which is the Audio Limit for a single playlist. + "yaml__lavalink__server__youtubePlaylistLoadLimit": 100, + "yaml__lavalink__server__playerUpdateInterval": 1, + "yaml__lavalink__server__youtubeSearchEnabled": True, + "yaml__lavalink__server__soundcloudSearchEnabled": True, + "yaml__lavalink__server__gc_warnings": True, + "yaml__metrics__prometheus__enabled": False, + "yaml__metrics__prometheus__endpoint": "/metrics", + "yaml__sentry__dsn": "", + "yaml__sentry__environment": "", + "yaml__logging__file__path": "./logs/", + "yaml__logging__level__root": "INFO", + "yaml__logging__level__lavalink": "INFO", + "yaml__logging__logback__rollingpolicy__max_history": 15, + "yaml__logging__logback__rollingpolicy__max_size": "10MB", +} + +DEFAULT_LAVALINK_SETTINGS = { + "host": DEFAULT_LAVALINK_YAML["yaml__server__address"], + "rest_port": DEFAULT_LAVALINK_YAML["yaml__server__port"], + "ws_port": DEFAULT_LAVALINK_YAML["yaml__server__port"], + "password": DEFAULT_LAVALINK_YAML["yaml__lavalink__server__password"], + "secured_ws": False, + "java__Xms": MIN_JAVA_RAM, + "java__Xmx": MAX_JAVA_RAM, +} + + +def sizeof_fmt(num: Union[float, int]) -> str: + for unit in ["", "K", "M", "G", "T", "P", "E", "Z"]: + if abs(num) < 1024.0: + return f"{num:3.1f}{unit}" + num /= 1024.0 + return f"{num:.1f}Y" + + +# This assumes all keys with `_` should be converted from `part1_part2` to `part1-part2` +def convert_function(key: str) -> str: + return key.replace("_", "-") + + +def change_dict_naming_convention(data) -> dict: + new = {} + for k, v in data.items(): + new_v = v + if isinstance(v, dict): + new_v = change_dict_naming_convention(v) + elif isinstance(v, list): + new_v = list() + for x in v: + new_v.append(change_dict_naming_convention(x)) + new[convert_function(k)] = new_v + return new + + +class CacheLevel: + __slots__ = ("value",) + + def __init__(self, level=0): + if not isinstance(level, int): + raise TypeError( + f"Expected int parameter, received {level.__class__.__name__} instead." + ) + elif level < 0: + level = 0 + elif level > 0b11111: + level = 0b11111 + + self.value = level + + def __eq__(self, other): + return isinstance(other, CacheLevel) and self.value == other.value + + def __ne__(self, other): + return not self.__eq__(other) + + def __hash__(self): + return hash(self.value) + + def __add__(self, other): + return CacheLevel(self.value + other.value) + + def __radd__(self, other): + return CacheLevel(other.value + self.value) + + def __sub__(self, other): + return CacheLevel(self.value - other.value) + + def __rsub__(self, other): + return CacheLevel(other.value - self.value) + + def __str__(self): + return "{0:b}".format(self.value) + + def __format__(self, format_spec): + return "{r:{f}}".format(r=self.value, f=format_spec) + + def __repr__(self): + return f"" + + def is_subset(self, other): + """Returns ``True`` if self has the same or fewer caching levels as other.""" + return (self.value & other.value) == self.value + + def is_superset(self, other): + """Returns ``True`` if self has the same or more caching levels as other.""" + return (self.value | other.value) == self.value + + def is_strict_subset(self, other): + """Returns ``True`` if the caching level on other are a strict subset of those on self.""" + return self.is_subset(other) and self != other + + def is_strict_superset(self, other): + """Returns ``True`` if the caching level on + other are a strict superset of those on self.""" + return self.is_superset(other) and self != other + + __le__ = is_subset + __ge__ = is_superset + __lt__ = is_strict_subset + __gt__ = is_strict_superset + + @classmethod + def all(cls): + """A factory method that creates a :class:`CacheLevel` with max caching level.""" + return cls(0b11111) + + @classmethod + def none(cls): + """A factory method that creates a :class:`CacheLevel` with no caching.""" + return cls(0) + + @classmethod + def set_spotify(cls): + """A factory method that creates a :class:`CacheLevel` with Spotify caching level.""" + return cls(0b00011) + + @classmethod + def set_youtube(cls): + """A factory method that creates a :class:`CacheLevel` with YouTube caching level.""" + return cls(0b00100) + + @classmethod + def set_lavalink(cls): + """A factory method that creates a :class:`CacheLevel` with lavalink caching level.""" + return cls(0b11000) + + def _bit(self, index): + return bool((self.value >> index) & 1) + + def _set(self, index, value): + if value is True: + self.value |= 1 << index + elif value is False: + self.value &= ~(1 << index) + else: + raise TypeError("Value to set for CacheLevel must be a bool.") + + @property + def lavalink(self): + """:class:`bool`: Returns ``True`` if a user can deafen other users.""" + return self._bit(4) + + @lavalink.setter + def lavalink(self, value): + self._set(4, value) + + @property + def youtube(self): + """:class:`bool`: Returns ``True`` if a user can move users between other voice + channels.""" + return self._bit(2) + + @youtube.setter + def youtube(self, value): + self._set(2, value) + + @property + def spotify(self): + """:class:`bool`: Returns ``True`` if a user can use voice activation in voice channels.""" + return self._bit(1) + + @spotify.setter + def spotify(self, value): + self._set(1, value) + + +class Notifier: + def __init__( + self, ctx: commands.Context, message: discord.Message, updates: MutableMapping, **kwargs + ): + self.context = ctx + self.message = message + self.updates = updates + self.color = None + self.last_msg_time = 0 + self.cooldown = 5 + + async def notify_user( + self, + current: int = None, + total: int = None, + key: str = None, + seconds_key: str = None, + seconds: str = None, + ): + """This updates an existing message. + + Based on the message found in :variable:`Notifier.updates` as per the `key` param + """ + if self.last_msg_time + self.cooldown > time.time() and not current == total: + return + if self.color is None: + self.color = await self.context.embed_colour() + embed2 = discord.Embed( + colour=self.color, + title=self.updates.get(key, "").format(num=current, total=total, seconds=seconds), + ) + if seconds and seconds_key: + embed2.set_footer(text=self.updates.get(seconds_key, "").format(seconds=seconds)) + try: + await self.message.edit(embed=embed2) + self.last_msg_time = int(time.time()) + except discord.errors.NotFound: + pass + + async def update_text(self, text: str): + embed2 = discord.Embed(colour=self.color, title=text) + try: + await self.message.edit(embed=embed2) + except discord.errors.NotFound: + pass + + async def update_embed(self, embed: discord.Embed): + try: + await self.message.edit(embed=embed) + self.last_msg_time = int(time.time()) + except discord.errors.NotFound: + pass + + +@unique +class PlaylistScope(Enum): + GLOBAL = "GLOBALPLAYLIST" + GUILD = "GUILDPLAYLIST" + USER = "USERPLAYLIST" + + def __str__(self): + return "{0}".format(self.value) + + @staticmethod + def list(): + return list(map(lambda c: c.value, PlaylistScope)) + + +def has_managed_server(): + async def pred(ctx: commands.Context): + if ctx.cog is None: + return True + external = await ctx.cog.config.use_external_lavalink() + return not external + + return commands.check(pred) + + +def has_unmanaged_server(): + async def pred(ctx: commands.Context): + if ctx.cog is None: + return True + external = await ctx.cog.config.use_external_lavalink() + return external + + return commands.check(pred) + + +async def replace_p_with_prefix(bot: Red, message: str) -> str: + """Replaces [p] with the bot prefix""" + prefixes = await bot.get_valid_prefixes() + prefix = re.sub(rf"<@!?{bot.user.id}>", f"@{bot.user.name}".replace("\\", r"\\"), prefixes[0]) + return message.replace("[p]", prefix) diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/af-ZA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/af-ZA.po new file mode 100644 index 0000000000000000000000000000000000000000..f0733878fbb49d8f0e69b5a30760b71e22b7fca6 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/af-ZA.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 31\n" +"Language: af_ZA\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/bg-BG.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/bg-BG.po new file mode 100644 index 0000000000000000000000000000000000000000..3026bf4408f910f5ce7ebed29bd1df3b37045eeb --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/bg-BG.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 31\n" +"Language: bg_BG\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/bs-BA.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/bs-BA.po new file mode 100644 index 0000000000000000000000000000000000000000..e6918cb2b3cd08fb53d11b0058731ad33cf4850a --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/bs-BA.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 31\n" +"Language: bs_BA\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ca-ES.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ca-ES.po new file mode 100644 index 0000000000000000000000000000000000000000..602eff2818411487b62eea50e4dff21dccbb6e2d --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ca-ES.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 31\n" +"Language: ca_ES\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/cs-CZ.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/cs-CZ.po new file mode 100644 index 0000000000000000000000000000000000000000..735582aa3e27003e2096baeea30df9b0e901a9c4 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/cs-CZ.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 31\n" +"Language: cs_CZ\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "Opravdu chcete odstranit {number} zpráv? (y/n)" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "Zrušeno." + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "Zpráva nenalezena." + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "{} nevypadá jako platné ID zprávy." + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/el-GR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/el-GR.po new file mode 100644 index 0000000000000000000000000000000000000000..b4f83334a43dda6ca6fa332c27548096a85be5fd --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/el-GR.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 31\n" +"Language: el_GR\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/en-PT.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/en-PT.po new file mode 100644 index 0000000000000000000000000000000000000000..241ea626b49e6e181ff13a3f7468510c11d51379 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/en-PT.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-14 02:15\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: Pirate English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en-PT\n" +"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n" +"Language: en_PT\n" + +#: redbot/cogs/cleanup/cleanup.py:22 +#, docstring +msgid "Commands for cleaning up messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:42 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:113 +#, docstring +msgid "Delete messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:122 +#, docstring +msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:167 +#, docstring +msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:223 +#, docstring +msgid "Delete all messages after a specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:259 +#, docstring +msgid "Deletes X messages before specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:296 +#, docstring +msgid "Delete the messages between Messsage One and Message Two, providing the messages IDs.\\n\\n The first message ID should be the older message and the second one the newer.\\n\\n Example:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:332 +#, docstring +msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:362 +#, docstring +msgid "Clean up command messages and messages from the bot." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:437 +#, docstring +msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:12 +msgid "{} doesn't look like a valid message ID." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/en-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/en-US.po new file mode 100644 index 0000000000000000000000000000000000000000..6e3306bf272e39d8229130eff6e84f8ce82ca631 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/en-US.po @@ -0,0 +1,83 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-14 04:24+0000\n" +"PO-Revision-Date: 2020-01-07 21:49\n" +"Last-Translator: FULL NAME \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en\n" +"X-Crowdin-File: /cleanup/locales/messages.pot\n" +"Language: en_US\n" + +#: redbot/cogs/cleanup/cleanup.py:22 +#, docstring +msgid "Commands for cleaning up messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:42 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:113 +#, docstring +msgid "Delete messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:122 +#, docstring +msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:167 +#, docstring +msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:223 +#, docstring +msgid "Delete all messages after a specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:259 +#, docstring +msgid "Deletes X messages before specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:296 +#, docstring +msgid "Delete the messages between Messsage One and Message Two, providing the messages IDs.\\n\\n The first message ID should be the older message and the second one the newer.\\n\\n Example:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:332 +#, docstring +msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:362 +#, docstring +msgid "Clean up command messages and messages from the bot." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:437 +#, docstring +msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:12 +msgid "{} doesn't look like a valid message ID." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/he-IL.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/he-IL.po new file mode 100644 index 0000000000000000000000000000000000000000..c8fccaf9dd5d8e979ee50a5b62ddd955bd37efa8 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/he-IL.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 31\n" +"Language: he_IL\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/hi-IN.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/hi-IN.po new file mode 100644 index 0000000000000000000000000000000000000000..609da33514dd7739cadef148da03fcc34866b8ea --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/hi-IN.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 31\n" +"Language: hi_IN\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ko-KR.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ko-KR.po new file mode 100644 index 0000000000000000000000000000000000000000..6b373f446c463af61001171360f821a0542ffad0 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ko-KR.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 31\n" +"Language: ko_KR\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "취소되었어요." + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "메세지를 찾을 수 없어요." + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/lol-US.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/lol-US.po new file mode 100644 index 0000000000000000000000000000000000000000..61b4af694363e9d251ddd471512c7f97f7a5af25 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/lol-US.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-06 16:14\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: LOLCAT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: lol\n" +"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n" +"Language: lol_US\n" + +#: redbot/cogs/cleanup/cleanup.py:22 +#, docstring +msgid "Commands for cleaning up messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:42 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:113 +#, docstring +msgid "Delete messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:122 +#, docstring +msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:167 +#, docstring +msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:223 +#, docstring +msgid "Delete all messages after a specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:259 +#, docstring +msgid "Deletes X messages before specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:296 +#, docstring +msgid "Delete the messages between Messsage One and Message Two, providing the messages IDs.\\n\\n The first message ID should be the older message and the second one the newer.\\n\\n Example:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:332 +#, docstring +msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:362 +#, docstring +msgid "Clean up command messages and messages from the bot." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:437 +#, docstring +msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:12 +msgid "{} doesn't look like a valid message ID." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ro-RO.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ro-RO.po new file mode 100644 index 0000000000000000000000000000000000000000..0dfed4fe9abcdda0ebb67718b70d1cbe3d95a390 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/ro-RO.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 31\n" +"Language: ro_RO\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "Ești sigur că vrei să ștergi {number} mesaje? (y/n)" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "Anulat." + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "Mesajul nu a fost găsit." + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "{} nu pare a fi un ID de mesaj valid." + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/sr-CS.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/sr-CS.po new file mode 100644 index 0000000000000000000000000000000000000000..5476acacc69959f0aa62b574aba82da3b2c7c38b --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/sr-CS.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 31\n" +"Language: sr_CS\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/sr-SP.po b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/sr-SP.po new file mode 100644 index 0000000000000000000000000000000000000000..7019e6817b5145fa3a8a67cd1ec618c8f411f887 --- /dev/null +++ b/testbed/Cog-Creators__Red-DiscordBot/redbot/cogs/cleanup/locales/sr-SP.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-05-23 14:25+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 31\n" +"Language: sr_SP\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:144 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:154 +#, docstring +msgid "Delete the last X messages matching the specified text in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:209 +#, docstring +msgid "Delete the last X messages from a specified user in the current channel.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:282 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages after it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:335 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n" +" Replying to a message will cleanup all messages before it.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:390 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:438 +#, docstring +msgid "Delete the last X messages in the current channel.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:476 +#, docstring +msgid "Clean up command messages and messages from the bot in the current channel.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:564 +#, docstring +msgid "Clean up messages owned by the bot in the current channel.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:650 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/testbed/EleutherAI__lm-evaluation-harness/docs/img/fewshot_example_gpt3.png b/testbed/EleutherAI__lm-evaluation-harness/docs/img/fewshot_example_gpt3.png new file mode 100644 index 0000000000000000000000000000000000000000..aee409d156468b2324b84b8f77034d54cf9e554b --- /dev/null +++ b/testbed/EleutherAI__lm-evaluation-harness/docs/img/fewshot_example_gpt3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af5dc2196248b29260ba443e882725dd6cfc51ef17ad5a4dbab4f8ce6850c75 +size 315681 diff --git a/testbed/django__django/tests/staticfiles_tests/project/documents/cached/img/relative.png b/testbed/django__django/tests/staticfiles_tests/project/documents/cached/img/relative.png new file mode 100644 index 0000000000000000000000000000000000000000..050088cd70abb374eb276f51ba988fddde586808 --- /dev/null +++ b/testbed/django__django/tests/staticfiles_tests/project/documents/cached/img/relative.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b157893439c00eca012606b0ce28649c23c2abd2e50dd73ba3de3d8b6b1caf20 +size 207 diff --git a/testbed/django__django/tests/utils_tests/archives/foobar.tar b/testbed/django__django/tests/utils_tests/archives/foobar.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa7828858459f3e2a4ef6d28d8e9cadff979e3f9 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/foobar.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949e584421d2064529fb5d6205f47704133c8092d9c9fa707783fe3f0d668a26 +size 10240 diff --git a/testbed/django__django/tests/utils_tests/archives/foobar.tar.bz2 b/testbed/django__django/tests/utils_tests/archives/foobar.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..6d149af7cef71b5feb8776437e6f209e19ce42c2 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/foobar.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6680a59eaa3f049817488584e19f0325bba8e22b19d35118dedd27bbf815650b +size 294 diff --git a/testbed/django__django/tests/utils_tests/archives/foobar.tar.gz b/testbed/django__django/tests/utils_tests/archives/foobar.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c130644bec45f33b1013fdfa959935d5bbcb47d9 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/foobar.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8113dba691045e917d12a0a7c7ebbfb146cc22adf4fc3398165e164f7d11584 +size 291 diff --git a/testbed/django__django/tests/utils_tests/archives/foobar.tar.lzma b/testbed/django__django/tests/utils_tests/archives/foobar.tar.lzma new file mode 100644 index 0000000000000000000000000000000000000000..57b77795a565818701c12c589a4d9a55a81bc868 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/foobar.tar.lzma @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57ba3e0a14632a0f473e18550cde39103ff06bce3eca615e9fe1573eebc8a2e +size 271 diff --git a/testbed/django__django/tests/utils_tests/archives/foobar.tar.xz b/testbed/django__django/tests/utils_tests/archives/foobar.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..facc839f100b04a5380807745625b618f35cd47f --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/foobar.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8dbde56182e2d8ac8942cd7bfee260b36dd7f679d69c8f2a5bd39b1795a7ce +size 316 diff --git a/testbed/django__django/tests/utils_tests/archives/foobar.zip b/testbed/django__django/tests/utils_tests/archives/foobar.zip new file mode 100644 index 0000000000000000000000000000000000000000..629f0ec170fc7e36d61112c812b8902d969d39d5 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/foobar.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b7ae6372dffdd7a32f2eb91ef2e9c62fabc4e12c43575dba19505923719fab +size 1434 diff --git a/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae887ee19b70806aa7041711601cde171caa3966 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6adcc856afbdef8b5025912da1e871591e462d4ae9adee58f8fc449f6249ea +size 5632 diff --git a/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.bz2 b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..a7e9accfe3a08386c9e5435f125f620554abebfe --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87379d3c3de79970f75247c790b85a6481a1359582a260b762feb074951f4924 +size 265 diff --git a/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.gz b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8c0a9bd6c7bb94c8c53834dcdb14bdab8eae0d9d --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8545b8b35b2867cb4862a3e83b4d96d594bb246c38c283c50243ca9818e326 +size 265 diff --git a/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.lzma b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.lzma new file mode 100644 index 0000000000000000000000000000000000000000..0c8f212d4f92600a05dfe138b2549788abbdbec9 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.lzma @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5841a69898faae2fb67518c3535542647e07bd3181112efc35656e044b2ada75 +size 212 diff --git a/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.xz b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..49f84fe0dc6173962df794112a72778696b1e1a3 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588413ca2b1210726ab33840ecb04a4a11db2f07183412306b67cb9510298c31 +size 260 diff --git a/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.zip b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.zip new file mode 100644 index 0000000000000000000000000000000000000000..5ef44ad96357340cc4f2b467ffa244f6cf8760b8 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/archives/leadpath_foobar.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8d1a2edfe75a94c801e8e4c044d82aa7ee1aeb1a8b9abf302c62ee387211dc +size 1402 diff --git a/testbed/django__django/tests/utils_tests/traversal_archives/traversal.tar b/testbed/django__django/tests/utils_tests/traversal_archives/traversal.tar new file mode 100644 index 0000000000000000000000000000000000000000..676daeed9cdd91caf8eede66bab99fc36231b362 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/traversal_archives/traversal.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779fe5c7ffe2a362f20a685df8af76a84addca82a2e9d4e59c96a8198d81cdb5 +size 10240 diff --git a/testbed/django__django/tests/utils_tests/traversal_archives/traversal_absolute.tar b/testbed/django__django/tests/utils_tests/traversal_archives/traversal_absolute.tar new file mode 100644 index 0000000000000000000000000000000000000000..e945c1f7d496b8b66e5e44a79b62a482a03d4f4e --- /dev/null +++ b/testbed/django__django/tests/utils_tests/traversal_archives/traversal_absolute.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb58f907dd84ee8d119139fad17322a92b0a6b4bb3c88886298b99968c00b83e +size 10240 diff --git a/testbed/django__django/tests/utils_tests/traversal_archives/traversal_disk_win.tar b/testbed/django__django/tests/utils_tests/traversal_archives/traversal_disk_win.tar new file mode 100644 index 0000000000000000000000000000000000000000..345de3a9e06ac703b328334f8b148141722634a0 --- /dev/null +++ b/testbed/django__django/tests/utils_tests/traversal_archives/traversal_disk_win.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e843368b19df4c1f5f49288f67784be2baab07dcee3560db2edce53fb80828dd +size 10240 diff --git a/testbed/django__django/tests/utils_tests/traversal_archives/traversal_disk_win.zip b/testbed/django__django/tests/utils_tests/traversal_archives/traversal_disk_win.zip new file mode 100644 index 0000000000000000000000000000000000000000..d296edd9be2d8059234409ea9d11a3ad17ab47bb --- /dev/null +++ b/testbed/django__django/tests/utils_tests/traversal_archives/traversal_disk_win.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c934163aeb76f70d61e07bd29c4e154f0693b6555a2cf03d5a314ad6f8b684 +size 312 diff --git a/testbed/django__django/tests/view_tests/media/file.txt.gz b/testbed/django__django/tests/view_tests/media/file.txt.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c2a35e1db67403d3cfd9bdf70619354627795e7 --- /dev/null +++ b/testbed/django__django/tests/view_tests/media/file.txt.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f5b8a94d011b5a660d054d5d100a46041387e6e4ee9484ef086b1a979fbb46 +size 51 diff --git a/testbed/docker__docker-py/docs/favicon_whale.png b/testbed/docker__docker-py/docs/favicon_whale.png new file mode 100644 index 0000000000000000000000000000000000000000..cffb7077e3a67c994b4350efd667780d9ee3b0e9 --- /dev/null +++ b/testbed/docker__docker-py/docs/favicon_whale.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14076158d2667c6d87127d4db656df02fdaa3ba347d1f21cabb883e0efbc8968 +size 1475 diff --git a/testbed/embeddings-benchmark__mteb/docs/images/hf_logo.png b/testbed/embeddings-benchmark__mteb/docs/images/hf_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b11b5f6ed67abab4b11b90e22efcaf8618017e1e --- /dev/null +++ b/testbed/embeddings-benchmark__mteb/docs/images/hf_logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff22c48d707992cf2b838de3d5d1823c36f075885dae8e8358d04efff78abafe +size 128342 diff --git a/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_tight_hfhub.png b/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_tight_hfhub.png new file mode 100644 index 0000000000000000000000000000000000000000..052b9542cd1a9d74a3e94c7f908d10905ae6a19c --- /dev/null +++ b/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_tight_hfhub.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4d0e9a79c31480c56442da60bcec6b2f06e1f153eb9540d9a29c15a6106344 +size 33909 diff --git a/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_transparent.png b/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_transparent.png new file mode 100644 index 0000000000000000000000000000000000000000..6e11fecbcbb4b702891c385efb02e9345767e5bf --- /dev/null +++ b/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_transparent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b55af11fd55ada7e6335df3495e64d098033ae487204c3fdfdead6df6ddd3b3 +size 29306 diff --git a/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_wide_github.png b/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_wide_github.png new file mode 100644 index 0000000000000000000000000000000000000000..c25c1e6535ce344bcd57a8084d98bb6078da9e46 --- /dev/null +++ b/testbed/embeddings-benchmark__mteb/docs/images/mteb_logo/mteb_logo_wide_github.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e3d84cd50bc636007d6425e11005143593d61fa62f2e4823e55ebc34d5cc4c +size 35313 diff --git a/testbed/facebookresearch__hydra/website/static/plugins/colorlog/colorlog.png b/testbed/facebookresearch__hydra/website/static/plugins/colorlog/colorlog.png new file mode 100644 index 0000000000000000000000000000000000000000..56003a6d89d2199d2aefdb890e618bdfcd2b8d5a Binary files /dev/null and b/testbed/facebookresearch__hydra/website/static/plugins/colorlog/colorlog.png differ diff --git a/testbed/fairlearn__fairlearn/fairlearn/widget/js/fairlearn_widget/labextension/fairlearn-widget-0.1.0.tgz b/testbed/fairlearn__fairlearn/fairlearn/widget/js/fairlearn_widget/labextension/fairlearn-widget-0.1.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..96648827d345851616d7b6f095190e4f1c43028d --- /dev/null +++ b/testbed/fairlearn__fairlearn/fairlearn/widget/js/fairlearn_widget/labextension/fairlearn-widget-0.1.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9787e117a08c6b224da55ba6bc32cd97a5a4c5a9a9180be8a11b75a5021df438 +size 3370 diff --git a/testbed/fairlearn__fairlearn/fairlearn/widget/static/extension.js.map b/testbed/fairlearn__fairlearn/fairlearn/widget/static/extension.js.map new file mode 100644 index 0000000000000000000000000000000000000000..91fc081156384a6ffbf0344c9cdfa6f2d27ea15c --- /dev/null +++ b/testbed/fairlearn__fairlearn/fairlearn/widget/static/extension.js.map @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee90a9b22b18097c91e342cb0637f3930fa5a9bb3f5c6ac7ca2ea594b124860a +size 15952931 diff --git a/testbed/fairlearn__fairlearn/fairlearn/widget/static/index.js.map b/testbed/fairlearn__fairlearn/fairlearn/widget/static/index.js.map new file mode 100644 index 0000000000000000000000000000000000000000..ffc200b3ffe5be22b5018ad2fbeadd365137b571 --- /dev/null +++ b/testbed/fairlearn__fairlearn/fairlearn/widget/static/index.js.map @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f5ee57336b69cf0118277c7292ad9c8c350894a68c856d48d5c9415f2bda2e +size 15951806 diff --git a/testbed/falconry__falcon/docs/_static/img/logo.png b/testbed/falconry__falcon/docs/_static/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a9a9dd61971bbdcd8249dbffe7e33c8f771c36 --- /dev/null +++ b/testbed/falconry__falcon/docs/_static/img/logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2768b7515a7e3c43efc7a8c8dd9962f6705971da65892246d6e81fbb411a28c +size 15908 diff --git a/testbed/falconry__falcon/docs/_static/img/my-web-app.gif b/testbed/falconry__falcon/docs/_static/img/my-web-app.gif new file mode 100644 index 0000000000000000000000000000000000000000..119ed8d2e93682bdd6e2b04d7492d6cf309cab45 --- /dev/null +++ b/testbed/falconry__falcon/docs/_static/img/my-web-app.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0615ccb5f7da6a5856e80e21ba64a8880e77f7c869ce693f08dad589271a5ed9 +size 40626 diff --git a/testbed/falconry__falcon/falcon/bench/nuts/public/images/logo.png b/testbed/falconry__falcon/falcon/bench/nuts/public/images/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..378083645f4e04fbef4462b023727203b843ce94 --- /dev/null +++ b/testbed/falconry__falcon/falcon/bench/nuts/public/images/logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f592b8c59e70449065e5472c1c55c6ef8ce3753ab26a69ec91880e8da6842ff7 +size 35094